|
Thibault Barnouin Optimization Method Algorithm
|
#include <math.h>#include <iostream>#include "models.h"#include "methods.h"#include "SimulatedAnnealingParameters.h"
Macros | |
| #define | PBSTR "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" |
| #define | PBWIDTH 60 |
Functions | |
| bool | freeze (double T, double t_fin, int compt, int max) |
| void | dynamicdisplay (std::vector< double > par) |
| void | printProgress (double percentage) |
| #define PBSTR "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" |
| #define PBWIDTH 60 |
| void dynamicdisplay | ( | std::vector< double > | par | ) |
| bool freeze | ( | double | T, |
| double | t_fin, | ||
| int | compt, | ||
| int | max | ||
| ) |
| void printProgress | ( | double | percentage | ) |
1.8.17