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

Feature/588 block arnoldi #598

Merged
merged 9 commits into from
Jun 20, 2024
Merged

Feature/588 block arnoldi #598

merged 9 commits into from
Jun 20, 2024

Conversation

schroedk
Copy link
Collaborator

@schroedk schroedk commented Jun 13, 2024

Description

This PR closes #588

Changes

  • Implements block-diagonal and Gauss-Newton approximation for ArnoldiInfluence

Checklist

  • Wrote Unit tests (if necessary)
  • Updated Documentation (if necessary)
  • Updated Changelog
  • If notebooks were added/changed, added boilerplate cells are tagged with "tags": ["hide"] or "tags": ["hide-input"]

@schroedk schroedk force-pushed the feature/588-block-arnoldi branch from ef32847 to 8d50a51 Compare June 13, 2024 17:04
schroedk added 5 commits June 13, 2024 19:13
…fluence, remove

obsolete functions lanczos_low_rank_hessian_approximation, model_hessian_low_rank,
rename parameter rank_estimate -> rank, hessian_regularization -> regularization
@schroedk schroedk force-pushed the feature/588-block-arnoldi branch from 8d50a51 to d9a66f6 Compare June 13, 2024 17:13
@schroedk schroedk marked this pull request as ready for review June 14, 2024 07:53
@schroedk schroedk mentioned this pull request Jun 14, 2024
4 tasks
@schroedk schroedk requested a review from janosg June 19, 2024 09:23
@schroedk schroedk merged commit 361f5b5 into develop Jun 20, 2024
35 checks passed
@schroedk schroedk deleted the feature/588-block-arnoldi branch June 20, 2024 12:43
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.

Adapt ArnoldiInfluence (block-diagonal, Gauss-Newton)
2 participants