Class FreeMarketEconomy

java.lang.Object
org.episteme.social.economics.Economy
org.episteme.social.economics.FreeMarketEconomy
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named, UniversalDataModel

public class FreeMarketEconomy extends Economy
An economic model where resource allocation is determined by supply and demand with minimal central intervention. * @version 1.1
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

  • Method Details

    • step

      public void step(Real dt)
      Executes one time step of the free market simulation. Includes handling bankruptcies and transactional cycles.
      Specified by:
      step in class Economy