Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Throw LineSearchException on max iterations #19

Merged
merged 1 commit into from
Nov 9, 2016

Conversation

anriseth
Copy link
Collaborator

The hagerzhang and backtracking algorithms have a maximum iterations limit.
Currently, it just throws an error. It would be more useful to throw an exception that stores the status of the linesearch.

@codecov-io
Copy link

codecov-io commented Oct 19, 2016

Current coverage is 48.42% (diff: 0.00%)

Merging #19 into master will decrease coverage by 0.08%

@@             master        #19   diff @@
==========================================
  Files             6          6          
  Lines           602        603     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            292        292          
- Misses          310        311     +1   
  Partials          0          0          

Powered by Codecov. Last update e37e4f1...f45d436

@anriseth anriseth merged commit de56d70 into master Nov 9, 2016
@anriseth anriseth deleted the anriseth/lsexception branch October 11, 2017 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants