SimulationComponent
object SimulationComponent
Type members
Classlikes
case class Simulation(gridSide: Int, duration: Int, numberOfEntities: Int, averagePopulationAge: Int, stdDevPopulationAge: Double, startingInfectedPercentage: Double) extends SimulationParameters
trait SimulationParameters
The parameters of the simulation configurable by the user.
The parameters of the simulation configurable by the user.