Skip to content

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

Notifications You must be signed in to change notification settings

clementmarcilhacy/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published