-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: n_task_params now evaluates to 1 if task_idx == 0 #187
Conversation
c54a02e
to
f494309
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tobiasploetz for detecting and fixing the bug 👏🏼
Unfortunately, this fix is not sufficient, there are some more issues regarding the use of transfer learning in "purely" continuous spaces (meaning all "real" parameters are continuous but the |
25045c2
to
4226ab4
Compare
4226ab4
to
f494309
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting and fixing @tobiasploetz :)
f494309
to
da191b0
Compare
fixes inconsistencies treating the
TaskParameter
that could cause errors when the other parts of the searchspace are purely continuous