Click or drag to resize

StateTransitionMatrixTransitionType Property

Gets or sets whether this StateTransitionMatrix is operating in epoch or piecewise mode. By default this is set to EpochTransition, which means that the state transition matrix at each time step transforms the state from the epoch state to the state at that time step.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TransitionType TransitionType { get; set; }

Property Value

Type: TransitionType
See Also