Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from std to var in arm tutorial (#486)
## 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