Darwin Neuroevolution Framework
Public Member Functions | List of all members
tournament::SimpleTournament Class Reference

A simple tournament implementation. More...

#include <simple_tournament.h>

Inheritance diagram for tournament::SimpleTournament:
tournament::Tournament core::NonCopyable

Public Member Functions

void evaluatePopulation (darwin::Population *population, GameRules *game_rules) override
 Run the tournament and assigns fitness values based on the results.
 

Detailed Description

A simple tournament implementation.

Every genotype in a population is paired with a fixed number of random opponents (genotypes from the same population). The fitness of the genotype is updated based on the aggregated results from all the games.

Note
The opponent's fitness is not updated

The documentation for this class was generated from the following files: