red42 / HTML5_Genetic_Cars

A genetic algorithm car evolver in HTML5 canvas.
zlib License
1.19k stars 290 forks source link

this is so awesome #15

Closed techsin closed 8 years ago

techsin commented 8 years ago

where can i learn about

graphic library

and

about genetic programming concepts used here

i am ok with JS.

red42 commented 8 years ago

Hey techsin, there are some good canvas tutorials online. If you're an absolute beginner in the matter, w3schools has a good intro: http://www.w3schools.com/html/html5_canvas.asp

As for genetic algorithms, there's a very concise intro here: https://www.cs.cmu.edu/Groups/AI/html/faqs/ai/genetic/part2/faq-doc-2.html

But there are many approaches to GA. Read as much as you can and try to find what best fits the problem you're trying to solve.