Skip to content

Commit c7e1b18

Browse files
Update missing_physics.md
1 parent 5ef49ce commit c7e1b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/showcase/missing_physics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ second optimization, and run it with BFGS. This looks like:
269269
```@example ude
270270
optprob2 = Optimization.OptimizationProblem(optf, res1.u)
271271
res2 = Optimization.solve(
272-
optprob2, LBFGS(linesearch = BackTracking()), callback = callback, maxiters = 1000)
272+
optprob2, LBFGS(linesearch = BackTracking()), callback = callback, maxiters = 4000)
273273
println("Final training loss after $(length(losses)) iterations: $(losses[end])")
274274
275275
# Rename the best candidate

0 commit comments

Comments
 (0)