METSlib
0.6
|
Public Member Functions | |
iteration_logger (std::ostream &o) | |
void | update (mets::abstract_search< neighborhood_t > *as) |
This is the callback method called by searches when a move, an improvement or something else happens. | |
![]() | |
search_listener () | |
A new observer (listener) of a search process, remember to attach the created object to the search process to be observed (mets::search_type::attach()) | |
search_listener (const search_listener< search_type > &other) | |
purposely not implemented (see Effective C++) | |
search_listener< search_type > & | operator= (const search_listener< search_type > &other) |
virtual | ~search_listener () |
Virtual destructor. | |
Protected Attributes | |
int | iteration |
std::ostream & | os |
Additional Inherited Members | |
![]() | |
typedef abstract_search < neighborhood_t > | search_type |
Return to METSlib home page