I wrote the original version of this nearly 20 years ago. Cool to see it still pop up here from time to time. Still runs in the browser thanks to Ruffle: https://peteshadbolt.co.uk/posts/ga/
On Firefox here, the "Save Local Population" option seems to crash. Any idea why that might be happening? (Amazing site btw - every time it pops up I end up spending much too long with it).
Watch cars evolve using genetic algorithm
71–76 of 76 posts
Re: Watch cars evolve using genetic algorithm
#72Earlier quoted context omitted.
Sounds like you're running with a single elite clone. That's a really bad idea in genetic heuristics for exactly the phenomenon you mention.
Is the correct number 0 or >1?
Re: Watch cars evolve using genetic algorithm
#73I wrote the original version of this nearly 20 years ago. Cool to see it still pop up here from time to time. Still runs in the browser thanks to Ruffle: https://peteshadbolt.co.uk/posts/ga/
Re: Watch cars evolve using genetic algorithm
#74I wrote the original version of this nearly 20 years ago. Cool to see it still pop up here from time to time. Still runs in the browser thanks to Ruffle: https://peteshadbolt.co.uk/posts/ga/
Re: Watch cars evolve using genetic algorithm
#75might go much faster if it recorded a set of states where ancestors died shortly after and then test all the new candidates against those states. The new candidate might actually survive because its prior history kept it from ever getting into that particular death state, but I think biasing towards designs that don't immediately die in those hard cases is good anyways, since given a long enough run it would likely e…