Click or drag to resize

BoxConstraintsProjectorIsFeasible Method

Determines whether the specified input values satisfy the feasibility criteria.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public bool IsFeasible(
	Vector<double> inputValues
)

Parameters

inputValues  VectorDouble
The vector of input values to evaluate.

Return Value

Boolean
Returns true if the input values are feasible; otherwise, false.

Implements

IConstraintsProjectorIsFeasible(VectorDouble)
See Also