Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 906 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 906 Bytes

Build Status

curious - parallel function sampling

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.

Install

TBD

Use

General usage info:

python -m curious --help

Custom build

Perform these 3 steps inside the repository folder.

  1. Install build system

    pip install build
    
  2. Build

    python -m build
    
  3. Install

    pip install dist/*.whl