Grid Search over parameter space
alexlenail opened this issue · 0 comments
alexlenail commented
This is an important feature a lot of the time. How would we like it to be implemented?
- Ideally we would want to be able to run each of these in parallel (e.g. with multiprocessing).
- There exist a couple "out of the box" solutions for this (e.g. https://github.com/fraenkel-lab/OmicsIntegrator2/blob/dev/src/grid_search.ipynb) which we may be able to use.
What output format would we like?