2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-25 16:32:15 +00:00

removed non-ascii -

This commit is contained in:
Maksym Zhelyeznyakov
2025-10-17 20:35:33 +02:00
parent 2027b2c730
commit b30a5577cf

View File

@@ -85,8 +85,8 @@ public:
* Numerical Optimization, 2nd Edition,
* Springer, 2006.
*
* Algorithm 3.5 - Line Search Algorithm (Strong Wolfe Conditions)
* Pages 6061
* Algorithm 3.5 Line Search Algorithm (Strong Wolfe Conditions)
* pages 60-61
*/
template<typename RealType>
class strong_wolfe_line_search_policy