Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 641 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 641 Bytes

genetic-demo

A Python based genetic algorithm for playing rock, paper, scissors. Includes a few links to interesting material on the subject.

Resources

  • The Nature of Code is a great open source book on all sorts of nature inspired CS ideas. There is a great chapter on Genetic Algorithms.
  • Smart Rockets is a fantastic rocket simulation that uses genetic algorithms to figure out how to fly rockets around obsticals and hit a target.
  • My Desert Code Camp Prezi