Genetic Algorithm Demo
The Genetic Algorithm Demo provides a visual look into how a genetic algorithm uses evolution to solve very difficult problems. Genetic algorithms are used to achieve very good solutions to complex problems such as shipping millions of packages around the world with near-maximum efficiency, or sending thousands of trucks across the country in the most efficient way (minimizing miles traveled, trucks on the road, and customers left waiting). This program displays how a "traveling salesperson" problem is solved by a genetic algorithm.