![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Parameters of the genetic algorithm. More...
#include <ga.hpp>
Public Attributes | |
double | mutation_rate |
double | crossover_rate |
int | tournament_size |
int | population_size |
int | nb_iterations |
Parameters of the genetic algorithm.
double ga::parameters::crossover_rate |
Percentage chance of crossover between two agents
double ga::parameters::mutation_rate |
Percentage chance of mutation for an agent
int ga::parameters::nb_iterations |
Number of times that the population is trained
int ga::parameters::population_size |
Size of the agent population
int ga::parameters::tournament_size |
Size of pools when a new population is created