-
Notifications
You must be signed in to change notification settings - Fork 354
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
Adding relative improvement as stopping criterion #1479
base: main
Are you sure you want to change the base?
Conversation
Hi @lolloconsoli! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Sounds like a very useful PR, thanks!!! For the other static error just do << black nevergrad >> and everything should be fine. |
<< FAILED nevergrad/optimization/test_callbacks.py::test_improvement_criterion - assert False
|
hello, i think i can fix the unused import problem, but im new to the testing tool so i may need help for that im sorry.. |
Can you do "black nevergrad" and remove the import and push again ? This should make things clearer. |
i did as you suggested, but now there is another test that has not passed. I think the code i wrote |
Types of changes
Motivation and Context / Related issue
Adding the relative improvement as a stopping criterion callback to the ```base.Optimizer.minimize``` method #589How Has This Been Tested (if it applies)
i took some parts from the script ```test_callbacks.py``` and run some tests with different thresholds, the thing seems to work properly. After i added the test function in an analogous format as the one done for ```test_duration_criterion```Checklist