CONSTRAINTS

CONSTRAINTS is my personal exploration constraint programming. This is sometimes unfortunately abbreviated to CP. This project mainly focuses on creating an almost genetic template to help model problems and apply search algorithms such as Genetic Algorithms and Simulated Annealing.

For the showcase, we'll be approximating the solution for the Travelling Salesman Problem using Genetic Algorithms.

View the repo and learn more here

Genetic Algorithm?

Simulated Annealing?

Travelling Salesman Problem?