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

A generic and modular framework for building custom iterative algorithms in Julia

Results 2 LearningStrategies.jl issues
Sort by recently updated
recently updated
newest added

Has `every` been implemented as intended in the `Converged` and `ConvergedTo` strategies?

A common use case for iterative algorithms is the tracking of values through iterations as implemented by the `Tracer` strategy. What would be the preferred way to use the containers...