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)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
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
)VB
Public Sub Run (
N As Integer,
ByRef NFREE As Integer,
ByRef INDEX As Integer(),
offset_index As Integer,
ByRef NENTER As Integer,
ByRef ILEAVE As Integer,
ByRef INDX2 As Integer(),
offset_indx2 As Integer,
IWHERE As Integer(),
offset_iwhere As Integer,
ByRef WRK As Boolean,
UPDATD As Boolean,
CNSTND As Boolean,
IPRINT As Integer,
ITER As Integer
)