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
}
master.hpp
slave.hpp
master_slave.hpp
fitness.hpp
master_slave::run
void run(int argc, char *argv[])
Definition:
master_slave.cpp:11
master_slave
Definition:
master_slave.cpp:10
master_slave.hpp
Generated by
1.8.15