<div dir="ltr"><div>I oversight that your problem is non-linear. You may try out DFO-GN:</div><div><br></div><div>DFO-GN: A Derivative-Free Gauss-Newton Solver<br><a href="https://github.com/numericalalgorithmsgroup/dfogn">https://github.com/numericalalgorithmsgroup/dfogn</a><br><a href="https://numericalalgorithmsgroup.github.io/dfogn/build/html/index.html">https://numericalalgorithmsgroup.github.io/dfogn/build/html/index.html</a></div><div><br></div><div>However, I didn't test it myself.</div><div><br></div><div>Carl<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Di., 13. Apr. 2021 um 22:01 Uhr schrieb Carl Kleffner <<a href="mailto:cmkleffner@gmail.com">cmkleffner@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>You may take a look at <a href="https://pypi.org/project/arls/" target="_blank">ARLS: Automatically Regularized Linear System Solver</a> based on scipy.linalg.<br></div><div>It is a heuristic solver (using the picard condition) for over-determined / under-determined or ill-conditioned problems. <br></div><div><br></div><div>Cheers</div><div><br></div><div>Carl<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mo., 12. Apr. 2021 um 17:24 Uhr schrieb Robert Kern <<a href="mailto:robert.kern@gmail.com" target="_blank">robert.kern@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Mon, Apr 12, 2021 at 5:30 AM Benoit Rosa <<a href="mailto:b.rosa@unistra.fr" target="_blank">b.rosa@unistra.fr</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
The second remark is that, when looking at MATLAB's implementation, I <br>
found this:<br></blockquote><div><br></div><div>First, thank you for your comments.</div><div><br></div><div>Second, I know it seems innocuous, but please do not post snippets of MATLAB's source code here. They are under copyright and presumably MATLAB's proprietary license. We can't refer to that code when writing our own implementation, even if we are just reading this email with the snippet. We can refer to open source code under a liberal license like SciPy's, and we can refer to papers or even MATLAB's documentation that describe the algorithm but not in code. Having the snippet posted here puts us in an awkward position with respect to actually following up on your request.</div><div><br></div><div>Thank you for your consideration.</div></div><div><br></div>-- <br><div dir="ltr">Robert Kern</div></div>
_______________________________________________<br>
SciPy-Dev mailing list<br>
<a href="mailto:SciPy-Dev@python.org" target="_blank">SciPy-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/scipy-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/scipy-dev</a><br>
</blockquote></div>
</blockquote></div>