#include <BALL/MOLMEC/MINIMIZATION/energyMinimizer.h>
Static Public Attributes | |
static Size | MAXIMAL_NUMBER_OF_ITERATIONS |
static Size | ENERGY_OUTPUT_FREQUENCY |
static Size | SNAPSHOT_FREQUENCY |
static Size | NUMBER_OF_ITERATION |
static float | ENERGY_DIFFERENCE_BOUND |
static Size | MAX_SAME_ENERGY |
static float | MAX_GRADIENT |
static float | MAXIMUM_DISPLACEMENT |
Energy difference bound. The energy difference needed for assuming 'equal energy'
Energy output frequency
Default value for the maximum RMS gradient. This value is used for deciding when to stop the minimisation.
The number of iterations without any change in energy. This is used to detect convergence. If this number is reached, we assume convergence.
Max number of iterations
Max shift
Number of iteration
Snapshot frequency