JuliaNLSolvers / NLSolvers.jl

No bells and whistles foundation of Optim.jl
https://julianlsolvers.github.io/NLSolvers.jl/dev/
MIT License
27 stars 9 forks source link

`neqproblem, LineSearch(Newton())`: bail out early when result is not finite #51

Closed longemen3000 closed 1 year ago

longemen3000 commented 1 year ago

a lot of times the main loop tries and tries again to solve for a vector of NaNs. bail out early instead.

longemen3000 commented 1 year ago

failed tests are unrelated

pkofod commented 1 year ago

Good catch, thanks

longemen3000 commented 1 year ago

is it possible to get a new release with the current patches?