lbfgsblbfgsbminimize Method |
Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public void lbfgsbminimize(
int n,
int m,
ref double[] x,
double epsg,
double epsf,
double epsx,
int maxits,
ref int[] nbd,
ref double[] l,
ref double[] u,
ref int info
)
Public Sub lbfgsbminimize (
n As Integer,
m As Integer,
ByRef x As Double(),
epsg As Double,
epsf As Double,
epsx As Double,
maxits As Integer,
ByRef nbd As Integer(),
ByRef l As Double(),
ByRef u As Double(),
ByRef info As Integer
)
Request Example
View SourceParameters
- n Int32
-
- m Int32
-
- x Double
-
- epsg Double
-
- epsf Double
-
- epsx Double
-
- maxits Int32
-
- nbd Int32
-
- l Double
-
- u Double
-
- info Int32
-
See Also