[ANN] ConvergencePlots - live tracking of algorithm convergence metrics

Hi,

I would like to announce a little package I put together recently that I found useful in my work. ConvergencePlots.jl lets you easily keep track of some convergence metrics for your algorithm using 2 lines of code or so.

ConvergencePlots uses PyPlot.jl for plotting because I was familiar with it the most and I didn’t have too much time to implement this. The focus of ConvergencePlots is on the dead simple API while letting the user customize the plots by passing in options that get passed to PyPlot. As always, PRs and contributions are welcome! May all your algorithms converge!

9 Likes

Thank you ! I also usually have to create convergence plots, and your package seems very simple and useful. I will use it.

1 Like