Skip to content

laar19/generate-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Generator

Implementation of a genetic algorithm, using DEAP framework, to generate a solved sudoku.
The fitness function is proposed as a minimization problem, it consists of evaluating that the numbers in the rows, columns or sectors are not repeated, otherwise, the fitness is increased in one unit, so the ideal fitness for a solved sudoku is 0.0.