Description Usage Arguments Details Value
rgpBenchmark
measures the number of fitness evaluations per second
performed by geneticProgramming
. A number of samples
experiments are performed.
1 2 3 4 | rgpBenchmark(fitnessFunction = function(ind) 0, samples = 1, time = 10,
...)
evaluationsPerSecondBenchmark(f, samples = 1, time = 10, ...)
|
f |
The function under test. |
fitnessFunction |
The fitness function to pass to the call to
|
samples |
The number of indpendent measurements to perform, defaults to 1. |
time |
The time in seconds a sample lasts, defaults to 10 seconds. |
... |
Options as passed to the function under test. |
evaluationsPerSecondBenchmark
measures the number of times a function
can be called per second in a tight loop.
The number of fitness evaluations per second performed by RGP.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.