-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add tutorial on scalable CMA-MAE variants #433
Conversation
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.
Comments:
- Move the description under "Brief Explanation" to the top of the notebook
- Use math syntax (are you familiar with Latex, and how to use Latex in Markdown?)
- Put the abbreviations when you first list the ESs, eg: Limited Memory Matrix Adaptation ES (LM-MA-ES)
Also see my earlier comments on reverting files, and make sure to add HISTORY too.
…bs into scalable_cma_es_tutorial
This reverts commit b0ca54a.
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.
Make sure to add a line to HISTORY and fill out the checklist in the description.
## Description <!-- Provide a brief description of the PR's purpose here. --> Forgot to add to the TOC in #433 ## Status - [x] I have read the guidelines in [CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md) - [x] I have formatted my code using `yapf` - [x] I have tested my code by running `pytest` - [x] I have linted my code with `pylint` - [x] I have added a one-line description of my change to the changelog in `HISTORY.md` - [x] This PR is ready to go
Created a brief scalable cma es tutorial that uses the custom es parameter for emitters. - [x] I have read the guidelines in [CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md) - [x] I have formatted my code using `yapf` - [x] I have tested my code by running `pytest` - [x] I have linted my code with `pylint` - [x] I have added a one-line description of my change to the changelog in `HISTORY.md` - [x] This PR is ready to go --------- Co-authored-by: Bryon Tjanaka <[email protected]>
## Description <!-- Provide a brief description of the PR's purpose here. --> Forgot to add to the TOC in #433 ## Status - [x] I have read the guidelines in [CONTRIBUTING.md](https://github.com/icaros-usc/pyribs/blob/master/CONTRIBUTING.md) - [x] I have formatted my code using `yapf` - [x] I have tested my code by running `pytest` - [x] I have linted my code with `pylint` - [x] I have added a one-line description of my change to the changelog in `HISTORY.md` - [x] This PR is ready to go
Description
Created a brief scalable cma es tutorial that uses the custom es parameter for emitters.
Status
CONTRIBUTING.md
yapf
pytest
pylint
HISTORY.md