-
-
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
Error: Error in as.data.frame.OptPathDF(opt.path, include.rest = FALSE) : No elements where selected (via 'dob' and 'eol')! #516
Comments
Just by looking at the constraints it looks like they are too narrow (and partly don't make sense) |
I tried removing the constraints all together, but now I get a different error:
Error:
Is there any way to fix this? |
You named your function |
Thank you for the correction - I found another typo : "ctrl" vs "control". I fixed both of these errors but now I have a new error. |
I got the following error:
I tried to fix this by changing the number of objectives:
But then I got a new error:
Do you have any idea why this error is being produced? Thank you so much for your help! Thanks |
In MOO there is no final best but only a set of points that are pareto optimal. You have to change makeMBOControl
|
Hello Dr. Richter, Thank you for your reply. I removed the "best.predicted" statement, but the code is still not working:
But this produces the following error
As a result of this error, I tried to remove "final.evals":
But now I get a different error (even though I have specified there are 3 objectives):
If you have time, can you please try running this code on your computer and see if you can get it to work? I have been trying to get this to work for a while, but without any results. Your Help Is Greatly Appreciated, |
Hello Dr. Richter,, Can you please take a look at this if you have some time? Thanks |
I recently got this error while trying to perform multiobjective constrained optimization with the mlrMBO library:
I am a bit confused. Where exactly do I need to specify "dob" and "eol"?
Thanks
The text was updated successfully, but these errors were encountered: