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: 25.1.421.0 (25.1.421.0)
Syntax
public ConstraintSatisfiedCallback ConstraintSatisfactionCallback { get; set; }

Property Value

Type: ConstraintSatisfiedCallback
See Also