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: 23.2.417.0 (23.2.417.0)
Syntaxpublic TransitionType TransitionType { get; set; }
Public Property TransitionType As TransitionType
Get
Set
public:
property TransitionType TransitionType {
TransitionType get ();
void set (TransitionType value);
}
member TransitionType : TransitionType with get, set
Property Value
Type:
TransitionType
See Also