View source: R/xegaDfScaleFactor.R
| RandomGaussianSF | R Documentation |
The scale factor is drawn randomly from
one of the two Gaussian distributions
abs(rnorm(1, 0.3, 0.3)) or
abs(rnorm(1, 0.7, 0.3)).
RandomGaussianSF(lF)
lF |
Local configuration. |
For details, see section 5 of Sharma et al. (2019), p. 932 or Li and Yin (2016), p. 555. Note that the range given in both papers is false.
A scale factor.
Li, Xiangtao AND Yin, Minghao (2016) Modified differential evolution with self-adaptive parameters method. Journal of Combinatorial Optimization 31(2), 546-576. (doi:10.1007/s10878-014-9773-6)
Other Scale Factor:
CauchySF(),
ConstScaleFactor(),
DETVSF(),
FitnessBasedSelfAdaptiveSF(),
UniformRandomScaleFactor(),
UniformRandomScaleFactorDERSF()
RandomGaussianSF(lFxegaDfGene)
RandomGaussianSF(lFxegaDfGene)
RandomGaussianSF(lFxegaDfGene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.