GitHub Viewer
#include
#include "utils.h"
#include "xor_experiment.h"
#include "genome_mutations_crossovers.h"
#include "random_evolution.h"
#include "serialization_tests.h"
#include "novelty_tests.h"
enum choice_t {
EXIT,
XOR_EV_EXP,
XOR_EV_100_EXP,
XOR_EV_STATS_EXP,
NOVELTY_EV_EXP,
NOVELTY_EV_100_EXP,
NOVELTY_EV_STATS_EXP,
EX_XOR_NET,
RT_XOR_EXP,
RAND_EVO,
GEN_MUT_CROSS,
SERDES,
NOVELTY_TESTS,
COFFEE
};
int main() {
std::cout