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

Store initial alpha step #29

Merged
merged 2 commits into from
Jan 21, 2017
Merged

Store initial alpha step #29

merged 2 commits into from
Jan 21, 2017

Conversation

anriseth
Copy link
Collaborator

bt3! has a serious bug, as it does not store the initial step length. The first cubic interpolation then falsely uses alpha0 = 0, as all the Optim solvers set lsr.alpha[1] = zero(T)

@codecov-io
Copy link

codecov-io commented Jan 21, 2017

Current coverage is 72.50% (diff: 100%)

Merging #29 into master will not change coverage

@@             master        #29   diff @@
==========================================
  Files             7          7          
  Lines           622        622          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            451        451          
  Misses          171        171          
  Partials          0          0          

Powered by Codecov. Last update e6c85ef...8b6ffc5

@anriseth anriseth merged commit 67d4eaf into master Jan 21, 2017
@anriseth anriseth deleted the bt3bugfix branch January 21, 2017 15:59
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