Uses of Interface
org.ddogleg.optimization.functions.LineSearchFunction
Packages that use LineSearchFunction
-
Uses of LineSearchFunction in org.ddogleg.optimization.functions
Subinterfaces of LineSearchFunction in org.ddogleg.optimization.functionsModifier 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
Classes in org.ddogleg.optimization.wrap that implement LineSearchFunctionModifier and TypeClassDescriptionclass
From separate classes for the function and gradient computations implementsGradientLineFunction
.class
Numerically computes the gradient and line derivative.