|
METSlib
0.6
|
Alternative LCS proposed by Randelman and Grest. More...
#include <simulated-annealing.hh>


Public Member Functions | |
| linear_cooling (double delta=0.1) | |
| double | operator() (double temp, feasible_solution &fs) |
| The function that updates the SA temperature. More... | |
Public Member Functions inherited from mets::abstract_cooling_schedule | |
| abstract_cooling_schedule () | |
| Constructor. | |
| virtual | ~abstract_cooling_schedule () |
| Virtual destructor. | |
Protected Attributes | |
| double | decrement_m |
Alternative LCS proposed by Randelman and Grest.
|
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