Click or drag to resize

DelegateStoppingConditionConstraintInitializerCallback Property

Gets or sets the delegate that will initialize the StoppingConditionConstraintEvaluator. It will be called after the Initialize(ITimeBasedState) method. This can be 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.1.418.0 (24.1.418.0)
Syntax
public InitializeCallback InitializerCallback { get; set; }

Property Value

Type: InitializeCallback
See Also