Description Usage Arguments Value Author(s) References See Also Examples
Swaps the "active" chromosomes for analysis. All the plots and methods compute the information from the variable $bestChromosomes
, $bestFitness
and $count
.
When callEnhancerFunc
has been used it could be needed to use the same plots with different sets of chromosomes. activeChromosomeSet
swaps the information between different chromosomes sets to concentrate the analysis on that set.
1 2 3 4 5 6 7 |
set |
|
count |
Instruct to re-build the |
chromosomes |
The chromosome set to analyse. The default is to use the variable |
fitness |
The fitness of the chromosomes to analyse. The default is to use the variable |
Returns nothing.
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 was created
## Not run:
activeChromosomeSet(bb, set="evolved")
plot(bb)
activeChromosomeSet(bb, set="default")
plot(bb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.