IterationControl.jl
IterationControl.jl copied to clipboard
A package for controlling iterative algorithms
Currently awkward to extract information from the return value.
Currently, predefined controls emits message by using @info which will break ProgressMeter. The issue is that the progress meter will no longer stay at the same place as the @info...
Currently the workflow is to define an external variable and use the "callback" control `WithLossDo` - but perhaps there's an argument for collecting a history of the loss (and training...