SETULBRun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	int M,
	ref double[] X,
	int offset_x,
	double[] L,
	int offset_l,
	double[] U,
	int offset_u,
	int[] NBD,
	int offset_nbd,
	ref double F,
	ref double[] G,
	int offset_g,
	double FACTR,
	double PGTOL,
	ref double[] WA,
	int offset_wa,
	ref int[] IWA,
	int offset_iwa,
	ref BFGSTask TASK,
	int IPRINT,
	ref BFGSTask CSAVE,
	ref bool[] LSAVE,
	int offset_lsave,
	ref int[] ISAVE,
	int offset_isave,
	ref double[] DSAVE,
	int offset_dsave
)

Parameters

N  Int32
 
M  Int32
 
X  Double
 
offset_x  Int32
 
L  Double
 
offset_l  Int32
 
U  Double
 
offset_u  Int32
 
NBD  Int32
 
offset_nbd  Int32
 
F  Double
 
G  Double
 
offset_g  Int32
 
FACTR  Double
 
PGTOL  Double
 
WA  Double
 
offset_wa  Int32
 
IWA  Int32
 
offset_iwa  Int32
 
TASK  BFGSTask
 
IPRINT  Int32
 
CSAVE  BFGSTask
 
LSAVE  Boolean
 
offset_lsave  Int32
 
ISAVE  Int32
 
offset_isave  Int32
 
DSAVE  Double
 
offset_dsave  Int32
 

See Also