lbfgslbfgsmcsrch Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGS
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#
private void lbfgsmcsrch(
int n,
ref double[] x,
ref double f,
ref double[] g,
ref double[] s,
int sstart,
ref double stp,
double ftol,
double xtol,
int maxfev,
ref int info,
ref int nfev,
ref double[] wa,
double gtol,
double stpmin,
double stpmax
)VB
Private Sub lbfgsmcsrch (
n As Integer,
ByRef x As Double(),
ByRef f As Double,
ByRef g As Double(),
ByRef s As Double(),
sstart As Integer,
ByRef stp As Double,
ftol As Double,
xtol As Double,
maxfev As Integer,
ByRef info As Integer,
ByRef nfev As Integer,
ByRef wa As Double(),
gtol As Double,
stpmin As Double,
stpmax As Double
)