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
[fix] Hotfix debug no training in simple intensifier (#370)
* [fix] Fix the no-training-issue when using simple intensifier
* [test] Add a test for the modification
* [fix] Modify the default budget so that the budget is compatible
Since the previous version does not consider the provided budget_type
when determining the default budget, I modified this part so that
the default budget does not mix up the default budget for epochs
and runtime.
Note that since the default pipeline config defines epochs as the
default budget, I also followed this rule when taking the default value.
* [fix] Fix a mypy error
* [fix] Change the total runtime for single config in the example
Since the training sometimes does not finish in time,
I increased the total runtime for the training so that we can accomodate
the training in the given amount of time.
* [fix] [refactor] Fix the SMAC requirement and refactor some conditions
0 commit comments