gaTourResults {GenAlgo} | R Documentation |
Results of a Genetic Algorithm
Description
We ran a genetic algorithm to find the optimal 'fantasy' team for the competition run by the Versus broadcasting network for the 2009 Tour de France. In order to make the vignette run in a timely fashion, we saved the results in this data object.
Usage
data(gaTourResults)
Format
There are four objects in the data file. The first is recurse
, which
is an object of the GenAlg-class
representing the final
generation. The other three objects are all numeric vector of length 1100:
diversity
contains the average population diversity at each generation,
fitter
contains the maximum fitness, and meanfit
contains the
mean fitness.
Source
Kevin R. Coombes
[Package GenAlgo version 2.2.0 Index]