DurationStoppingConditionUseAbsoluteValue Property |
Gets or sets a value indicating whether the direction of propagation should not matter when
evaluating this
StoppingCondition. By default this is
.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseAbsoluteValue { get; set; }
Public Property UseAbsoluteValue As Boolean
Get
Set
public:
property bool UseAbsoluteValue {
bool get ();
void set (bool value);
}
member UseAbsoluteValue : bool with get, set
Property Value
Type:
BooleanSee Also