Description Usage Arguments Value See Also
Creates initial parent population
1 2 3 4 5 6 7 8 9 10 11 12 | spotAlgEsInitParentPop(
sigmaInit,
dimension,
nSigma,
noise,
fName,
gen,
low,
high,
mue,
...
)
|
sigmaInit |
initial sigma value (standard deviation) |
dimension |
number of target function dimension |
nSigma |
number of standard deviations |
noise |
noise to be added to fitness value |
fName |
target function |
gen |
generation |
low |
lower limit |
high |
upper limit |
mue |
number of parents in the ES |
... |
additional parameters to be passed on to |
matrix
- holds the parent population created by this function
spotAlgEs
spotAlgEsIndividualInitial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.