With Genetic Algorithms (GAs) you can solve following problems:
- There are 10 points on the map. What is the shortest path in order to travel all of them?
- Solve an equation with N variables
- [Vectorize Mona Lisa][1]
In a sense GAs are a marriage of brute force algorithm and evolution theory.
Pseudo algorithm