- Share
-
-
arroba
The evolutionary model, Avida, is best known for evolving the EQU function. In the supplementary materials for the 2003 Nature paper, the authors presented the shortest known program to compute EQU taking 19 instructions. They note that it hasn’t been proven that it was the shortest program. In fact it is not, and I present a program that computes EQU only using 18 instructions.
- IO
- IO
- nop-C
- push
- pop
- nop-A
- nand
- push
- nand
- swap
- nop-C
- swap
- nand
- nand
- pop
- nop-C
- nand
- IO