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 1eaacc3 commit e690813Copy full SHA for e690813
lib/OptimizationOptimisers/src/OptimizationOptimisers.jl
@@ -95,7 +95,7 @@ function SciMLBase.__solve(cache::OptimizationBase.OptimizationCache{
95
gevals = 0
96
t0 = time()
97
breakall = false
98
- progress_id = uuid4()
+ progress_id = :OptimizationOptimizersJL
99
for epoch in 1:epochs, d in data
100
if cache.f.fg !== nothing && dataiterate
101
x = cache.f.fg(G, θ, d)
0 commit comments