makeTinyGpSearchHeuristic: Tiny GP 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. makeTinyGpSearchHeuristic creates an RGP search-heuristic that mimics the search heuristic implemented in Riccardo Poli's TinyGP system.

Usage

1
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.


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