Click or drag to resize
Accord.NET (logo)

BoundedBroydenFletcherGoldfarbShannoInnerStatus Constructor

Initializes a new instance of the BoundedBroydenFletcherGoldfarbShannoInnerStatus class with the inner status values from the original FORTRAN L-BFGS implementation.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public BoundedBroydenFletcherGoldfarbShannoInnerStatus(
	int[] isave,
	double[] dsave,
	bool[] lsave,
	string csave,
	double[] work
)
Request Example View Source

Parameters

isave
Type: SystemInt32
The isave L-BFGS status argument.
dsave
Type: SystemDouble
The dsave L-BFGS status argument.
lsave
Type: SystemBoolean
The lsave L-BFGS status argument.
csave
Type: SystemString
The csave L-BFGS status argument.
work
Type: SystemDouble
The work L-BFGS status argument.
See Also