AliceO2Group / o2tuner

A tool for optimizing routines in ALICE O2
GNU General Public License v3.0
4 stars 2 forks source link

Decide if plotting via `matplotlib` or `plotly` #14

Closed benedikt-voelkel closed 1 year ago

benedikt-voelkel commented 2 years ago

optuna'a visualisation works via plotly by default but it also accepts matplotlib as backend (https://optuna.readthedocs.io/en/stable/reference/visualization/index.html).

plotly indeed offers some pretty nice interactive usage and multiple different ways of visualisation already.

Up for discussion...

benedikt-voelkel commented 1 year ago

plotly is nice and more interactive. We can get back to this if we think it is needed. For now we can checkout optuna-dashboard for some interactive real-time plotting See https://github.com/AliceO2Group/o2tuner/issues/18