https://github.com/cran/GenAlgo
Tip revision: 65e538b83ff79745d9c1a7081559cbc899cc364a authored by Kevin R. Coombes on 07 April 2025, 21:00:02 UTC
version 2.2.1
version 2.2.1
Tip revision: 65e538b
gaTourResults.Rd
\name{gaTourResults}
\alias{gaTourResults}
\alias{diversity}
\alias{fitter}
\alias{meanfit}
\alias{recurse}
\docType{data}
\title{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 \code{recurse}, which
is an object of the \code{\link{GenAlg-class}} representing the final
generation. The other three objects are all numeric vector of length 1100:
\code{diversity} contains the average population diversity at each generation,
\code{fitter} contains the maximum fitness, and \code{meanfit} contains the
mean fitness.
}
\source{Kevin R. Coombes}
\keyword{datasets}
