Click or drag to resize

StoppingConditionEvaluatorSatisfiedCallback 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: 24.1.418.0 (24.1.418.0)
Syntax
public StoppingTriggeredCallback SatisfiedCallback { get; }

Property Value

Type: StoppingTriggeredCallback
See Also