Classes | |
class | paradocks::FitnessError |
Fitness error class. This class should be thrown by all implemented Fitness classes in case of an error. Derived from std::runtime_error. More... | |
class | paradocks::Fitness |
Fitness class. Virtual base class interface definition for all Fitness class implementations. More... | |
class | paradocks::Grid |
Grid class. This class can be used to aproximate the energie value within a grid by linear triangulation. More... | |
class | paradocks::StaticNeighborhood |
StaticNeighborhood class. This class provides a static neighborhood list for atoms. More... | |
class | paradocks::SWLS |
local search optimizer Solis, JF and Wets, RJ, Math Oper Res (1981) vol. 6 (1) pp. 19-30 this class makes a local search starting at the input conformation More... |