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 TypeInterfaceDescriptioninterfaceContains 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 TypeClassDescriptionclassFrom separate classes for the function and gradient computations implementsGradientLineFunction.classNumerically computes the gradient and line derivative.