Skip to content

Commit

Permalink
Switch from std to var in arm tutorial (#486)
Browse files Browse the repository at this point in the history
## Description

<!-- Provide a brief description of the PR's purpose here. -->

The arm tutorial currently sets the objective / fitness to be the
negative standard deviation. However, the original benchmark used the
negative _variance_. This PR switches to the variance and re-runs the
notebook accordingly.

## 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
  • Loading branch information
btjanaka authored Jul 19, 2024
1 parent 20bd99f commit 0bc3372
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#### Documentation

- Switch from std to var in arm tutorial ({pr}`486`)
- Fix documentation conf for readthedocs deprecations ({pr}`485`)
- Add novelty search with CMA-ES to sphere example ({pr}`478`, {pr}`482`)

Expand Down
Loading

0 comments on commit 0bc3372

Please sign in to comment.