Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poisson disc sampling #30

Open
tbekolay opened this issue Nov 7, 2016 · 0 comments
Open

Poisson disc sampling #30

tbekolay opened this issue Nov 7, 2016 · 0 comments

Comments

@tbekolay
Copy link
Member

tbekolay commented Nov 7, 2016

We do uniform random sampling in a lot of places. We might be able to do more with fewer samples using Poisson disc sampling.

See this Nengo discussion for some details, and @hunse's implementation of Bridson's algorithm.

Ideally we'd make a new distribution that implements this sampling algorithm and benchmark accuracy and speed versus Uniform and UniformHypersphere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant