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!