![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Represent the score performed by a freshly tested agent, can be (un)serialized. More...
#include <message.hpp>
Public Member Functions | |
void | serialize (Archive &ar, const unsigned int) |
Save/Load agent with archive. More... | |
Public Attributes | |
int | id |
std::list< T > | results |
Represent the score performed by a freshly tested agent, can be (un)serialized.
|
inline |
Save/Load agent with archive.
[in,out] | ar | Archived agent |
int message::result< T >::id |
Identifier of this agent
std::list<T> message::result< T >::results |
List of score performed by this agent during testing