Click or drag to resize

QuadraticGradientProjectionSearchGradientProjectionResult Constructor

Initializes a new instance of the QuadraticGradientProjectionSearchGradientProjectionResult struct.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GradientProjectionResult(
	Vector<double> cauchyPoint,
	int fixedCount,
	List<bool> isFixed
)

Parameters

cauchyPoint  VectorDouble
The computed Cauchy point.
fixedCount  Int32
The number of fixed variables.
isFixed  ListBoolean
Flags indicating fixed variables.
See Also