Click or drag to resize

DelegateStoppingConditionConstraintConstraintSatisfactionCallback Property

Gets or sets the delegate that will return or depending on if the StoppingConditionConstraint is satisfied.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstraintSatisfiedCallback ConstraintSatisfactionCallback { get; set; }

Property Value

Type: ConstraintSatisfiedCallback
See Also