RandomGaussianSF: Random Gaussian scale factor (RGSF).

View source: R/xegaDfScaleFactor.R

RandomGaussianSFR Documentation

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)

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.

Value

A scale factor.

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

RandomGaussianSF(lFxegaDfGene) 
RandomGaussianSF(lFxegaDfGene) 
RandomGaussianSF(lFxegaDfGene) 

xegaDfGene documentation built on Aug. 22, 2025, 5:12 p.m.