![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Handle computation of score. More...
Functions | |
double | mean_score (const std::list< T > &l) |
Compute the mean of a list of values. More... | |
Handle computation of score.
genetic_algorithms::accumulate::mean_score | ( | const std::list< T > & | l | ) |
Compute the mean of a list of values.
[in] | l | List of values |