automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
44 stars 11 forks source link

Merge DyHPO #60

Open karibbov opened 5 months ago

karibbov commented 5 months ago

Merge work from a private repo on DyHPO, DPL surrogates, and related acquisition functions. Version without refactoring. All the further changes should be made under this branch.

Added Surrogates:

Added Acquisition functions:

Added Optimizers:

Neeratyoy commented 5 months ago

Could we squash commits?

Neeratyoy commented 5 months ago

Also we should probably add some basic unit tests to check for freeze-thaw sampler and MF-EI. As a second stage, dyhpo and dpl surrogate fitting (okay if this is not part of this PR).