StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 25 forks source link

esfit: interrupt during Jacobian calculation #266

Closed stestoll closed 1 year ago

stestoll commented 1 year ago

The calculation of the Jacobian (needed for quantifying the parameter uncertainty) can be slow, since it evolves many evaluations of the model function.

The GUI Stop button should allow the user to interrupt this calculation at any point between model evaluations.