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 TypeInterfaceDescriptioninterface
Contains 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 TypeClassDescriptionclass
From separate classes for the function and gradient computations implementsGradientLineFunction
.class
Numerically computes the gradient and line derivative.