Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Commit 7ddb87b

Browse files
committed
Clarify implementation comment in LinesearchMethod
1 parent 08cd0c2 commit 7ddb87b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

linesearch.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ func (ls *LinesearchMethod) Iterate(loc *Location) (Operation, error) {
6464

6565
case MajorIteration:
6666
// We previously requested MajorIteration but since we're here, the
67-
// previous location was not good enough to converge. So start the next
68-
// linesearch and store the next evaluation point in loc.X.
67+
// previous location was not good enough to converge the full
68+
// optimization. Start the next linesearch and store the next
69+
// evaluation point in loc.X.
6970
return ls.initNextLinesearch(loc.X)
7071

7172
default:

0 commit comments

Comments
 (0)