Namespace: DotNumerics.Optimization.LBFGSBAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax 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
)
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
)
Request Example
View SourceParameters
- N Int32
-
- M Int32
-
- L Double
-
- offset_l Int32
-
- U Double
-
- offset_u Int32
-
- X Double
-
- offset_x Int32
-
- IPRINT Int32
-
- ITFILE Int32
-
- EPSMCH Double
-
See Also