Uses of Interface
org.ddogleg.optimization.functions.GradientLineFunction
-
Uses of GradientLineFunction in org.ddogleg.optimization.quasinewton
Modifier and TypeMethodDescriptionvoid
QuasiNewtonBFGS.setFunction
(GradientLineFunction function, double funcMinValue) Specify the function being optimized -
Uses of GradientLineFunction in org.ddogleg.optimization.wrap
Modifier and TypeClassDescriptionclass
From separate classes for the function and gradient computations implementsGradientLineFunction
.class
Numerically computes the gradient and line derivative.