Skip to content
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

Merged
merged 17 commits into from Dec 17, 2023
Merged

Conversation

HenryChen4
Copy link
Collaborator

@HenryChen4 HenryChen4 commented Nov 30, 2023

Description

Created a brief scalable cma es tutorial that uses the custom es parameter for emitters.

Status

  • I have read the guidelines in
    CONTRIBUTING.md
  • I have formatted my code using yapf
  • I have tested my code by running pytest
  • I have linted my code with pylint
  • I have added a one-line description of my change to the changelog in
    HISTORY.md
  • This PR is ready to go

Copy link
Member

@btjanaka btjanaka left a 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.

benchmarks/benchmarks.py Outdated Show resolved Hide resolved
tutorials/cma_mae.ipynb Outdated Show resolved Hide resolved
Copy link
Member

@btjanaka btjanaka left a 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.

@btjanaka btjanaka changed the title Created scalable cma es tutorial Add tutorial on scalable CMA-MAE variants Dec 17, 2023
@btjanaka btjanaka merged commit d67a181 into master Dec 17, 2023
18 checks passed
@btjanaka btjanaka deleted the scalable_cma_es_tutorial branch December 17, 2023 01:41
btjanaka added a commit that referenced this pull request Dec 17, 2023
## 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
btjanaka added a commit that referenced this pull request Dec 17, 2023
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 <bryon.tjanaka@gmail.com>
btjanaka added a commit that referenced this pull request Dec 17, 2023
## 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants