Uses of Enum Class
org.apache.commons.math.optimization.general.ConjugateGradientFormula
Packages that use ConjugateGradientFormula
Package
Description
This package provides optimization algorithms that require derivatives.
-
Uses of ConjugateGradientFormula in org.apache.commons.math.optimization.general
Methods in org.apache.commons.math.optimization.general that return ConjugateGradientFormulaModifier and TypeMethodDescriptionstatic ConjugateGradientFormula
Returns the enum constant of this class with the specified name.static ConjugateGradientFormula[]
ConjugateGradientFormula.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.commons.math.optimization.general with parameters of type ConjugateGradientFormulaModifierConstructorDescriptionNonLinearConjugateGradientOptimizer
(ConjugateGradientFormula updateFormula) Simple constructor with default settings.