|
BALL
1.4.79
|
Classes | |
| class | BALL::ConjugateGradientMinimizer |
| struct | BALL::ConjugateGradientMinimizer::Option |
| struct | BALL::ConjugateGradientMinimizer::Default |
| class | BALL::EnergyMinimizer |
| class | BALL::LineSearch |
| class | BALL::ShiftedLVMMMinimizer |
| class | BALL::SteepestDescentMinimizer |
| class | BALL::StrangLBFGSMinimizer |
The different correction parameters implemented.
| Enumerator | |
|---|---|
| UNIT_VALUE |
Unit value, i.e. rho = 1.0. |
| BALANCING_VALUE |
Balancing value. |
| SQUARE_ROOT |
Square root. |
| GEOMETRIC_MEAN |
Geometric mean. |
| RATIO_OF_SHIFT_PARAMS |
Ratio of shift parameters. |
Definition at line 106 of file shiftedLVMM.h.
The different conjugate gradient methods implemented.
| Enumerator | |
|---|---|
| POLAK_RIBIERE |
Polak-Ribiere method |
| FLETCHER_REEVES |
Fletcher-Reeves method |
| SHANNO |
Shanno |
Definition at line 52 of file conjugateGradient.h.
The different variationally derived methods implemented.
| Enumerator | |
|---|---|
| RANK_1 |
Rank 1 variationally derived method. |
| RANK_2 |
Rank 2 variationally derived method. |
Definition at line 93 of file shiftedLVMM.h.
1.8.8