Skip to content
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 NonlinearLeastSquaresProblems? #164

Closed
SciML/NonlinearSolve.jl
#483
@RomeoV

Description

@RomeoV

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.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions