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,
double[] L,
int offset_l,
double[] U,
int offset_u,
int[] NBD,
int offset_nbd,
double[] X,
int offset_x,
double[] G,
int offset_g,
ref double SBGNRM
)
Public Sub Run (
N As Integer,
L As Double(),
offset_l As Integer,
U As Double(),
offset_u As Integer,
NBD As Integer(),
offset_nbd As Integer,
X As Double(),
offset_x As Integer,
G As Double(),
offset_g As Integer,
ByRef SBGNRM As Double
)
Request Example
View SourceParameters
- N Int32
-
- L Double
-
- offset_l Int32
-
- U Double
-
- offset_u Int32
-
- NBD Int32
-
- offset_nbd Int32
-
- X Double
-
- offset_x Int32
-
- G Double
-
- offset_g Int32
-
- SBGNRM Double
-
See Also