Click or drag to resize

StoppablePropagatorCurrentState Property

Gets or sets the most recently computed state from the propagator. Assume that this state is mutable and that the instance will be updated at every step and restep. For performance considerations, make the derived state type mutable and update a single instance if possible.

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

Property Value

Type: ITimeBasedState
See Also