lbfgsbadditionallbfgsbstoppingcriterion Method |
Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: 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
)
Private Function additionallbfgsbstoppingcriterion (
iter As Integer,
ByRef x As Double(),
f As Double,
ByRef g As Double()
) As Boolean
Request Example
View SourceParameters
- iter Int32
-
- x Double
-
- f Double
-
- g Double
-
Return Value
BooleanSee Also