nidtec-una / nidtec-una/krysbas-dev

`SLGMRES-E(mj, l, d)`

Open
#79 0 comments 0 reactions 1 assignee View on GitHub

@gusespinola is already working on this.

Since Oct 9, 2024.

backlog
Dominant language
MATLAB
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.