Running Optimization
Tunny Dashboard supports not only analyzing results but also running optimizations. Sampling is handled by the Dashboard's built-in Rust implementation, and results are written out to an Optuna-compatible journal file, so live updates and every analysis widget are available while the run is in progress.
There are two ways to run an optimization, depending on what you want to evaluate.
- Grasshopper (.ghx) optimization: evaluate a Grasshopper definition whose variables and objectives are wired into the Tunny component through Rhino.Compute
- External tool optimization: bring any command-line tool into the evaluation loop through template substitution and output extraction