Skip to content

Commit

Permalink
Add example graph
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub authored Mar 15, 2019
1 parent a3c8afb commit 7efad76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ 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:

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

#### `plot_history`

BlackBoxOptimizer.**plot_history**(_ax_=`None`, _yscale_=`None`)
Expand Down

0 comments on commit 7efad76

Please sign in to comment.