Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 696 Bytes

HyPy

HyPy is a general hyper-heuristic package for solving combinatorial optimization problems by employing and developing hyper-heuristics.

Installation and Set Up

  • 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.