Public Member Functions | |
iteration_logger (std::ostream &o) | |
void | update (mets::abstract_search< neighborhood_t > *as) |
This method is automatically called when this observer is attached to a "notified" subject. | |
Protected Attributes | |
int | iteration |
std::ostream & | os |
void mets::iteration_logger< neighborhood_t >::update | ( | mets::abstract_search< neighborhood_t > * | ) | [inline, virtual] |
This method is automatically called when this observer is attached to a "notified" subject.
subject,: | The subject that was notified and that called our update method. |
Implements mets::observer< abstract_search< neighborhood_t > >.
Return to METSlib home page