You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run duplicate_nevergrad_params.py.txt. (I added a .txt extension so that I could upload the file to GitHub. The code is also available in the Relevant Code section below.)
Steps to reproduce
.txt
extension so that I could upload the file to GitHub. The code is also available in the Relevant Code section below.)Observed Results
Note that
659.0536549844043
is tried 883 times! Also, at the beginning of the optimization, all of the workers are given2505.0
to start with.Expected Results
(I am new to optimization, so I may be misunderstanding something. Please educate me!)
I expected the optimizer to not try the same parameter if it has already previously tried it. Wouldn’t the result always be the same?
Also, the function is
abs(x)
, so why is the final result not10
, which is the lower bound of the parameter?Relevant Code
The text was updated successfully, but these errors were encountered: