Comment by CodesInChaos
1 year ago
Adding a toggle between bytecode and (dis)assembly would make help with visualizing what kind of effect mutation has.
1 year ago
Adding a toggle between bytecode and (dis)assembly would make help with visualizing what kind of effect mutation has.
You're right - a disassembler would be incredibly valuable; and while I haven’t gotten around to implementing one yet, it’s definitely on my radar. But even the idea of even having an assembler is exciting because it suggests the output programs could be interpretable, enabling us to identify the underlying algorithms that (hopefully) emerge through evolution.