IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
master_slave.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "master_slave.hpp"
3 #include "master.hpp"
4 #include "slave.hpp"
5 #include "fitness.hpp"
6 #include <boost/program_options.hpp>
7 #include <iostream>
8 
9 namespace master_slave
10 {
11  void run(int argc, char* argv[]);
12 }
void run(int argc, char *argv[])
Definition: master_slave.cpp:11
Definition: master_slave.cpp:10