PRN 1LBRun 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,
int M,
double[] L,
int offset_l,
double[] U,
int offset_u,
double[] X,
int offset_x,
int IPRINT,
int ITFILE,
double EPSMCH
)VB
Public Sub Run (
N As Integer,
M As Integer,
L As Double(),
offset_l As Integer,
U As Double(),
offset_u As Integer,
X As Double(),
offset_x As Integer,
IPRINT As Integer,
ITFILE As Integer,
EPSMCH As Double
)