cerebis / meta-sweeper

Parametric sweep of simulated microbial communities and metagenomic sequencing.
GNU General Public License v3.0
10 stars 0 forks source link

Random sampling of parameter space #59

Open cerebis opened 7 years ago

cerebis commented 7 years ago

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 commented 7 years ago

something smarter than grid sweep would be rad