METSlib
0.6
|
Original ECS proposed by Kirkpatrick. More...
#include <simulated-annealing.hh>
Public Member Functions | |
exponential_cooling (double alpha=0.95) | |
double | operator() (double temp, feasible_solution &fs) |
The function that updates the SA temperature. More... | |
![]() | |
abstract_cooling_schedule () | |
Constructor. | |
virtual | ~abstract_cooling_schedule () |
Virtual destructor. | |
Protected Attributes | |
double | factor_m |
Original ECS proposed by Kirkpatrick.
|
inlinevirtual |
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