We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b776d0 commit b467400Copy full SHA for b467400
1 file changed
src/stopping_criterion.jl
@@ -433,7 +433,7 @@ storing the iteration number when it (last) indicated to stop).
433
* `0` means already at the start it indicated to stop
434
* any negative number means that it did not yet indicate to stop.
435
"""
436
-mutable struct DefaultStoppingCriterionState
+mutable struct DefaultStoppingCriterionState <: StoppingCriterionState
437
at_iteration::Int
438
DefaultStoppingCriterionState() = new(-1)
439
end
0 commit comments