tournamentSelectionStrategy: tournamentSelectionStrategy

Description Usage Arguments Value

View source: R/selection.R

Description

Runs Tournament Selection and returns a new population generated from the solution Tournament Selection produced.

Usage

1
tournamentSelectionStrategy(population, tournamentSize, functionNodeStructure)

Arguments

population

the population to be evolved

tournamentSize

the number of samples to take

functionNodeStructure

the parameters used when creating functionNodes

Value

a new population containing the parent used and the offspring


porteous54/caRtesian documentation built on May 30, 2019, 11:43 a.m.