#include <SWlocalsearch.hpp>
Public Member Functions | |
void | run (ostream &output, unsigned int outiter, unsigned int outend) |
Start the optimization run. |
void paradocks::SWLS::run | ( | ostream & | output, | |
unsigned int | outiter, | |||
unsigned int | outend | |||
) | [virtual] |
Start the optimization run.
output | The results should go into this stream. | |
outiter | Save the structure from every iteration: 0 - no structure, 1 - best structure, 2 - all structures | |
outend | Save the structure at the end: 1 - best structure, 2 - all structures start a optimization |
Implements paradocks::Optimizer.