Click or drag to resize

StoppablePropagatorStoppingConditionEvaluators Property

Gets a read only collection of the stopping conditions that will be used by this propagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<StoppingConditionEvaluator> StoppingConditionEvaluators { get; }

Property Value

Type: ReadOnlyCollectionStoppingConditionEvaluator
See Also