IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
message.hpp File Reference

Handle serializable representations of agents. More...

#include <boost/serialization/list.hpp>

Go to the source code of this file.

Classes

struct  message::request< T >
 Represent an agent to be tested, can be (un)serialized. More...
 
struct  message::result< T >
 Represent the score performed by a freshly tested agent, can be (un)serialized. More...
 

Namespaces

 message
 Handle different "serializable friendly" representations of an agent.
 

Detailed Description

Handle serializable representations of agents.