![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Namespaces | |
accumulate | |
Classes | |
class | distributed_fitness |
Functions | |
template<typename Res , typename Params > | |
std::shared_ptr< distributed_fitness< Res, Params > > | make_distributed_fitness (int port, std::function< Res(const std::list< Res > &)> accumulate, int nb_eval_by_parameter=1, int nb_eval_by_slave=1) |
std::shared_ptr<distributed_fitness<Res, Params> > genetic_algorithms::make_distributed_fitness | ( | int | port, |
std::function< Res(const std::list< Res > &)> | accumulate, | ||
int | nb_eval_by_parameter = 1 , |
||
int | nb_eval_by_slave = 1 |
||
) |