Click or drag to resize

DelegateStoppingConditionInitializeConditionCallback Property

Gets or sets a delegate to initialize this condition with the initial state. If computing the value that is getting sampled does not require initializing itself with the initial state of propagation, this can be .

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public InitializeCallback InitializeConditionCallback { get; set; }

Property Value

Type: InitializeCallback
See Also