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

Add Trust Region #15

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

kimt33
Copy link

@kimt33 kimt33 commented Apr 10, 2018

  • trust region algorithm
  • subproblems (dogleg, subspace dogleg, cauchy point, full step)
  • iterative approach and Steinhaug methods are not implemented

kimt33 and others added 8 commits March 27, 2018 16:13
1. Sub-problem base class to initialize data common to all (quadratic) sub-problem solvers
2. Add tests
1. Implement Cauchy-point update for the trust-region subproblem.
2. Add tests.
1. Implement Dogleg method for the trust-region quadratic subproblem.
2. Add tests.
1. Subspace solver.
2. Tests for subspace solver.
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.

3 participants