Skip to content

Commit

Permalink
Add more info on example plot
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub authored Mar 15, 2019
1 parent 7efad76 commit 21f705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ BlackBoxOptimizer.**plot_convergence**(_ax_=`None`, _yscale_=`None`)

Plot the running best gain/loss over the course of all previous trials. If passed, `ax` should be the [matplotlib axis](https://matplotlib.org/api/axes_api.html) to plot on and `yscale` should be the scale for the y axis.

For example:
For example (generated by running BBopt's [`keras` example](https://github.com/evhub/bbopt/blob/master/bbopt-source/examples/keras_example.py)):

![plot_convergence example](https://i.imgur.com/4dbGisY.png)

Expand Down

0 comments on commit 21f705d

Please sign in to comment.