DelegateStoppingConditionConstraintConstraintSatisfactionCallback Property |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ConstraintSatisfiedCallbackSee Also