7 #ifndef BALL_MOLMEC_MINIMIZATION_STRANGLBFGS_H
8 #define BALL_MOLMEC_MINIMIZATION_STRANGLBFGS_H
10 #ifndef BALL_MOLMEC_MINIMIZATION_ENERGYMINIMIZER_H
14 #ifndef BALL_MOLMEC_MINIMIZATION_LINESEARCH_H
127 virtual bool specificSetup();
136 void setMaxNumOfStoredVectPairs(
Size num);
140 Size getMaxNumOfStoredVectPairs()
const;
144 void setImprovedFlag(
bool flag);
148 bool getImprovedFlag()
const;
156 virtual double findStep();
163 virtual void updateDirection();
173 virtual bool minimize(
Size iterations = 0,
bool resume =
false);
239 #endif // BALL_MOLMEC_MINIMIZATION_STRANGLBFGS_H
#define BALL_CREATE(name)
static const char * NUM_OF_STORED_VECT_PAIRS
static const char * IMPROVED
vector< float > work_val_
vector< Vector3 > stored_s_
vector< Vector3 > stored_y_
std::vector< Vector3 > initial_atoms_
Size max_num_of_vect_pairs_
static const Size NUM_OF_STORED_VECT_PAIRS
static const bool IMPROVED
Size curr_num_of_vect_pairs_