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

Add Extrapolator Utilizing Visible Edges Blending #253

Merged
merged 11 commits into from
Feb 5, 2024

Conversation

RuneDominik
Copy link
Member

The current ParametrizedNearestSimplexExtrapolator, while requiring minimal assumptions, does not result in a smooth extrapolation. Discontinuous results occur where the nearest simplex changes from one to another and with it the used templates. Blending over visible edges [1] solves this but ofc. introduces further assumptions.

[1] P. Alfred (1984). Triangular Extrapolation. Technical summary rept., Univ. of Wisconsin-Madison. https://apps.dtic.mil/sti/pdfs/ADA144660.pdf

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0059d3b) 95.40% compared to head (e871e8e) 95.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
+ Coverage   95.40%   95.60%   +0.20%     
==========================================
  Files          60       62       +2     
  Lines        3135     3278     +143     
==========================================
+ Hits         2991     3134     +143     
  Misses        144      144              

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

@RuneDominik RuneDominik force-pushed the ParametrizedVisibleEdgesExtrapolator branch 2 times, most recently from 45a0e21 to 05b30ff Compare September 1, 2023 13:10
@RuneDominik RuneDominik force-pushed the ParametrizedVisibleEdgesExtrapolator branch from 05b30ff to 5fafcd3 Compare November 2, 2023 11:57
@RuneDominik RuneDominik requested a review from maxnoe November 2, 2023 11:58
@RuneDominik RuneDominik force-pushed the ParametrizedVisibleEdgesExtrapolator branch from 5fafcd3 to 88319c2 Compare November 28, 2023 11:40
@RuneDominik RuneDominik force-pushed the ParametrizedVisibleEdgesExtrapolator branch from 88319c2 to ecf4ab9 Compare December 14, 2023 12:56
@RuneDominik RuneDominik requested a review from maxnoe December 14, 2023 13:04
@RuneDominik RuneDominik force-pushed the ParametrizedVisibleEdgesExtrapolator branch from b00e56e to e871e8e Compare January 23, 2024 10:25
@RuneDominik RuneDominik requested a review from maxnoe January 23, 2024 11:06
@maxnoe maxnoe merged commit cb92eef into main Feb 5, 2024
9 checks passed
@maxnoe maxnoe deleted the ParametrizedVisibleEdgesExtrapolator branch February 5, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants