This repository is not active
CodyChilders/Evolution
I saw a video about the Hill Climbing Algorithm on YouTube and wanted to try it for myself. This is a bunch of bots who make a random move, and revert back to their previous position if they went lower, but make a new random move if they ended up higher. Eventually they find the top of the nearest hill. This is based on the Theory of Evolution.
C++