- #ifndef COMPARE_EVOLUTIONS_H_INCLUDED
- #define COMPARE_EVOLUTIONS_H_INCLUDED
-
- #include <vector>
-
- #include "heuristics/RLS.h"
- #include "heuristics/EA.h"
- #include "heuristics/GA.h"
- #include "heuristics/PEA.h"
-
- #include "analysis/analysis.h"
- #include "experiences/crossover-rate.h"
-
- void script_cmp_evolution_algos(std::default_random_engine& randomizer);
-
- #endif // COMPARE_EVOLUTIONS_H_INCLUDED
|