Click or drag to resize

ParameterOptimizerCheckEqualitySatisfaction Method

A helper method to determine if the equality constraints are satisfied with the currentEqualityValues.

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 CheckEqualitySatisfaction(
	IList<SolverConstraintSettings> equalities,
	double[] currentEqualityValues
)

Parameters

equalities
Type: System.Collections.GenericIListSolverConstraintSettings
The equality constraints of the function.
currentEqualityValues
Type: SystemDouble
The values to check against the DesiredValue of the equalities.

Return Value

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