Learn R Programming

windfarmGA (version 2.3.0)

selection1: Deprecated use selection instead.

Description

selection1 is replaced by selection.

Usage

selection1(fit, Grid, teil, elitism, nelit, selstate, verbose)

Arguments

fit

A list of all fitness-evaluated individuals

Grid

Is the indexed grid output from grid_area

teil

A numeric value that determines the selection percentage

elitism

Boolean value which indicates whether elitism should be included or not.

nelit

If elitism is TRUE, then this input variable determines the amount of individuals in the elite group.

selstate

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.

verbose

If TRUE, will print out further information.