Click or drag to resize

SimulationModelMinutesBetweenIterations Property

Defines the number of simulation minutes between each iteration of the model.

Namespace:  Livit.Learn.Model.Simulator
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public double MinutesBetweenIterations { get; set; }

Property Value

Type: Double
Remarks

This interval differs from real-time minutes, meaning that pausing the simulation will also pause the model. Using the TimeLapseMultiplier property will speed up simulation time to run iterations at an increased rate.

Finding the right value for this property may require experimentation. Using a value that is too low may make the model run too often, decreasing performance on slower devices, such as mobile phones, or in Virtual Reality where high FPS is required.

It is recommended to try and keep the number as high as possible, while not compromising the precision of the simulation. It is also recommended to keep the model as simple as possible, to reduce the number of calculations in each iteration.

See Also