Skip to content

Commit 4f205b2

Browse files
committed
Add stopped_at to the docs.
1 parent 5ffb5af commit 4f205b2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13-
* a function `stopped_at(state)` to access the number of iterations it took a solver to stop.
13+
* a function `stopped_at(state)` to access the number of iterations it took a solver to stop. (#599)
1414

1515
### Fixed
1616

17-
* a small bug where `get_count(sc::StopWhenAny, Val(:Iteration))` wrongly reported it stopped before the first iteration when it actually did not yet stop.
17+
* a small bug where `get_count(sc::StopWhenAny, Val(:Iteration))` wrongly reported it stopped before the first iteration when it actually did not yet stop. (#599)
1818

1919
## [0.5.35] April 16, 2026
2020

docs/src/plans/state.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ AbstractManoptSolverState
1414
get_state
1515
Manopt.get_count
1616
Manopt.has_converged(::AbstractManoptSolverState)
17+
stopped_at
1718
```
1819

1920
Since every subtype of an [`AbstractManoptSolverState`](@ref) directly relate to a solver,

0 commit comments

Comments
 (0)