muLambdaStrategy: muLambdaStrategy

Description Usage Arguments Value

View source: R/selection.R

Description

Runs the Mu + Lambda Evolutionary Strategy. Mu is set as 1 and Lambda can be changed through the lambda parameter. Mu is the number of parents and Lambda is the number of offspring to generate.

Usage

1
muLambdaStrategy(population, lambda, functionNodeStructure)

Arguments

population

the population to be evolved

lambda

the number of offspring to generate

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.