IConstraintsProjectorIsFeasible Method |
Determines whether the specified input values satisfy the feasibility criteria.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxbool IsFeasible(
Vector<double> inputValues
)
Parameters
- inputValues VectorDouble
- The vector of input values to evaluate.
Return Value
BooleanReturns
true if the input values are feasible; otherwise,
false.
See Also