-
-
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
Final Answer from mlrMBO outside of the specified variable ranges (multi objective function) #515
Comments
swaheera
changed the title
Final Answer from mlrMBO outside of the specified variable ranges (single objective function)
Final Answer from mlrMBO outside of the specified variable ranges (multi objective function)
Jul 15, 2021
can you change your example so it does not use |
I repaced [x1], x[2], x[3], x[4] with x1, x2, x3, x4:
But this code has been running for the past few hours ... Am I doing something wrong? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working with R, and I am trying to perform multi-objective constrained Bayesian optimization using the "mlrMBO" library (https://cran.r-project.org/web/packages/mlrMBO/mlrMBO.pdf).
I wrote the following code to optimize some arbitrary function I created:
But when you look at the final result:
These seem to be outside the specified ranges:
Am I doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: