Genetic Algorithms are Cool

Dogtown

Ke = (mv^2)/2
Full Member
Minuteman
Supporter
Jun 21, 2007
7,427
5,348
CONUS
BoxCar2D

This is a simple little application that runs a genetic algorithm to develop the most efficient vehicle for travelling along a specific terrain. It randomly mutates and tests each variation, only keeping the characteristics that perform best. It's amazing how quickly it converges over time.