.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_templates/layout.html
evomatic/__init__.py
evomatic/_version.py
evomatic/annealing.py
evomatic/competition.py
evomatic/evolve.py
evomatic/fitness.py
evomatic/mutation.py
evomatic/plots.py
evomatic/py.typed
evomatic/recombination.py
evomatic.egg-info/PKG-INFO
evomatic.egg-info/SOURCES.txt
evomatic.egg-info/dependency_links.txt
evomatic.egg-info/requires.txt
evomatic.egg-info/top_level.txt
examples/README.md
examples/max_density_min_mass/max_density_min_mass.py
examples/max_density_min_mass/max_density_min_mass.yaml
examples/max_f_valence_max_melting_temperature/max_f_valence_max_melting_temperature.py
examples/max_mass/max_mass.py
examples/min_mixing_enthalpy_max_mixing_entropy/min_mixing_enthalpy_max_mixing_entropy.py
tests/test_fitness.py
tests/test_mass_maximisation.py