rgp (version 0.4-1)

makeTinyGpSearchHeuristic: Tiny GP Search Heuristic for RGP

Description

The search-heuristic, i.e. the concrete GP search algorithm, is a modular component of RGP. makeTinyGpSearchHeuristic creates an RGP search-heuristic that mimics the search heuristic implemented in Riccardo Poli's TinyGP system.

Usage

makeTinyGpSearchHeuristic(crossoverProbability = 0.9, tournamentSize = 2)

Arguments

crossoverProbability
The crossover probability for search-heuristics that support this setting (i.e. TinyGP). Defaults to 0.9.
tournamentSize
The size of TinyGP's selection tournaments.

Value

An RGP search heuristic.