clementmarcilhacy / SudokuSolver

Sudoku solver using metaheuristic (simulated annealing algorithm) - Optimisation Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SudokuSolver

Sudoku solver using metaheuristic (simulated annealing algorithm) - Optimisation Problem

Method

Initialize a 9x9 sudoku into a pandas dataframe, for example:

empty 9x9 sudoku

Run the notebook and get the result at the end.

About

Sudoku solver using metaheuristic (simulated annealing algorithm) - Optimisation Problem


Languages

Language:Jupyter Notebook 100.0%