-
-
Notifications
You must be signed in to change notification settings - Fork 224
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 differential evolution #1150
base: development
Are you sure you want to change the base?
Conversation
Can you merge the current development branch into your branch? |
8dc463f
to
ab9cb6a
Compare
Done |
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.
In principle LGTM. Could you describe a bit more why we need this fix?
Why did it work before?
Oh and can you also update the CHANGELOG.md
?
Thanks!
When using categorical hyperparameters differential evolution returned an exception.
Results in: The fix simply transforms float vectors (like the ones scipy's differential evolution outputs) to valid configs. |
Fix for differential evolution acquisition function optimisation.
Fixing a bug that it didn't work when the configspace has categorical/integer hyperparameters.