| Package | Description | 
|---|---|
| gov.sandia.cognition.learning.algorithm.minimization | 
 Provides minimization algorithms. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FunctionMinimizerBFGS
Implementation of the Broyden-Fletcher-Goldfarb-Shanno (BFGS) Quasi-Newton
 nonlinear minimization algorithm. 
 | 
class  | 
FunctionMinimizerDFP
Implementation of the Davidon-Fletcher-Powell (DFP) formula for a
 Quasi-Newton minimization update. 
 |