Genetic Programming
- Operations:
- +, -, *, /, %
- >, >=
- read_edge
- swap_node
- if_else
- Terminals:
- Fitness was difference between generated path and optimal path
- No indexed memory (other than input and output representation)
- No ADFs
- No trigonometric functions
- Not Turing-complete