A Python implementation of genetic algorithms.
Install this package using uv:
uv pip install -e git+https://github.com/javidahmed64592/genetic-algorithm#egg=genetic_algorithm
To update the package:
uv pip install --upgrade -e git+https://github.com/javidahmed64592/genetic-algorithm#egg=genetic_algorithm
Note: It is recommended to install this into a virtual environment.
For an example of how to use the genetic algorithm, see examples/phrase_solver.ipynb where it is used to generate a specific sentence from random characters.
This project is licensed under the MIT License - see the LICENSE file for details.