Require method: custom for optuna/ax scheduler engines - #141
kmikowicz-wandb wants to merge 1 commit into
Conversation
Original prompt from Kaelan
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
scheduler.engine: optunaandscheduler.engine: axwere rejected outright by config validation. They are now accepted, but only withmethod: custom;engine: wandbcontinues to requiremethod: grid | random | bayes.The engine/method mismatch error now lists methods as
`method: x`so it matches the wording of the othermethod: customerrors. Schema description forschedulerupdated to document the mapping; tests updated to cover both directions for optuna/ax.Link to Devin session: https://coreweave.devinenterprise.com/sessions/71a11719543544858580ce263664369a
Open in Devin Desktop: https://coreweave.devinenterprise.com/desktop/session/71a11719543544858580ce263664369a?variant=devin
Requested by: @kmikowicz-wandb