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

Commit

Permalink
Fix docs for Backtracking
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed Jul 30, 2015
1 parent dd1d987 commit 24e2149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtracking.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
minimumBacktrackingStepSize = 1e-20
)

// Backtracking is a Linesearcher that uses a backtracking to find a point that
// Backtracking is a Linesearcher that uses backtracking to find a point that
// satisfies the Armijo condition with the given function constant FuncConst. If
// the Armijo condition has not been met, the step size is decreased by a
// factor of Decrease.
Expand Down

0 comments on commit 24e2149

Please sign in to comment.