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

Random sampling of parameter space #59

Open
cerebis opened this issue Nov 23, 2016 · 1 comment
Open

Random sampling of parameter space #59

cerebis opened this issue Nov 23, 2016 · 1 comment

Comments

@cerebis
Copy link
Owner

cerebis commented Nov 23, 2016

A lingering thought, grid search has been shown to be poor means of exploring high dimensional spaces when the objective surface is not a simple convex shape. Complex response surfaces are probably more common than not.

We could easily implement random sampling. Define valid ranges of parameters and the number of samples.

This can actually better highlight the effort required to explore a hyper-surface. The sense of sparsity is more pronounced.

@koadman
Copy link
Collaborator

koadman commented Nov 23, 2016

something smarter than grid sweep would be rad

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

No branches or pull requests

2 participants