Learn R Programming

rgp (version 0.4-1)

makeCommaEvolutionStrategySearchHeuristic: Comma Evolution Strategy Search Heuristic for RGP

Description

The search-heuristic, i.e. the concrete GP search algorithm, is a modular component of RGP. makeCommaEvolutionStrategySearchHeuristic creates a RGP search-heuristic that implements a (mu, lambda) Evolution Strategy. The lambda parameter is fixed to the population size. TODO description based on Luke09a

Usage

makeCommaEvolutionStrategySearchHeuristic(mu = 1)

Arguments

mu
The number of surviving parents for the Evolution Strategy search-heuristic. Note that with makeCommaEvolutionStrategySearchHeuristic, lambda is fixed to the population size, i.e. length(pop).

Value

An RGP search heuristic.