dajmcdon / rtestim

https://dajmcdon.github.io/rtestim/
Other
4 stars 0 forks source link

Use eigen dspline #40

Closed dajmcdon closed 1 year ago

dajmcdon commented 1 year ago

Ok, I fixed up the spline version. Step one here is for you to merge main onto your branch. Then we should work through this. The linearized version works (and all checks pass) on my branch. But the proximal Newton likely doesn't.

jiapivialiu commented 1 year ago

Ok, I fixed up the spline version. Step one here is for you to merge main onto your branch. Then we should work through this. The linearized version works (and all checks pass) on my branch. But the proximal Newton likely doesn't.

I rebased my branch and fixed bugs in the linesearch algorithm in this branch. Now, the proximal Newton algorithm works. I'll rebase this branch and fix some conflicts before the merge is done.