Uses of Interface
org.ddogleg.optimization.functions.CoupledGradient
Packages that use CoupledGradient
-
Uses of CoupledGradient in org.ddogleg.optimization.functions
Subinterfaces of CoupledGradient 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 CoupledGradient in org.ddogleg.optimization.wrap
Classes in org.ddogleg.optimization.wrap that implement CoupledGradientModifier and TypeClassDescriptionclassFrom separate classes for the function and gradient computations implementsGradientLineFunction.classNumerically computes the gradient and line derivative.