Description Usage Arguments Value See Also
Creates a new Individual for the Evolution Strategy implemented in SPOT.
1 2 3 4 5 6 7 8 9 10 11 12 | spotAlgEsIndividualInitial(
s,
dimension,
n,
noise = 0,
fName,
gen,
low = -1,
high = 1,
des,
...
)
|
s |
sigma, step size |
dimension |
number of target function dimension |
n |
n, number of diff. step sizes |
noise |
noise to be added to fitness value |
fName |
target function |
gen |
generation |
low |
lower limit |
high |
upper limit |
des |
des scaling for placement between low and high |
... |
additional parameters to be passed on to |
numeric vector
- contains x value, sigma value, real fitness value, fitness with noise, and generation number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.