![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Handle the master part. More...
#include <boost/asio/io_service.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/spawn.hpp>
#include <boost/chrono.hpp>
#include <iostream>
#include <memory>
#include <list>
#include <queue>
#include <vector>
#include "message.hpp"
#include "connection.hpp"
Go to the source code of this file.
Classes | |
class | master< Res, Params > |
Master part of the algorithm, handle server-side connection and redistribute evenly the tests to the slaves. More... | |
struct | master< Res, Params >::session |
Coroutine managing ONE slave. More... | |
Handle the master part.