Skip to content
/ curious Public

Parallel sampling of multidimensional functions

Notifications You must be signed in to change notification settings

pulkin/curious

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published