spotAlgEsStratMutation | R Documentation |
Mutation function for the ES strategy parameter sigma.
spotAlgEsStratMutation(strat, tau0, tau, sigmaRestart, sigmaInit)
strat |
Strategy parameter (sigma), can be a vector or a single number |
tau0 |
the global/general step size multiplier for self adaption |
tau |
the step size multiplier for self adaption in each dimension |
sigmaRestart |
sigma values are reset to initial values when a uniformly distributed random number is smaller than sigmaRestart |
sigmaInit |
initial sigma value |
number s
- s
is the new sigma value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.