|
SIMLIB/C++
3.07
|
Optimization algorithm - simulated annealing (simplified) More...

Go to the source code of this file.
Namespaces | |
| simlib3 | |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Macros | |
| #define | debug 1 |
Functions | |
| bool | simlib3::accept_bad (double eps) |
| void | simlib3::move_to_next_point (ParameterVector &p, double eps) |
| double | simlib3::Optimize_simann (double(*f)(const ParameterVector &p), ParameterVector &p, int MAXT) |
Optimization algorithm - simulated annealing (simplified)
Definition in file opt-simann.cc.
| #define debug 1 |
Definition at line 17 of file opt-simann.cc.
1.8.13