Samples multidimensional scalar functions by observing curvature features.
Uses arbitrary executables as a target function.
Based on scipy triangulation scipy.spatial.Delaunay.
Inspired by python-adaptive.
TBD
General usage info:
python -m curious --help
Perform these 3 steps inside the repository folder.
-
Install build system
pip install build -
Build
python -m build -
Install
pip install dist/*.whl