![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Handle networking. More...
#include <boost/asio.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <functional>
#include <memory>
#include <iomanip>
#include <string>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | connection |
Handle networking. More... | |
Typedefs | |
using | connection_ptr = std::shared_ptr< connection > |
Handle networking.
using connection_ptr = std::shared_ptr<connection> |