numericalalgorithmsgroup / dfols

Python-based Derivative-Free Optimizer for Least-Squares
https://numericalalgorithmsgroup.github.io/dfols/
GNU General Public License v3.0
41 stars 16 forks source link

Starting information #2

Open lindonroberts opened 5 years ago

lindonroberts commented 5 years ago

Allow DFO-LS to use any prior information, such as: pre-existing evaluations of the objective and/or estimate of Jacobian at x0.

jeancroy commented 1 year ago

It would be great to be able to continue from an early aborted run of DFO-LS