Skip to main content

A simple python package that solves sudokus using genetic algorithms

Project description

# Genedoku

Solve sudokus of any size using genetic algorithms with an easy approach

## Basic usage

```python
from genedoku.Evolution import Evolution
from genedoku.SudokuChromosome import SudokuChromosome

e = Evolution(problem, SudokuChromosome, 50, 20000)
r = e.start()
```

Where problem contains an array of NxN representing the sudoku and using 0 in the empty spaces.

## Test

```bash
python tests/test_genedoku.py [options] < tests/example.txt
```

Where example.txt it's an input file containing the matrix in the following format:

Each row it's separated by '\n', each element in row per ' ' and the final line should be blank. Empty spaces are 0


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

genedoku-1.0.0a2-py2-none-any.whl (6.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page