A tool to show how some optimization tecniques works in a graphical way, which can improve its understanding by new learners. Additionally, all implementations have being done in Javascript which can help other developers to use, learn or modify them to different purposes.
Hosted github page: https://jefferson-henrique.github.io/optimization-techniques-viewer/
- ACO (Ant Colony Opitimization): In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs (Wikipedia).