Uses of Class
org.apache.commons.math.optimization.general.ConjugateGradientFormula
-
Packages that use ConjugateGradientFormula Package Description org.apache.commons.math.optimization.general 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 ConjugateGradientFormula Modifier and Type Method Description static ConjugateGradientFormula
ConjugateGradientFormula. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConjugateGradientFormula[]
ConjugateGradientFormula. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.math.optimization.general with parameters of type ConjugateGradientFormula Constructor Description NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula)
Simple constructor with default settings.
-