Learn R Programming

ConsRank (version 2.0.1)

crossover: Apply the (binomial) crossover for DE algorithm

Description

Binomial crossover stipulates that crossover will occur on each of the D values in a solution whenever a randomly generated number between 0 and 1 is within the CR range.

Usage

crossover(x, v, CR)

Arguments

x

target ranking

v

donor individual (mutaded x)

CR

Crossover range

Value

modified ranking