Classes | |
class | mets::solution_recorder |
The solution recorder is used by search algorithm, at the end of each iteration, to record the best seen solution. More... | |
class | mets::abstract_search< move_manager_type > |
An abstract search. More... | |
class | mets::best_ever_solution |
The best ever solution recorder can be used as a simple solution recorder that just records the best copyable solution found during its lifetime. More... | |
class | mets::search_listener< move_manager_type > |
An object that is called back during the search progress. More... | |
struct | mets::iteration_logger< neighborhood_t > |
struct | mets::improvement_logger< neighborhood_t > |
class | mets::termination_criteria_chain |
Function object expressing a termination criteria. More... | |
class | mets::iteration_termination_criteria |
Termination criteria based on the number of iterations. More... | |
class | mets::noimprove_termination_criteria |
Termination criteria based on the number of iterations without an improvement. More... | |
class | mets::threshold_termination_criteria |
Termination criteria based on cost value. More... | |
class | mets::forever |
Return to METSlib home page