Boolean Nodes¶
Commonly used boolean node functions.
-
cana.datasets.bools.
CONTRADICTION
()[source]¶ Contradiction boolean node.
00 : 0 01 : 0 10 : 0 11 : 0
-
cana.datasets.bools.
RULE110
()[source]¶ RULE 110 celular automata node.
000 : 0 001 : 1 010 : 1 011 : 1 100 : 0 101 : 1 110 : 1 111 : 0