![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Namespaces | |
genetic_operators | |
Macros | |
#define | BINARY(OP) |
#define | UNARY(OP) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const agent &a) |
void | genetic_operators::initialize (agent &a) |
void | genetic_operators::mutate (agent &a) |
void | genetic_operators::crossover (agent &a1, agent &a2) |
#define BINARY | ( | OP | ) |
#define UNARY | ( | OP | ) |
std::ostream& operator<< | ( | std::ostream & | os, |
const agent & | a | ||
) |