Skip to content

Commit

Permalink
fixup! docs: update tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Mar 8, 2024
1 parent be5589c commit 6342381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cb_ = function (p, l)
return false
end
res = Optimization.solve(prob, BFGS(), callback = cb_, maxiters = 2000)
res = Optimization.solve(prob, BFGS(), callback = cb_, maxiters = 600)
```

And some analysis:
Expand Down

0 comments on commit 6342381

Please sign in to comment.