#include <simulated-annealing.hh>
Inheritance diagram for mets::linear_cooling:


Public Member Functions | |
| linear_cooling (double delta=0.1) | |
| double | operator() (double temp, feasible_solution &fs) |
| The function that updates the SA temperature. | |
Protected Attributes | |
| double | decrement_m |
| double mets::linear_cooling::operator() | ( | double | temp, | |
| feasible_solution & | fs | |||
| ) | [inline, virtual] |
The function that updates the SA temperature.
| temp | The actual annealing temperature. | |
| fs | The current working solution. |
Implements mets::abstract_cooling_schedule.
Return to METSlib home page