| Package | Description |
|---|---|
| org.apache.commons.math.optimization.general |
This package provides optimization algorithms that require derivatives.
|
| Modifier and Type | Method and Description |
|---|---|
static ConjugateGradientFormula |
ConjugateGradientFormula.valueOf(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.
|
| Constructor and Description |
|---|
NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula)
Simple constructor with default settings.
|
Copyright © 2003–2015. All rights reserved.