Skip to content

A Python package for adaptive sampling and surrogate modelling.

Notifications You must be signed in to change notification settings

JanKoune/harlow

Repository files navigation

harlow

CI Coverage Badge Code style: black

Adaptive surrogate modelling.

f_target(x) ~ f_surrogate(x)

On using the repository

  • Install dependencies and the code from this repo:
pip install -e .
  • Install with additional dependencies for building documentation:
pip install -e .[docs]
  • To build the documentation locally:
sphinx-build -b html docs/source docs/build
  • To view the documentation open docs/build/index.html

  • All code within this repository is expected to be run with the working directory set as the root directory of the repository.

About

A Python package for adaptive sampling and surrogate modelling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published