Click or drag to resize

NoConstraintCheck Method

Tests whether the constraint is satisfied.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override bool Check(
	Vector<double> solution
)

Parameters

solution  VectorDouble
Solution vector to test against the constraints.

Return Value

Boolean
if solution satisfies the constraints; otherwise, .

Implements

IConstraintDefinitionCheck(VectorDouble)
See Also