defaultGPFunctionAndConstantSets: Default function- and constant factory sets for Genetic...

Description Usage Format Details

Description

arithmeticFunctionSet is an untyped function set containing the functions "+", "-", "*", and "/". expLogFunctionSet is an untyped function set containing the functions "sqrt", "exp", and "ln". trigonometricFunctionSet is an untyped function set containing the functions "sin", "cos", and "tan". mathFunctionSet is an untyped function set containing all of the above functions.

Usage

1
2
3

Format

1

Details

numericConstantSet is an untyped constant factory set containing a single constant factory that creates numeric constants via calls to runif(1, -1, 1).

Note that these objects are initialized in the RGP package's .onAttach function.


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