lbfgsbadditionallbfgsbstoppingcriterion Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private bool additionallbfgsbstoppingcriterion(
	int iter,
	ref double[] x,
	double f,
	ref double[] g
)

Parameters

iter  Int32
 
x  Double
 
f  Double
 
g  Double
 

Return Value

Boolean

See Also