FREEVRun 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,
	ref int NFREE,
	ref int[] INDEX,
	int offset_index,
	ref int NENTER,
	ref int ILEAVE,
	ref int[] INDX2,
	int offset_indx2,
	int[] IWHERE,
	int offset_iwhere,
	ref bool WRK,
	bool UPDATD,
	bool CNSTND,
	int IPRINT,
	int ITER
)

Parameters

N  Int32
 
NFREE  Int32
 
INDEX  Int32
 
offset_index  Int32
 
NENTER  Int32
 
ILEAVE  Int32
 
INDX2  Int32
 
offset_indx2  Int32
 
IWHERE  Int32
 
offset_iwhere  Int32
 
WRK  Boolean
 
UPDATD  Boolean
 
CNSTND  Boolean
 
IPRINT  Int32
 
ITER  Int32
 

See Also