-
Notifications
You must be signed in to change notification settings - Fork 46
Migrate nevergrad optimizers to new documentation style #632
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
base: main
Are you sure you want to change the base?
Migrate nevergrad optimizers to new documentation style #632
Conversation
fix math
@gauravmanmode can you update this branch and fix the merge conflicts? |
Sure, I have a few things left to do here and then I will fix the merge conflicts |
…tion_to_new_format
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
@janosg, I have fixed the merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice. Just minor comments.
For documenting several optimizers in here.
or another way
which would look like this |
PR Description
This PR updates the documentation of the recently added optimizers from the nevergrad library to follow the new documentation style.
Additional changes
Clarify dependancy conflict between nevergrad and bayes_opt
Closes #627
Use tab-set directive instead of tabbed
Closes #628
Also, use
from __future__ import annotations
innevergrad_optimizers.py
for stringified annotations.