Set Starting Temperature / Generate Random Sudoku Table /
Iterations:
1. Change the table randomly
2. Calculate the Cost Function
3. Reduce temperature exponentially (cooling rate)
After installing required packages such as
- pandas
- random
run codes below:
$ git clone https://github.com/Horadmard/Sudoku.git
$ cd Sudoku/src
$ python3 solve.py
send us PRs thanks (;