Click or drag to resize

PRN1LBRun Method


Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	int M,
	double[] L,
	int offset_l,
	double[] U,
	int offset_u,
	double[] X,
	int offset_x,
	int IPRINT,
	int ITFILE,
	double EPSMCH
)
Request Example View Source

Parameters

N  Int32
 
M  Int32
 
L  Double
 
offset_l  Int32
 
U  Double
 
offset_u  Int32
 
X  Double
 
offset_x  Int32
 
IPRINT  Int32
 
ITFILE  Int32
 
EPSMCH  Double
 
See Also