Uses of Interface
org.ddogleg.optimization.functions.CoupledDerivative
Package
Description
-
Uses of CoupledDerivative in org.ddogleg.optimization
Modifier and TypeMethodDescriptionvoid
LineSearch.setFunction
(CoupledDerivative function, double fmin) Sets the function being optimized. -
Uses of CoupledDerivative 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.interface
-
Uses of CoupledDerivative in org.ddogleg.optimization.quasinewton
Modifier and TypeMethodDescriptionvoid
LineSearchFletcher86.setFunction
(CoupledDerivative function, double fmin) Sets the function being optimized.void
LineSearchMore94.setFunction
(CoupledDerivative function, double fmin) -
Uses of CoupledDerivative 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.class
Takes two functions which independently computes the function's value and derivative and allows them to be used in a coupled function.