HTML5_Genetic_Cars
HTML5_Genetic_Cars copied to clipboard
A genetic algorithm car evolver in HTML5 canvas.
Have you considered adding number of wheels as a mutation or initial seed. It would be interesting to see if 1 or 3 wheel cars end up dominating the 2...
body color change on style.css
Take a look at https://github.com/vinnik-dmitry07/GenCars if you are interested.
makes doc file more attractive
Variables changed to let for the better usage of code
Hey! The app leaks memory, and fails because of it if you leave it running for long enough. As I saw in heap dump, a problem is with `allResults` property...
Can you help explain? Thanks