angel  mercurial changeset:
angel::LOG_temperature_t Class Reference

Functor that returns logarithmic temperature for LSA. More...

#include <sa.hpp>

List of all members.

Public Member Functions

 LOG_temperature_t (double p_gamma)
 Set Gamma in constructor.
double operator() (int it) const
 LOG temperature in iteration it.

Private Attributes

double gamma

Detailed Description

Functor that returns logarithmic temperature for LSA.

Definition at line 41 of file sa.hpp.


Constructor & Destructor Documentation

angel::LOG_temperature_t::LOG_temperature_t ( double  p_gamma) [inline]

Set Gamma in constructor.

Definition at line 45 of file sa.hpp.


Member Function Documentation

double angel::LOG_temperature_t::operator() ( int  it) const [inline]

LOG temperature in iteration it.

Definition at line 47 of file sa.hpp.

References gamma.


Member Data Documentation

Definition at line 42 of file sa.hpp.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines