Uses of Interface
org.ddogleg.optimization.functions.LineSearchFunction
-
Uses of LineSearchFunction in org.ddogleg.optimization.functions
Modifier and TypeInterfaceDescriptioninterface
Contains functions for optimization algorithms that perform a line search and require the function's value and its gradient. -
Uses of LineSearchFunction 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.