You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report from SciML/DiffEqBase.jl#1079, after further investigation, I found out that when using Shooting methods with NonlinearSolve.jl solvers NewtonRaphson(or other methods utilize line search) that specified line search algorithms from LineSearches.jl, this kind of error would occur, not sure whether it's an error from BoundaryValueDiffEq.jl or NonlinearSolve.jl, since changing to native line search algorithms or other nonlinear solvers would fix this kind error.
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Describe the bug 🐞
Report from SciML/DiffEqBase.jl#1079, after further investigation, I found out that when using
Shooting
methods with NonlinearSolve.jl solversNewtonRaphson
(or other methods utilize line search) that specified line search algorithms from LineSearches.jl, this kind of error would occur, not sure whether it's an error from BoundaryValueDiffEq.jl or NonlinearSolve.jl, since changing to native line search algorithms or other nonlinear solvers would fix this kind error.Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: