-
Notifications
You must be signed in to change notification settings - Fork 768
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
Additional Nonlinear CG Direction Methods #1878
Conversation
I’ll look at this after other PRs have been addressed. |
Could you also template these in the same vein as Polak-Ribiere? The idea -as I remember it- is that CG does not need to know whether the underlying "system" is actually a dense, sparse, graph, or other system that has the right operators. I do regret that we did not add unit tests in that vein. |
Ah good catch. I'll do that right now. |
I still need to add some tests. Will do that later today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
Added other direction methods for CG beyond Polak-Ribiere.