Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 503 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 503 Bytes

sudoku_simulated_annealing

Simple simulated-annealing solution of a sudoku puzzle

  • lib_simulated_annealing.py: simple general-purpose simulated-annealing optimization function (note: a clean version can be found here)
  • lib_sudoku.py: Sudoku class
  • example.py: example of puzzle solving

Build status: Build Status