-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seems that LSMR on the Levenberg-Marquadt system is a bit faster than CG Newton on the squared system. Sadly have not been able yet to warm-start reliably the linear solve, perhaps the line search interacts with that, when we make very small steps. It is very tricky to do anything more sophisticated than a backtracking line search (which however needs to be optimized to avoid many unnecessary evals). What I want to try next is to solve a Woodbury simplification of the system, which is also tricky because the system is not full rank.
- Loading branch information
Showing
5 changed files
with
335 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.