Description Usage Arguments Value Author(s) See Also Examples
Evaluate random models using the specified gene indexes.
1 2 3 4 |
genes |
Original chromosome object (or numeric vector). |
bigbang |
The |
size |
Size of new random models. |
n |
Number of models |
fitnessFunc |
The fitness function used to evaluate the chromosomes. The default is the usage of |
models |
Logical value. |
... |
Other parameters passed to fitnessFunc. |
If models==TRUE
, a vector of resulted fitness for random models, otherwise a list with models (matrix, cols=models) and their fitness (vector) is returned.
Victor Trevino
1 2 3 4 5 | ## Not run:
rm <- generateRandomModels(geneFrequency(bb,value="index")[1:50],bb,size=5,n=100,models=T)
rm
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.