SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
216 stars 39 forks source link

Make default polyalgs respect autodiff #385

Closed ChrisRackauckas closed 4 months ago

ChrisRackauckas commented 4 months ago

Test failure unrelated. @avik-pal can you handle that? It should just be a quick ambiguity fix

oscardssmith commented 4 months ago

Why wasn't this caught by the @testitem "No AD" begin tests?