Description Usage Arguments Value
View source: R/search_heuristics.r
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.
1 | makeTinyGpSearchHeuristic(crossoverProbability = 0.9, tournamentSize = 2)
|
crossoverProbability |
The crossover probability for search-heuristics that support
this setting (i.e. TinyGP). Defaults to |
tournamentSize |
The size of TinyGP's selection tournaments. |
An RGP search heuristic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.