Uses of Interface
org.ddogleg.optimization.functions.CoupledDerivative
Packages that use CoupledDerivative
Package
Description
-
Uses of CoupledDerivative in org.ddogleg.optimization
Methods in org.ddogleg.optimization with parameters of type CoupledDerivativeModifier and TypeMethodDescriptionvoidLineSearch.setFunction(CoupledDerivative function, double fmin) Sets the function being optimized. -
Uses of CoupledDerivative in org.ddogleg.optimization.functions
Subinterfaces of CoupledDerivative 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.interface -
Uses of CoupledDerivative in org.ddogleg.optimization.quasinewton
Fields in org.ddogleg.optimization.quasinewton declared as CoupledDerivativeMethods in org.ddogleg.optimization.quasinewton with parameters of type CoupledDerivativeModifier and TypeMethodDescriptionvoidLineSearchFletcher86.setFunction(CoupledDerivative function, double fmin) Sets the function being optimized.voidLineSearchMore94.setFunction(CoupledDerivative function, double fmin) -
Uses of CoupledDerivative in org.ddogleg.optimization.wrap
Classes in org.ddogleg.optimization.wrap that implement CoupledDerivativeModifier and TypeClassDescriptionclassFrom separate classes for the function and gradient computations implementsGradientLineFunction.classNumerically computes the gradient and line derivative.classTakes two functions which independently computes the function's value and derivative and allows them to be used in a coupled function.