JuliaSmoothOptimizers / LLSModels.jl

Other
6 stars 4 forks source link

Create an LLS model from an NLS model #7

Open abelsiqueira opened 3 years ago

abelsiqueira commented 3 years ago

LLSModel(nls) should compute a 1st-order Taylor expansion of nls.

dpo commented 3 years ago

More of a Gauss-Newton model min ½ ‖Jx+F‖².