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.2.419.0 (24.2.419.0)
Syntax public InitializeCallback InitializeConditionCallback { get; set; }
Public Property InitializeConditionCallback As InitializeCallback
Get
Set
public:
property InitializeCallback^ InitializeConditionCallback {
InitializeCallback^ get ();
void set (InitializeCallback^ value);
}
member InitializeConditionCallback : InitializeCallback with get, set
Property Value
Type:
InitializeCallbackSee Also