Description Usage Arguments Details Value Author(s) References See Also Examples
Computes the “mean” fitness from several solutions.
1 2 | ## S3 method for class 'BigBang'
meanFitness(o, filter="none", subset=TRUE, ...)
|
filter |
The |
subset |
Second level of filter. |
The mean is built considering all solutions. For solutions that have finished earlier, the final fitness is used for futher genertions.
A vector with the mean fitness in each generation.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf
Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675
For more information see BigBang
.
1 2 3 4 5 6 | ## Not run:
#bb is a BigBang object
geneRankStability(bb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.