N-dimensional timelines and Parameter grid search #8214
Labels
🧑🎨 Design
Requires UX/UI designer input
enhancement
New feature or request
📺 re_viewer
affects re_viewer itself
Imagine that you are working on developing an algorithm that has some hyperparameters that you want to tune. And you want to run your algorithm for a set of hyperparameter configurations in order to visually evaluate the results with Rerun: How should the parameters be set for the best visual result? What if you could take a cartesian product over the parameter space and do a visual grid search?
Example:
Mesh reconstruction from point cloud using Open3d's
create_from_point_cloud_poisson()
. (please disregard the fact that in this particular function you shouldn't actually change all parameters independently). So you want to find the parameters that creates the best looking mesh.How I imagine this could work:
Snippet for poisson mesh example:
The text was updated successfully, but these errors were encountered: