TNO / harlow

A Python package for adaptive sampling and surrogate modelling.
https://TNO.github.io/harlow
MIT License
4 stars 1 forks source link

harlow

Docs CI Coverage Badge PyPI version python versions Code style: black

Adaptive surrogate modelling.

f_target(x) ~ f_surrogate(x)

Harlow is an Adaptive Surrogate Modeling package, in Python. The package offers a wide range of GPU-trainable Surrogate Models for single input-output and multi input-output pairs. Additionaly a series of Adaptive Samplers is implemented that work with multivariate data providing real-time web-logging. The package offers an intergration and benchmark test suite with numerous test functions and a real case study along with visualization functionality.

DISCLAIMER: This repository is in development. There's no guarantee in terms of code quality or output.

On using the repository

pip install harlow
pip install -e .
pip install -e .[docs]
sphinx-build -b html docs/source docs/build