Click or drag to resize

lbfgslbfgsmcstep Method


Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsmcstep(
	ref double stx,
	ref double fx,
	ref double dx,
	ref double sty,
	ref double fy,
	ref double dy,
	ref double stp,
	double fp,
	double dp,
	ref bool brackt,
	double stmin,
	double stmax,
	ref int info
)
Request Example View Source

Parameters

stx  Double
 
fx  Double
 
dx  Double
 
sty  Double
 
fy  Double
 
dy  Double
 
stp  Double
 
fp  Double
 
dp  Double
 
brackt  Boolean
 
stmin  Double
 
stmax  Double
 
info  Int32
 
See Also