Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.minimization |
Provides minimization algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionMinimizerFletcherReeves
This is an implementation of the Fletcher-Reeves conjugate gradient
minimization procedure.
|
class |
FunctionMinimizerLiuStorey
This is an implementation of the Liu-Storey conjugate gradient
minimization procedure.
|
class |
FunctionMinimizerPolakRibiere
This is an implementation of the Polack-Ribiere conjugate gradient
minimization procedure.
|