Uses of Enum Class
org.ddogleg.optimization.quasinewton.ConfigQuasiNewton.LineSearch
Packages that use ConfigQuasiNewton.LineSearch
-
Uses of ConfigQuasiNewton.LineSearch in org.ddogleg.optimization.quasinewton
Fields in org.ddogleg.optimization.quasinewton declared as ConfigQuasiNewton.LineSearchModifier and TypeFieldDescriptionConfigQuasiNewton.lineSearch
Specifies which line search algorithm to useMethods in org.ddogleg.optimization.quasinewton that return ConfigQuasiNewton.LineSearchModifier and TypeMethodDescriptionstatic ConfigQuasiNewton.LineSearch
Returns the enum constant of this class with the specified name.static ConfigQuasiNewton.LineSearch[]
ConfigQuasiNewton.LineSearch.values()
Returns an array containing the constants of this enum class, in the order they are declared.