HyPy is a general hyper-heuristic package for solving combinatorial optimization problems by employing and developing hyper-heuristics.
- pyenv for python version
- poetry
- pre-commit
- tests
- remember to run mypy
- Automatic documentation
- Test docstrings examples (
poetry run python -m doctest hypy/problems/vrp/base_components.py
) - Building and locally visualizing docs.
poetry run mkdocs serve
for development.mkdocs build
mkdocs gh-deploy
for publishing documentation found here.