Configuration classΒΆ

The configuration class is a dataclass that stores simulation parameters such as: start time, end time, time step, simulation id and name.

class omotes_simulator_core.entities.simulation_configuration.SimulationConfiguration(simulation_id: UUID, name: str, timestep: int, start: datetime, stop: datetime)

Class to store configuration parameters of the simulations.