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

SLGMRES-E(mj, l, d) #79

Open
Tracked by #32
gusespinola opened this issue Oct 9, 2024 · 0 comments
Open
Tracked by #32

SLGMRES-E(mj, l, d) #79

gusespinola opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
backlog Information to take into account

Comments

@gusespinola
Copy link
Collaborator

gusespinola commented Oct 9, 2024

Goal: to implement the Adaptive SLGMRES-E, a hybrid method for improving GMRES(m) restraining the stagnation and slowdown convergence. The idea behind the variation of the structure of the GMRES(m) relies on the fact that once either the slowdown of convergence or stagnation is detected, a rule of switching between two strategies chooses the one most appropriate for facing the identified convergence problem. For this setup. two monotonically decreasing strategies, obtained from the literature, are combined: the LGMRES(m, l) and the GMRES-E(m, d) (which are already implemented and are part of the inspiration). This results in the switching method denoted as SLGMRES-E(m, d, l). In some cases, a proportional derivative rule is introduced to modify the restart parameter 'm', which gives place to this Adaptive SLGMRES-E(mj, d, l) algorithm.

For more information, the main article to be referred is the one by our colleague Cabral.

@gusespinola gusespinola self-assigned this Oct 9, 2024
@gusespinola gusespinola added the backlog Information to take into account label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Information to take into account
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant