selection
instead.selection1 is replaced by selection
.
selection1(fit, Grid, teil, elitism, nelit, selstate, verbose)
A list of all fitness-evaluated individuals
Is the indexed grid output from grid_area
A numeric value that determines the selection percentage
Boolean value which indicates whether elitism should be included or not.
If elitism
is TRUE, then this input variable determines
the amount of individuals in the elite group.
Determines which selection method is used, "FIX" selects a constant percentage and "VAR" selects a variable percentage, depending on the development of the fitness values.
If TRUE, will print out further information.