Skip to content

al-jshen/adaptive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adaptive

Adaptive sampling of functions in Rust. Inspired by python-adaptive.

How it works

Repeat until satisfied:

  1. Sample both endpoints. Whenever a point is sampled, add it to a running list of all points.
  2. Pick the points in the list that are furthest apart (Euclidean distance, but can choose another metric), and sample in between those two points.

About

Adaptive sampling of functions

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages