findCrossoverExample {xegaGpGene} | R Documentation |
Prints a random example of crossover for a crossover method given a random number seed.
Description
The function supports the search for examples for unit tests for crossover functions whose behavior depends on random numbers.
Usage
findCrossoverExample(FUN, s, verbose = TRUE)
Arguments
FUN |
String. Specification of crossover method. |
s |
Integer. Seed of random number generator. |
verbose |
Boolean.
If |
Value
No return.
Examples
findCrossoverExample(FUN="AllCross2Gene", s=2)
[Package xegaGpGene version 1.0.0.2 Index]