Click or drag to resize

ParameterOptimizerCheckInequalitySatisfaction Method

A helper method to determine if the inequality constraints are satisfied with the currentInequalityValues.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool CheckInequalitySatisfaction(
	IList<InequalityConstraintSettings> inequalities,
	double[] currentInequalityValues
)

Parameters

inequalities
Type: System.Collections.GenericIListInequalityConstraintSettings
The inequality constraints of the function.
currentInequalityValues
Type: SystemDouble
The values to check against the BoundValue of the inequalities.

Return Value

Type: Boolean
if all of the inequality constraints are satisfied or there are no inequality constraints; otherwise .
See Also