Project for the UPV course Techniques of Artificial Intelligence from year 2021/2022.
The project is the implementation of two AI algorithm in order to solve the Sudoku problem. The implementated algorithm are:
- Genetic Algorithm
- Simulated Annealing
The implementation is done with Python 3.