|
|
|
|
|
by GuB-42
166 days ago
|
|
Using evolution in the context of Core War is not a new idea by far, it is even referenced in the paper. Examples here: https://corewar.co.uk/evolving.htm The difference here is that instead of using a typical genetic algorithm written in a programming language, it uses LLM prompts to do the same thing. I wonder if the authors tried some of the existing "evolvers" to compare to what the LLM gave out. |
|
From that experience: The LLM is likely to do drastically better. Most of the prior work, mine included, took a genetic algorithm approach, but an LLM is more likely to make coherent multi-instruction modifications.
It's a shame they didn't compare against some of the standard core wars benchmarks as a way to facilitate comparisons to prior work, though. Makes it hard to say that they're better for sure. https://corewar.co.uk/bench.htm