Learn R Programming

windfarmGA (version 2.3.0)

crossover1: Deprecated use crossover instead.

Description

crossover1 is replaced by crossover.

Usage

crossover1(se6, u, uplimit, crossPart, verbose, seed)

Arguments

se6

The selected individuals. The output of selection (list)

u

The crossover point rate. (numeric)

uplimit

The upper limit of allowed permutations. The current algorithm has an upper bound of 300 permutations. (numeric)

crossPart

The crossover method. Either "EQU" or "RAN". (character)

verbose

If TRUE, will print out further information.

seed

Set a seed for comparability. Default is NULL