mets::linear_cooling Class Reference
[Simulated Annealing]

#include <mets.h>

Inheritance diagram for mets::linear_cooling:

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

Collaboration graph
[legend]

List of all members.


Detailed Description

Alternative LCS proposed by Randelman and Grest.

Public Member Functions

 linear_cooling (double delta=0.1)
double operator() (double temp, feasible_solution &fs, abstract_search &ts)
 The function that updates the SA temperature.

Protected Attributes

double decrement_m

Member Function Documentation

double mets::linear_cooling::operator() ( double  temp,
feasible_solution fs,
abstract_search as 
) [inline, virtual]

The function that updates the SA temperature.

Parameters:
temp The actual annealing temperature.
fs The current working solution.
as The search instance.
Returns:
The new scheduled temperature.

Implements mets::abstract_cooling_schedule.


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

Return to METSlib home page