Click or drag to resize

StoppingConditionSatisfiedCallback Property

Gets or sets a callback that is executed when this condition is satisfied.

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; set; }

Property Value

Type: StoppingTriggeredCallback
See Also