Public Member Functions

mets::evaluable_solution Class Reference
[Model]

A copyable and evaluable solution implementation,. More...

#include <model.hh>

Inheritance diagram for mets::evaluable_solution:
Inheritance graph
[legend]
Collaboration diagram for mets::evaluable_solution:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual gol_type cost_function () const =0
 Cost function to be minimized.

Detailed Description

A copyable and evaluable solution implementation,.

All you need, if you implement your own mets::solution_recorder, is to derive from the almost empty mets::feasible_solution. However, if you want to use the provided mets::best_ever_recorder you need to derive from this class (that also defines an interface to copy and evaluate a solution).

See also:
mets::best_ever_recorder

Member Function Documentation

virtual gol_type mets::evaluable_solution::cost_function (  )  const [pure virtual]

Cost function to be minimized.

The cost function is the target that the search algorithm tries to minimize.

You must implement this for your problem.

Implemented in mets::permutation_problem.


The documentation for this class was generated from the following file:

Return to METSlib home page