Click or drag to resize

lbfgsbadditionallbfgsbstoppingcriterion Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private bool additionallbfgsbstoppingcriterion(
	int iter,
	ref double[] x,
	double f,
	ref double[] g
)
Request Example View Source

Parameters

iter  Int32
 
x  Double
 
f  Double
 
g  Double
 

Return Value

Boolean
See Also