Skip to content

Commit 4156ff5

Browse files
committed
update docs
1 parent 0d72c4a commit 4156ff5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Added
1212

1313
* `nonpositive_curvature_behavior` for `QuasiNewtonLimitedMemoryDirectionUpdate` that determines how transported (y, s) vector pairs are treated after transport; if their inner product gets too low, it may lead to non-positive-definite Hessians which needs to be avoided. This resolves issue #549. (#554)
14-
* `GeneralizedCauchyDirectionFinder` for handling direction selection in the presence of box (`Hyperrectangle`) constraints in quasi-Newton methods. This allows for L-BFGS-B-style box constraint handling. (#554)
14+
* `GeneralizedCauchyDirectionSubsolver` for handling direction selection in the presence of box (`Hyperrectangle`) constraints in quasi-Newton methods. This allows for L-BFGS-B-style box constraint handling. (#554)
1515
* New stopping criteria: `StopWhenRelativeAPosterioriCostChangeLessOrEqual` and `StopWhenProjectedNegativeGradientNormLess`. (#554).
1616
* `HagerZhangLinesearch` stepsize, a state-of-the-art line search for smooth objectives with cubic interpolation and adaptive Wolfe condition checking. (#554)
1717
* Stopping criteria can now be initialized using `initialize_stepsize!`, similar to solvers. (#554)

docs/src/solvers/generalized_cauchy_direction_subsolver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In case there is no Hessian approximation available, a simple stepsize limiting
2222
This procedure is available using the following:
2323

2424
```@docs
25-
Manopt.MaxStepsizeInDirectionFinder
25+
Manopt.MaxStepsizeInDirectionSubsolver
2626
Manopt.find_max_stepsize_in_direction
2727
```
2828

@@ -35,7 +35,7 @@ These symbols are directly used by solvers to compute the descent direction corr
3535
```@docs
3636
Manopt.has_anisotropic_max_stepsize
3737
Manopt.find_generalized_cauchy_direction!
38-
Manopt.GeneralizedCauchyDirectionFinder
38+
Manopt.GeneralizedCauchyDirectionSubsolver
3939
```
4040

4141
### Symbols related to the Hessian approximation

0 commit comments

Comments
 (0)