AliceO2Group / o2tuner

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

Add possibility to pickle optuna `Study` #12

Closed benedikt-voelkel closed 2 years ago

benedikt-voelkel commented 2 years ago

We would like to be able to pickle a Study. Currently there are only 2 options

  1. run with database storage backend in which case a Study is made persistent and can be continued
  2. run only in-memory (1 job --> no parallelism), nothing would be saved

The pickling would especially be useful for the 2. case.

benedikt-voelkel commented 2 years ago

also addressed in #20

benedikt-voelkel commented 2 years ago

20 has been merged, closing