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

[WIP] Multi-Step Methods #356

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

[WIP] Multi-Step Methods #356

wants to merge 5 commits into from

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented Jan 18, 2024

TODOs

  • PotraPtak3
  • SinghSharma
    • 4
    • 5
    • 7
  • Tests
  • Documentation
  • Handle tuple/namedtuple caches in @internal_caches

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

Attention: 107 lines in your changes are missing coverage. Please review.

Comparison is base (8f9a432) 58.65% compared to head (75f1874) 57.12%.

Files Patch % Lines
src/descent/multistep.jl 7.01% 53 Missing ⚠️
src/core/approximate_jacobian.jl 43.75% 18 Missing ⚠️
src/abstract_types.jl 0.00% 14 Missing ⚠️
src/internal/helpers.jl 38.88% 11 Missing ⚠️
src/core/generalized_first_order.jl 81.25% 6 Missing ⚠️
src/algorithms/multistep.jl 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
- Coverage   58.65%   57.12%   -1.53%     
==========================================
  Files          44       47       +3     
  Lines        2612     2708      +96     
==========================================
+ Hits         1532     1547      +15     
- Misses       1080     1161      +81     

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

@avik-pal avik-pal linked an issue Jan 18, 2024 that may be closed by this pull request
@avik-pal avik-pal force-pushed the ap/multistep-methods branch 2 times, most recently from 54a3c91 to f2e6810 Compare January 30, 2024 13:57
@avik-pal avik-pal force-pushed the ap/multistep-methods branch 3 times, most recently from e22e052 to de1677e Compare February 13, 2024 22:41
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.

Simple high order multistep schemes
1 participant