Engine

constructor(environment: Environment<T, P>)

Constructs a simulation with a default scheduler.

This constructor initializes the simulation with a default ArrayIndexedPriorityQueue. If you need a custom DependencyGraph or Scheduler, use the other constructor.

Parameters

environment

the simulation environment


constructor(environment: Environment<T, P>, scheduler: Scheduler<T>)

Parameters

T

the concentration type

P

the position type, extending Position