Skip to content
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

bayesopt.optimize_discrete #9

Closed
safooray opened this issue May 19, 2016 · 1 comment
Closed

bayesopt.optimize_discrete #9

safooray opened this issue May 19, 2016 · 1 comment

Comments

@safooray
Copy link

BayesOpt keeps trying the same point. Why does it do it when it already knows the outcome of that point?
After a few iterations it forces one random sampling, but gets right back to the old point and gets stuck.

@rmcantin
Copy link
Owner

BayesOpt always assume that the function is noisy. Also, it might imply that your model is not suitable for your problem and have to tune the parameters.

Note that BayesOpt can work with discrete spaces, but it's better/easier for continuous.

@rmcantin rmcantin closed this as completed Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants