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.
1 parent 67abf94 commit cec95faCopy full SHA for cec95fa
lib/OptimizationOptimisers/src/OptimizationOptimisers.jl
@@ -138,7 +138,7 @@ function SciMLBase.__solve(cache::OptimizationBase.OptimizationCache{
138
break
139
end
140
msg = @sprintf("loss: %.3g", first(x)[1])
141
- cache.progress && ProgressLogging.@logprogress msg iterations/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