runOneBenchmark {xegaSelectGene} | R Documentation |
Script for testing a single selection functions
Description
Script for testing a single selection functions
Usage
runOneBenchmark(name, limit = c(10, 100, 1000), both = TRUE, verbose = FALSE)
Arguments
name |
Name is one of the following strings.
|
limit |
Vector of population sizes. |
both |
For |
verbose |
Boolean. Default: |
Value
A data frame sorted in ascending order of time of last column.
Warning
The time to run the function for lim>6
explodes
for all benchmark functions with higher than linear complexity.
(e.g. PropFit
, PropFitdiff
, and Tournament
).
See Also
Other Benchmark Selection Functions:
predictSelectTime()
,
runSelectBenchmarks()
,
selectBenchmark()
,
testSelectGene()
Examples
runOneBenchmark("Duel", 5, both=FALSE)
runOneBenchmark("PropFitDiffOnln")