IConstraintDefinitionCheck Method |
Tests whether the constraint is satisfied.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool Check(
Vector<double> solution
)
Parameters
- solution VectorDouble
- Solution vector to test against the constraints.
Return Value
Boolean if
solution satisfies the constraints; otherwise,
.
See Also