Click or drag to resize

lbfgslbfgsmcsrch Method


Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
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
)
Request Example View Source

Parameters

n  Int32
 
x  Double
 
f  Double
 
g  Double
 
s  Double
 
sstart  Int32
 
stp  Double
 
ftol  Double
 
xtol  Double
 
maxfev  Int32
 
info  Int32
 
nfev  Int32
 
wa  Double
 
gtol  Double
 
stpmin  Double
 
stpmax  Double
 
See Also