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: splitting up of NonlinearSolve #483

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented Oct 26, 2024

Checklist

  • Linear Solve Wrapper moved into NonlinearSolveBase. Additionally, it generalizes how the \ and structured Array checks were used.
  • Move Jacobian Code into NonlinearSolveBase
  • Move Descent Direction Code into NonlinearSolveBase
  • Sub-Packages
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolveFirstOrder
  • Tests for Sub-Packages
    • NonlinearSolveSpectralMethods
    • NonlinearSolveQuasiNewton
    • NonlinearSolveFirstOrder
  • Use these subpackages in NonlinearSolve
  • ForwardDiff dispatches in NonlinearSolve
  • SimpleNonlinearSolve reusing more functionality from NonlinearSolveBase
  • Update documentation

And a few more stuff...

@avik-pal avik-pal changed the title refactor: moving refactor: splitting up of NonlinearSolve Oct 26, 2024
@avik-pal avik-pal force-pushed the ap/more_split branch 3 times, most recently from db7e64e to 373b98b Compare October 26, 2024 22:29
lib/NonlinearSolveBase/src/abstract_types.jl Outdated Show resolved Hide resolved
lib/NonlinearSolveQuasiNewton/src/broyden.jl Outdated Show resolved Hide resolved
lib/NonlinearSolveQuasiNewton/src/broyden.jl Outdated Show resolved Hide resolved
lib/NonlinearSolveQuasiNewton/src/structure.jl Outdated Show resolved Hide resolved
src/utils.jl Outdated Show resolved Hide resolved
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.

1 participant