C. Benjamins

Results 43 issues of C. Benjamins

Currently, the behaviour/interface of pSMAC is not absolutely the same compared to the normal SMAC facades. Especially, writing of SMAC data to the pSMAC dir is missing (same files as...

enhancement

Add these methods to RunHistory in order to more conveniently use pSMAC. pSMAC currently has no way of merging the results and for post-hoc analysis it is also important to...

enhancement

Log configuration and performances with wandb. Create a wrapper for the TaeRunner for that.

documentation

Currently logs in 3 different formats and has no conversion method. Unify and define trajectory structure. My preference: Version of the json trajectory.

enhancement

Create a plugin for [hydra](https://hydra.cc/) to easily carry out HPO (on the cluster) with a simplified interface. Hydra is a framework for configuring complex applications, allowing nested configurations. Can also...

enhancement
feature

Restoring SMAC takes some lines of code. What do you think, @renesass @dengdifan @timruhkopf , should we also add a convenience method? E.g. Optuna allows to add previous trials with...

feature

Provide a helper function receiving `list[Configuration]` and float costs. Use `tell` under the hood and convert stuff into `TrialInfo` and `TrialValue`.

enhancement
documentation
feature

- Log trial info and value for each iteration - Log trajectory - Dashboard could look like this ![grafik](https://github.com/automl/SMAC3/assets/75323339/85b872f4-ded8-461f-9a83-6d53994cda07) What else to log? - [x] Add docstrings - [x] Explain...

enhancement

Let Dask wait until at least one worker was scheduled on the cluster. Related to #1016.

enhancement

Pynisher and dask parallelization does not work together. > Just a note, I've had no issues running pynisher inside of a subprocess running on a dask worker. This is likely...

enhancement
bug
parallel