Learn R Programming

xegaDfGene (version 1.0.0.5)

RandomGaussianSF: Random Gaussian scale factor (RGSF).

Description

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)).

Usage

RandomGaussianSF(lF)

Value

A scale factor.

Arguments

lF

Local configuration.

Details

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.

References

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)

See Also

Other Scale Factor: CauchySF(), ConstScaleFactor(), DETVSF(), FitnessBasedSelfAdaptiveSF(), UniformRandomScaleFactor(), UniformRandomScaleFactorDERSF()

Examples

Run this code
RandomGaussianSF(lFxegaDfGene) 
RandomGaussianSF(lFxegaDfGene) 
RandomGaussianSF(lFxegaDfGene) 

Run the code above in your browser using DataLab