Genetic Algorithm Part 1 Evolutionary Steering

This first step into Genetic Algorithms is a apart of reinforcement learning which uses evolution to select the strongest and fittest candidate not only to survive but also to breed.

Genetic Algorithm Part 2 Travelling Sales Person

This is an old challenge to work out the most efficient route between any number of cities, whereas it is possible to calculate a few cities quite easily when number get above 10 then it is an altogether insurmountable challenge, there is even a £1million reward for anyone who can solve the problem efficiently (or at all) for any number of cities.