DelegateStoppingConditionConstraintConstraintSatisfactionCallback Property |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic ConstraintSatisfiedCallback ConstraintSatisfactionCallback { get; set; }Public Property ConstraintSatisfactionCallback As ConstraintSatisfiedCallback
Get
Set
public:
property ConstraintSatisfiedCallback^ ConstraintSatisfactionCallback {
ConstraintSatisfiedCallback^ get ();
void set (ConstraintSatisfiedCallback^ value);
}member ConstraintSatisfactionCallback : ConstraintSatisfiedCallback with get, set
Property Value
Type:
ConstraintSatisfiedCallback
See Also