All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- The algorithm was not updating the fitness and total distance values after mutation.
- Each individual has a normalized fitness value instead of replacing the fitness value.
- Fixed documentation.
- Swap-cities: now it iterates over the cities and swap them with a mutation rate probability.
- Selection: now it uses both random selection and elite selection.
- Fixed the documentation.
- Literate programming documentation page.
- Generic Algorithm to solve the Travelling Salesan Problem.