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

refactor: Move NonlinearSolvePolyAlgorithm to Base #494

Merged
merged 5 commits into from
Nov 6, 2024

Conversation

ErikQQY
Copy link
Member

@ErikQQY ErikQQY commented Nov 6, 2024

Move the NonlinearSovlePolyAlgorithm and NonlinearSovlePolyAlgorithmCache to NonlinearSolveBase, need a minor release then we can bump Base in NonlinearSolve and remove the duplicate definitions.

@avik-pal
Copy link
Member

avik-pal commented Nov 6, 2024

The testing in this repo is strongly coupled, so you can update NonlinearSolve as well and CI will pickup the latest NonlinearSolveBase from the lib directory

@ErikQQY ErikQQY requested a review from avik-pal November 6, 2024 12:25
@avik-pal avik-pal merged commit 6f043bf into SciML:master Nov 6, 2024
68 of 86 checks passed
@ErikQQY ErikQQY deleted the qqy/move_polyalg branch November 6, 2024 14:04
Comment on lines +35 to +40
TrustRegion(; common_kwargs...),
TrustRegion(; common_kwargs..., radius_update_scheme = RUS.Bastin),
NewtonRaphson(; common_kwargs...),
NewtonRaphson(; common_kwargs..., linesearch = BackTracking()),
TrustRegion(; common_kwargs..., radius_update_scheme = RUS.NLsolve),
TrustRegion(; common_kwargs..., radius_update_scheme = RUS.Fan)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could move to first order

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.

3 participants