|
angel
mercurial changeset:
|

Go to the source code of this file.
Namespaces | |
| namespace | angel |
Namespace for the complete library. | |
Functions | |
| template<class Object_t , class Neighbor_t , class Cost_t , class Temp_t > | |
| int | angel::SA (Object_t &object, Neighbor_t neighbor, Cost_t costs, Temp_t temp, int max_iter) |
| Simulated Annealing in a general form. | |
| template<class Object_t , class Neighbor_t , class Cost_t , class Adaption_t > | |
| int | angel::ALSA (Object_t &object, Neighbor_t neighbor, Cost_t costs, Adaption_t adaption, double &gamma, int max_iter) |
| Adaptive Logarithmic Simulated Annealing in generic form. | |