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

Simpler first README example, also ref to Roots.jl. Fixes #264. #271

Merged
merged 2 commits into from
Jun 12, 2023

Conversation

mauro3
Copy link
Contributor

@mauro3 mauro3 commented Jun 15, 2021

Whilst I've used a few bells and whistles of the excellent NLsolve, most of the time I just quickly want to solve a system of nl equations without any thoughts about performance. This now shows this as the top-most example in the README. Issue #264 suggests that at least one more person would appreciate a simpler first example (I also added the reference to Roots.jl).

@mauro3 mauro3 force-pushed the m3/readme-simple branch from 3f9bf46 to 055b55f Compare June 16, 2021 05:39
@pkofod
Copy link
Member

pkofod commented Jun 18, 2021

Thanks.

@codecov
Copy link

codecov bot commented Jun 18, 2021

Codecov Report

Merging #271 (055b55f) into master (2196728) will increase coverage by 0.55%.
The diff coverage is n/a.

❗ Current head 055b55f differs from pull request most recent head 6f872f9. Consider uploading reports for the commit 6f872f9 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
+ Coverage   87.57%   88.12%   +0.55%     
==========================================
  Files          12       12              
  Lines         531      556      +25     
==========================================
+ Hits          465      490      +25     
  Misses         66       66              
Impacted Files Coverage Δ
src/NLsolve.jl 50.00% <0.00%> (-16.67%) ⬇️
src/solvers/newton.jl 100.00% <0.00%> (ø)
src/nlsolve/fixedpoint.jl 100.00% <0.00%> (ø)
src/objectives/helpers.jl 100.00% <0.00%> (ø)
src/solvers/trust_region.jl 98.19% <0.00%> (+0.05%) ⬆️
src/solvers/anderson.jl 95.00% <0.00%> (+0.26%) ⬆️
src/nlsolve/utils.jl 97.56% <0.00%> (+0.26%) ⬆️
src/solvers/broyden.jl 75.00% <0.00%> (+0.27%) ⬆️
src/nlsolve/nlsolve.jl 93.10% <0.00%> (+1.10%) ⬆️
src/solvers/mcp_func_defs.jl 75.00% <0.00%> (+2.77%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2196728...6f872f9. Read the comment docs.

@ChrisRackauckas
Copy link
Contributor

Reference to NonlinearSolve.jl as a non-allocating version of Roots.jl?

@mauro3
Copy link
Contributor Author

mauro3 commented Jun 18, 2021

Ok, I added that reference as a second commit. As stated over in #264, a full summary of what package to use when would be good, but in another PR.

@pkofod pkofod merged commit ce52570 into JuliaNLSolvers:master Jun 12, 2023
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