makeCommaEvolutionStrategySearchHeuristic: Comma Evolution Strategy Search Heuristic for RGP

Description Usage Arguments Value

View source: R/search_heuristics.r

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

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.


rgp documentation built on May 30, 2017, 12:45 a.m.