Skip to content

add fixedpoint method with 2 algorithms#30

Open
Jutho wants to merge 1 commit intomasterfrom
jh/fixedpoint
Open

add fixedpoint method with 2 algorithms#30
Jutho wants to merge 1 commit intomasterfrom
jh/fixedpoint

Conversation

@Jutho
Copy link
Copy Markdown
Owner

@Jutho Jutho commented Mar 25, 2026

This PR adds a manifold version of the Anderson mixing scheme for (possibly) accelerating fixed point problems, as well as the SimpleIteration scheme that simply iterates the fixed point equation until convergence.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 25, 2026

Codecov Report

❌ Patch coverage is 1.42857% with 207 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.20%. Comparing base (db5e8b7) to head (26f6c38).

Files with missing lines Patch % Lines
src/anderson.jl 0.00% 160 Missing ⚠️
src/simpleiteration.jl 0.00% 45 Missing ⚠️
src/OptimKit.jl 60.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #30       +/-   ##
===========================================
- Coverage   82.35%   59.20%   -23.15%     
===========================================
  Files           5        7        +2     
  Lines         527      733      +206     
===========================================
  Hits          434      434               
- Misses         93      299      +206     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants