We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Uniform
UniformHypersphere
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andUniformHypersphere
.The text was updated successfully, but these errors were encountered: