Replies: 6 comments
-
|
Hey, thanks for reaching out! I tried to reproduce your warning but couldn't. Can you let me know which operating system you are using and what versions of Python, optimagic, and nevergrad you have installed? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I've managed to reproduce it on Python 3.12. It does not reproduce on Python 3.10!
|
Beta Was this translation helpful? Give feedback.
-
|
To answer question 1, I tried: It doesn't print any warnings. It also doesn't do a great job at optimising. The optimal value is -2.01. |
Beta Was this translation helpful? Give feedback.
-
|
Actually, if you reduce the budget to 59 you will see the warning: UserWarning: COBYLA: Invalid RHOEND; it should be a positive number and RHOEND <= RHOBEG; it is set to 1e-06 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! Very interesting. In this case I would suggest asking for help / guidance from the nevergrad developers. It seems there is little we can do from the optimagic side. If you agree, you can close this discussion. Thanks again! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am putting this as a discussion as it is quite likely to be a user error on my part. My code:
This outputs:
Should I have set a parameter to avoid this warning?
Beta Was this translation helpful? Give feedback.
All reactions