|
EasyLocalpp
3.0
|
| Helpers perform actions related to some specific aspects of the search and have to be partially implemented by the user | |
| SearchEngine classes are the algorithmic core of the framework. They are responsible for performing a run of a local search technique, starting from an initial state and leading to a final one | |
| Solver classes control the search by generating the initial solutions, and deciding how, and in which sequence, Search Engines have to be activated | |
| Tester classes represent a simple predefined interface of the user program | |