StoppingConditionEvaluator.SatisfiedCallback Property |
Gets a
delegate that is executed when this condition is satisfied. Edits to the state that gets sent
in this
delegate will be ignored unless the returned enumeration is
that propagation should stop.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StoppingTriggeredCallback SatisfiedCallback { get; }
Public ReadOnly Property SatisfiedCallback As StoppingTriggeredCallback
Get
public:
property StoppingTriggeredCallback^ SatisfiedCallback {
StoppingTriggeredCallback^ get ();
}
member SatisfiedCallback : StoppingTriggeredCallback with get
Property Value
Type:
StoppingTriggeredCallback
See Also