https://github.com/mownier/ga-sudoku
Genetic algorithm implementation for Sudoku
https://github.com/mownier/ga-sudoku
artificial-intelligence-algorithms genetic-algorithm stochastic-process sudoku-solver
Last synced: 11 months ago
JSON representation
Genetic algorithm implementation for Sudoku
- Host: GitHub
- URL: https://github.com/mownier/ga-sudoku
- Owner: mownier
- License: mit
- Created: 2017-04-06T06:20:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T06:52:58.000Z (about 9 years ago)
- Last Synced: 2025-02-25T03:25:40.689Z (over 1 year ago)
- Topics: artificial-intelligence-algorithms, genetic-algorithm, stochastic-process, sudoku-solver
- Language: Swift
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Genetic Algorithm
Solving a sudoku puzzle using Genetic Algorithm.