-
Notifications
You must be signed in to change notification settings - Fork 25
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
Remove old code #41
Comments
Is the code in |
That was added in last year's GSoC project. In a way it's useful to have a separate code, but the actual code itself is long and convoluted. We should see if anything is salvagable and probably get rid of the rest. cc @eeshan9815 |
If I recall correctly, it worked well for complicated functions, and functions which had a lot of multiple roots, where the existing solver sometimes struggled. So, should it be implemented as a part of the |
Remove old code:
bisection.jl
move out definitions of
N
used inbranch_and_prune
krawczyk.jl
newton.jl
find_roots stuff
The text was updated successfully, but these errors were encountered: