8000 GitHub - pulkin/curious: Parallel sampling of multidimensional functions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
    

About

Parallel sampling of multidimensional functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0