The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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