BALL::EnergyMinimizer::Default Struct Reference

#include <BALL/MOLMEC/MINIMIZATION/energyMinimizer.h>

List of all members.


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

Member Data Documentation

Energy difference bound. The energy difference needed for assuming 'equal energy'

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.