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

Less error-prone design of linear solver state #622

Open
2 of 3 tasks
JonathanWenger opened this issue Jan 31, 2022 · 0 comments
Open
2 of 3 tasks

Less error-prone design of linear solver state #622

JonathanWenger opened this issue Jan 31, 2022 · 0 comments
Assignees
Labels
improvement Improvements of existing functionality linalg Issues related to linear algebra

Comments

@JonathanWenger
Copy link
Contributor

JonathanWenger commented Jan 31, 2022

Is your feature request related to a problem? Please describe.
Currently a lot of care has to be taken when caching quantities during an iteration of the ProbabilisticLinearSolver. With the described changes below this can be made less error-prone in the component implementations making use of the state. Ideally, someone who designs a new component should not need to be aware of the details of the cache. The points below can improve this.

Describe the solution you'd like.
The following if implemented would improve the current state implementation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements of existing functionality linalg Issues related to linear algebra
Projects
None yet
Development

No branches or pull requests

1 participant