Click or drag to resize

SimulationModelActions Property

Executes a list of actions in each iteration.

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

Property Value

Type: CompositeActionModel
Remarks

This will typically consist of a series of SetVariableModel actions, which will run mathematical equations.

See Also