Skip to content

Commit cec95fa

Browse files
Hotfix OptimizationOptimisers progress
Fixes #1059
1 parent 67abf94 commit cec95fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimisers/src/OptimizationOptimisers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function SciMLBase.__solve(cache::OptimizationBase.OptimizationCache{
138138
break
139139
end
140140
msg = @sprintf("loss: %.3g", first(x)[1])
141-
cache.progress && ProgressLogging.@logprogress msg iterations/maxiters
141+
#cache.progress && ProgressLogging.@logprogress msg iterations/maxiters
142142

143143
if cache.solver_args.save_best
144144
if first(x)[1] < first(min_err)[1] #found a better solution

0 commit comments

Comments
 (0)