Sigma Scaling is based on the mean rather than the worst fitness value as in Window Scaling. In Sigma Scaling, an individual's fitness is a function of the population mean and population standard deviation. In this approach, if the scaled value is less than zero, it is set to zero.
Usage
selsscale2(fitvals, ns, selc, ...)
Arguments
fitvals
Vector of fitness values belonging to individuals
ns
Number of individuals to be selected
selc
Scaling parameter
…
Further arguments passed to or from other methods.
Value
The indices of randomly selected individuals are returned.