Click or drag to resize

ThresholdStoppingConditionConstraintInequalityCriteria Property

Gets or sets how the calculated value should be checked to the threshold in the concrete type. This works by checking the relation between the computed value and the threshold defined on the derived type. So for example, if the computed value is 7000, the Threshold is 6000 and this property set to GreaterThan, this constraint will be 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 InequalityCondition InequalityCriteria { get; set; }

Property Value

Type: InequalityCondition
See Also