Skip to content

Commit

Permalink
Merge pull request #278 from avik-pal/ap/cleanup
Browse files Browse the repository at this point in the history
Use a proper polyalgorithm algorithm type
  • Loading branch information
ChrisRackauckas authored Nov 6, 2023
2 parents adc3b31 + c5c0176 commit 5e8149a
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 195 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolve"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
authors = ["SciML"]
version = "2.7.0"
version = "2.8.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
2 changes: 1 addition & 1 deletion src/NonlinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export RadiusUpdateSchemes
export NewtonRaphson, TrustRegion, LevenbergMarquardt, DFSane, GaussNewton, PseudoTransient,
GeneralBroyden, GeneralKlement, LimitedMemoryBroyden
export LeastSquaresOptimJL, FastLevenbergMarquardtJL
export RobustMultiNewton, FastShortcutNonlinearPolyalg
export NonlinearSolvePolyAlgorithm, RobustMultiNewton, FastShortcutNonlinearPolyalg

export LineSearch, LiFukushimaLineSearch

Expand Down
Loading

0 comments on commit 5e8149a

Please sign in to comment.