tournament_selection: Tournement selection

Description Usage Arguments Value Examples

View source: R/tournament_selection.R

Description

Select a couple of individu (parents) to the crossing over

Usage

1
tournament_selection(Y, k, N = NROW(Y))

Arguments

N

size of the Qt population to generate

X

a matrix/data.frame of all the selected individus evaluation

Value

a list of couple index which must be use for crossing over

Examples

1
sum(1:10)

alex-conanec/optisure documentation built on Dec. 19, 2021, 12:27 a.m.