lbfgsblbfgsbminimize Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
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
)VB
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
)