IterationControl.jl icon indicating copy to clipboard operation
IterationControl.jl copied to clipboard

A package for controlling iterative algorithms

Results 5 IterationControl.jl issues
Sort by recently updated
recently updated
newest added

Currently awkward to extract information from the return value.

next breaking release

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...