Genetic Programming
Jump to navigation
Jump to search
Possible targets
- LLVM - Can run as bytecode or compile to machine code.
- Web Assembly - New.
- JVM - I hate Java.
- MonoVM - Meh.
- SPIR-V - For the GPU.
- X86-64 - Native but CISC...
- RISC-V - I love RISC-V (needs to be emulated).
- AVR - For the microcontroller (needs to be emulated).
- ARM - For the microcontroller (needs to be emulated).
- MIR - Rust intermediate level. Not sure if it would be any advantage over LLVM.
- BrainFuck - It's simplicity be good for genetic programming?
- GPTree - A Genetic Programming AST. Traditional.