This Web Application illustrates how Genetic Algorithms can be used to solve some problems by optimizing the previous solutions.
There are three problems described:
- Travelling salesman
- Fixed-point-free permutations
- Payment of an amount of money with given types of banknotes.
The application allows the user to edit the fitness function of the genetic algorithm and run the program instantly in browser.