Genetic Machine Learning
Genetic Machine Learning is another type of ML, completely separate from Neural Networks. Evolution-Based Evolution is complex. Learning to walk, for example, takes millions upon millions of years of small mutations, and survival of the fittest. If an animal mutates, gains an advantage, and lives longer than others, then it has more kids. Those kids will probably also have that advantage. That is the way genetics-based ML works. It starts with a randomly generated population and calculates the level of Fitness for each individual. The fittest of the bunch move on and have "kids", basically genetically-combined versions of themselves. Landing a Rocket The first part of this project was to create a rocket game - with a gravitational force, the force of the fuel, and graphics (?). The rocket would fall at a certain speed (Gravity) and would be offset by the force of the fuel being used (a level between 0-8). The Genetic Machine Learning algorithm would then figure