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

Allow to use other preconditioners than ICFS #12

Merged
merged 6 commits into from
Feb 3, 2021
Merged

Conversation

frapac
Copy link
Member

@frapac frapac commented Dec 21, 2020

No description provided.

@frapac frapac requested a review from youngdae December 21, 2020 22:03
@@ -4,7 +4,7 @@ mutable struct ExaTronProblem{VI, VD}
nnz_a::Integer # number of Hessian entries in the strict lower
A::AbstractTronMatrix
B::AbstractTronMatrix
L::AbstractTronMatrix
L::AbstractPreconditionner
indfree::VI # a working array of dimension n
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to change variable name, since it is not just a lower triangular matrix now and has L inside.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense. Would you prefer P, or something more explicit, as precond?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not mind what it is called, as long as it is not L.

src/dtron.jl Outdated Show resolved Hide resolved
@frapac
Copy link
Member Author

frapac commented Feb 3, 2021

@youngdae do you think we could merge this PR into master?

@youngdae
Copy link
Member

youngdae commented Feb 3, 2021

@youngdae do you think we could merge this PR into master?

Sorry, I was a bit behind. I'll merge it soon.

@youngdae youngdae merged commit ffdb9f6 into main Feb 3, 2021
@frapac
Copy link
Member Author

frapac commented Feb 3, 2021

Thanks !

@frapac frapac deleted the fp/preconditioners branch February 15, 2021 12:39
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.

None yet

2 participants