Skip to content

add fixedpoint method with 2 algorithms#30

Merged
Jutho merged 2 commits into
masterfrom
jh/fixedpoint
Jul 2, 2026
Merged

add fixedpoint method with 2 algorithms#30
Jutho merged 2 commits into
masterfrom
jh/fixedpoint

Conversation

@Jutho

@Jutho Jutho commented Mar 25, 2026

Copy link
Copy Markdown
Owner

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

codecov-commenter commented Mar 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 78.96825% with 53 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.31%. Comparing base (db5e8b7) to head (70df4a6).
⚠️ Report is 23 commits behind head on master.

Files with missing lines Patch % Lines
src/anderson.jl 85.25% 23 Missing ⚠️
src/linesearches2.jl 0.00% 23 Missing ⚠️
src/linesearches.jl 60.00% 4 Missing ⚠️
src/OptimKit.jl 60.00% 2 Missing ⚠️
src/simpleiteration.jl 97.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   82.35%   82.31%   -0.04%     
==========================================
  Files           5        8       +3     
  Lines         527      752     +225     
==========================================
+ Hits          434      619     +185     
- Misses         93      133      +40     

☔ View full report in Codecov by Harness.
📢 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.

@Jutho
Jutho merged commit d3b15f4 into master Jul 2, 2026
9 checks passed
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