Skip to content
Snippets Groups Projects
Commit 276ca31b authored by Martin Reinecke's avatar Martin Reinecke
Browse files

doc cosmetics

parent ea03d74a
Branches
Tags
1 merge request!159Vl bfgs
Pipeline #
......@@ -24,9 +24,9 @@ from .line_search import LineSearch
class LineSearchStrongWolfe(LineSearch):
"""Class for finding a step size that satisfies the strong Wolfe conditions.
Algorithm contains two stages. It begins whit a trial step length and it
keeps increasing the it until it finds an acceptable step length or an
interval. If it does not satisfy the Wolfe conditions it performs the Zoom
Algorithm contains two stages. It begins whit a trial step length and
keeps increasing it until it finds an acceptable step length or an
interval. If it does not satisfy the Wolfe conditions, it performs the Zoom
algorithm (second stage). By interpolating it decreases the size of the
interval until an acceptable step length is found.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment