Skip to content

Commit f1a1bf7

Browse files
Update src/solve.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b0fc056 commit f1a1bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ callback = (state, loss_val) -> false
4646
where `state` is a `OptimizationState` and stores information for the current
4747
iteration of the solver and `loss_val` is loss/objective value. For more
4848
information about the fields of the `state` look at the `OptimizationState`
49-
documentation. The callback should return a Boolean value, and the default
49+
documentation. The callback should return a Boolean value, and the default
5050
should be `false`, such that the optimization gets stopped if it returns `true`.
5151
5252
### Callback Example

0 commit comments

Comments
 (0)