.gitignore
LICENSE
README.md
pyproject.toml
requirements-test.txt
requirements.txt
tox.ini
.devcontainer/devcontainer.json
.devcontainer/docker-compose.yml
.github/workflows/python-publish.yml
.github/workflows/qc-sec.yml
.github/workflows/qc-sty.yml
.github/workflows/qc-uni.yml
.vscode/launch.json
.vscode/settings.json
examples/algorimths.py
examples/database_evolution.ipynb
examples/evaluation.py
examples/genotypes.py
src/gevopy/VERSION
src/gevopy/__init__.py
src/gevopy/algorithms.py
src/gevopy/database.py
src/gevopy/experiments.py
src/gevopy/fitness.py
src/gevopy/genetics.py
src/gevopy/random.py
src/gevopy/utils.py
src/gevopy.egg-info/PKG-INFO
src/gevopy.egg-info/SOURCES.txt
src/gevopy.egg-info/dependency_links.txt
src/gevopy.egg-info/requires.txt
src/gevopy.egg-info/top_level.txt
src/gevopy/config/__init__.py
src/gevopy/config/defaults.toml
src/gevopy/tools/__init__.py
src/gevopy/tools/crossover.py
src/gevopy/tools/mutation.py
src/gevopy/tools/selection.py
tests/conftest.py
tests/testconfig.toml
tests/test_requirements/test_algorithms.py
tests/test_requirements/test_crossovers.py
tests/test_requirements/test_experiments.py
tests/test_requirements/test_fitness.py
tests/test_requirements/test_genotypes.py
tests/test_requirements/test_mutations.py
tests/test_requirements/test_selections.py
tests/test_utilities/test_crossovers.py
tests/test_utilities/test_database.py
tests/test_utilities/test_halloffame.py