We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a31496 + 4b91663 commit b32c9beCopy full SHA for b32c9be
lib/OptimizationOptimisers/src/OptimizationOptimisers.jl
@@ -138,7 +138,7 @@ function SciMLBase.__solve(cache::OptimizationCache{
138
break
139
end
140
msg = @sprintf("loss: %.3g", first(x)[1])
141
- cache.progress && ProgressLogging.@logprogress msg i/maxiters
+ cache.progress && ProgressLogging.@logprogress msg iterations/maxiters
142
143
if cache.solver_args.save_best
144
if first(x)[1] < first(min_err)[1] #found a better solution
0 commit comments