Documentation
¶
Overview ¶
Package boolNodes defines the Boolean function collections available for the GEP algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var BoolAllGates = functions.FuncMap{}/* 258 elements not displayed */
BoolAllGates defines the boolean functions available for this model.
var BoolMuxSystem = functions.FuncMap{}/* 258 elements not displayed */
BoolMuxSystem defines the boolean functions available for this model.
var BoolNandOnly = functions.FuncMap{}/* 258 elements not displayed */
BoolNandOnly defines the boolean functions available for this model.
var BoolNorOnly = functions.FuncMap{}/* 258 elements not displayed */
BoolNorOnly defines the boolean functions available for this model.
var BoolNotAndOrOnly = functions.FuncMap{}/* 258 elements not displayed */
BoolNotAndOrOnly defines the boolean functions available for this model.
Functions ¶
This section is empty.
Types ¶
type BoolNode ¶
type BoolNode struct {
// contains filtered or unexported fields
}
BoolNode is a boolean function used for the formation of GEP expressions.
func (BoolNode) BoolFunction ¶
BoolFunction calls the boolean function and returns the result.
func (BoolNode) Float64Function ¶
Float64Function is unused in this package and returns an error.
func (BoolNode) IntFunction ¶ added in v2.1.0
IntFunction is unused in this package and returns an error.