This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.
Why is SimpleTrustRegion
not enabled for NonlinearLeastSquaresProblem
s? #164
Description
Question❓
Unlike SimpleNewtonRaphson
, SimpleTrustRegion
is not enabled for least squares problems.
However, I find that it totally works in practice, and should also in theory. Is there a reason it's currently disabled?
See https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/nlsolve/trustRegion.jl#L59 vs https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/nlsolve/raphson.jl#L27.