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