Uses of Interface
org.ddogleg.optimization.LineSearch
Packages that use LineSearch
-
Uses of LineSearch in org.ddogleg.optimization.quasinewton
Classes in org.ddogleg.optimization.quasinewton that implement LineSearchModifier and TypeClassDescriptionclass
Line search which meets the strong Wolfe line condition.class
Line search algorithm that provides a guaranteed sufficient decrease according to the Wolfe condition.Methods in org.ddogleg.optimization.quasinewton that return LineSearchConstructors in org.ddogleg.optimization.quasinewton with parameters of type LineSearch