Click or drag to resize

lbfgsblbfgsbdcsrch Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbdcsrch(
	double f,
	double g,
	ref double stp,
	double ftol,
	double gtol,
	double xtol,
	double stpmin,
	double stpmax,
	ref int task,
	ref int[] isave,
	ref double[] dsave,
	ref int addinfo
)
Request Example View Source

Parameters

f  Double
 
g  Double
 
stp  Double
 
ftol  Double
 
gtol  Double
 
xtol  Double
 
stpmin  Double
 
stpmax  Double
 
task  Int32
 
isave  Int32
 
dsave  Double
 
addinfo  Int32
 
See Also