Documentation ¶
Overview ¶
Package functions provides a map of available functions for the GEP algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncNode ¶
type FuncNode interface { // Symbol is the Karva string representation of the function. Symbol() string // Terminals is the number of input terminals for the function. Terminals() int // BoolFunction represents a general boolean function. BoolFunction(a, b, c, d bool) bool // Float64Function represents a general floating-point function. Float64Function(a, b, c, d float64) float64 }
FuncNode defines an available function for the GEP algorithm.
Directories ¶
Path | Synopsis |
---|---|
Package boolNodes defines the Boolean function collections available for the GEP algorithm.
|
Package boolNodes defines the Boolean function collections available for the GEP algorithm. |
Package mathNodes defines the floating-point function collection available for the GEP algorithm.
|
Package mathNodes defines the floating-point function collection available for the GEP algorithm. |
Click to show internal directories.
Click to hide internal directories.