Function File: parents = selectionstochunuf (expections, nParents, options)

Default selection function

Selection based uniform proportional steps based on its caled value.

Inputs

expectation

Column vector of scaled fitness for each member of a population.

nParents

The number of parents to select

options

ga options

Outputs

parents

Row vector of size nParents containg the indices of selected parents.

See also: ga.

Package: ga