Click or drag to resize

PRN2LBRun 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,
	double[] X,
	int offset_x,
	double F,
	double[] G,
	int offset_g,
	int IPRINT,
	int ITFILE,
	int ITER,
	int NFGV,
	int NACT,
	double SBGNRM,
	int NINT,
	ref BFGSWord WORD,
	int IWORD,
	int IBACK,
	double STP,
	double XSTEP
)
Request Example View Source

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
F  Double
 
G  Double
 
offset_g  Int32
 
IPRINT  Int32
 
ITFILE  Int32
 
ITER  Int32
 
NFGV  Int32
 
NACT  Int32
 
SBGNRM  Double
 
NINT  Int32
 
WORD  BFGSWord
 
IWORD  Int32
 
IBACK  Int32
 
STP  Double
 
XSTEP  Double
 
See Also