Add ModAB root finding algorithm#21535
Open
Proektsoftbg wants to merge 5 commits intoroot-project:masterfrom
Open
Add ModAB root finding algorithm#21535Proektsoftbg wants to merge 5 commits intoroot-project:masterfrom
Proektsoftbg wants to merge 5 commits intoroot-project:masterfrom
Conversation
Also include in testRootFindier. All tests passed! Make minor chages to BrentRootFinder.
Author
|
Here is what I get from ROOT tests: SummaryParabola f(x) = x^2 - 5
Log parabola f(x) = (logx)^2 - 5
GammaCDF
FullHere are my isolated tests with 92 functions: |
Update algorithm name in ModABRootFinder documentation.
Member
|
Thanks. I added @hageboeck, our math expert, in the set of reviewers. Meanwhile, I am letting the CI run. |
Test Results 6 files 6 suites 18h 7m 23s ⏱️ Results for commit f098eda. |
Author
|
Great! If anything else is needed, I will be happy to assist. |
Assign also y values when clamping x3 to avoid redundant re-evaluation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also include in testRootFindier. All tests passed! Make minor changes to BrentRootFinder.
This Pull request:
Adds ModAB root finding algorithm.
Changes or fixes:
xlow > xupbut rather assign directly to the properfXMinandfXMax.Checklist:
This PR fixes #