[Optimizer] Multi-fidelity algorithms should explicitly check for a fidelity parameter · Issue #120 · automl/neps · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ts dataclass, starting #119 and in the process solving #120
Throws a lot of errors for using the Supports-attribute on the algorithms-functions directly. Maybe use wrappers?
WIP, does not yet handle custom optimizers.
Adds `ignore_fidelity` parameter across optimizers for flexible fidelity management
Introduces warnings and error handling for missing or unsupported fidelity/prior cases
Updates grid, random, and Bayesian sampling to respect fidelity settings
Improves test coverage for fidelity and prior requirements
Fixes#118, #119, #120
Right now if running SH with no fidelity parameter available, it will raise this error
This is not very descriptive on how to solve the problem. If implementing #119, we can simply check this and emit it in the
BaseOptimizer
.Also seems to occur from
hyperband_custom_default
while not happening forhyperband
.Priorband
requires it too.The text was updated successfully, but these errors were encountered: