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

Implmentation of Multiobjectif Bayesian Optimisation #1638

Closed
SamirLamin opened this issue Jan 21, 2023 · 4 comments
Closed

Implmentation of Multiobjectif Bayesian Optimisation #1638

SamirLamin opened this issue Jan 21, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@SamirLamin
Copy link

I tried to implement the Multiobjectif Bayesian Optimisation but not working
can you help me to solve this problem

@SamirLamin SamirLamin added the bug Something isn't working label Jan 21, 2023
@eytan
Copy link
Contributor

eytan commented Jan 21, 2023 via email

@SamirLamin
Copy link
Author

Hello Sir
Thank you for your response. I tried to implement the code that existed in the tutorial but it did not work
Screenshot 2023-01-22 001101

Firstly I'm trying to implement this code that existed in the tutorial and I will adapt my research optimization problem to find the Pareto front using Bayesian Optimisation with Botorch

I will be thankful if you help me at this point

@Balandat
Copy link
Contributor

It appears you're using the new sampler APIs but have an old botorch version installed. The sample_shape argument was added to the samplers in #1486, and made it into botorch in version 0.8.0. I recommend updating your botorch installation to the newest version.

@SamirLamin
Copy link
Author

Hello
Thank you so much sir, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants