You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #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
|