![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Handle the slave part. More...
#include <string>
#include <memory>
#include <functional>
#include "message.hpp"
#include <boost/asio/io_service.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/spawn.hpp>
#include "connection.hpp"
#include <chrono>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | slave< Res, Params > |
Slave part of the algorithm, perform test on agents. More... | |
Handle the slave part.