Description Usage Arguments Value Author(s) References See Also Examples
Adds random pre-existed solutions. The purpose is to “simulate” new solutions in order to see gene stability and gene frequency. The results are biased but can be used to estimate the how many more solutions are needed to stabilize certain number of genes.
1 2 | ## S3 method for class 'BigBang'
addRandomSolutions(no, n=length(no$bestChromosomes), ...)
|
n |
number of solutions to add |
Returns nothing. However, the original BigBang
object has been modified adding the random solutions.
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 7 8 9 | #bb is a BigBang object
## Not run:
bb
plot(bb)
addRandomSolutions(bb, 1000)
plot(bb) # accumulated solutions
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.