Public Member Functions | Protected Attributes
mets::exponential_cooling Class Reference

Original ECS proposed by Kirkpatrick. More...

#include <simulated-annealing.hh>

Inheritance diagram for mets::exponential_cooling:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 exponential_cooling (double alpha=0.95)
double operator() (double temp, feasible_solution &)
 The function that updates the SA temperature.

Protected Attributes

double factor_m

Detailed Description

Original ECS proposed by Kirkpatrick.

Definition at line 171 of file simulated-annealing.hh.


Constructor & Destructor Documentation

mets::exponential_cooling::exponential_cooling ( double  alpha = 0.95) [inline]

Definition at line 175 of file simulated-annealing.hh.


Member Function Documentation

double mets::exponential_cooling::operator() ( double  temp,
feasible_solution fs 
) [inline, virtual]

The function that updates the SA temperature.

Parameters:
tempThe actual annealing temperature.
fsThe current working solution.
Returns:
The new scheduled temperature.

Implements mets::abstract_cooling_schedule.

Definition at line 179 of file simulated-annealing.hh.


Member Data Documentation

Definition at line 182 of file simulated-annealing.hh.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:54