Click or drag to resize

DelegateStoppingConditionConstraint.InitializerCallback Property

Gets or sets the delegate that will initialize the StoppingConditionConstraintEvaluator. It will be called after the Initialize(ITimeBasedState) method. This can be null if evaluating the StoppingConditionConstraintEvaluator doesn't require information from the initial state of propagation.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public InitializeCallback InitializerCallback { get; set; }

Property Value

Type: InitializeCallback
See Also