An open API service indexing awesome lists of open source software.

https://github.com/cyrilsebastian1811/ga_sudoku_solver

Sudoku Solver using Genetic Algorithm
https://github.com/cyrilsebastian1811/ga_sudoku_solver

Last synced: 3 months ago
JSON representation

Sudoku Solver using Genetic Algorithm

Awesome Lists containing this project

README

        

#Sudoku Solver using GA
This project was based on the concepts of Genetic Algorithm.
The program starts of by initializing the 0th generation with Solutions to a given sudoku problem, these Solutions are then picked based on their eletism and then subject to crossover and mutaion to yield diverse set of solutions, The program yields a solution when there is no grid, column or row conflicts at all. Conflicts are used to calculate the fitness values of the solutions.