public class MonothreadedSimulation
extends Simulation
This simulation is monothreaded. It means that one simulation time step is
organized around a talk turn tfor all agents. Agents list is shuffled and
each agent is asked to provide an order that is sent directly to the market.
Thus, equity in information is not guaranteed: the last agent to talk can
take a decision based on all consequences from previous agents action (even
if we are still within the same time step).
- Author:
- yann.secq@univ-lille1.fr