You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using curve_fit extensively in my work. Depending on the fit function I use, there is a pretty large variability in runtime. That's normal. But for some models I have to wait seconds, for some others, tens of minutes. It would be really nice if we can add a progress bar in the main evaluation loop.
I'm happy to contribute this feature, as I've used progress meters a lot in other packages using ProgressMeters.jl. However, I'd like your advice on where is the main computation loop that a progress bar should be wrapped over.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
curve_fit
extensively in my work. Depending on the fit function I use, there is a pretty large variability in runtime. That's normal. But for some models I have to wait seconds, for some others, tens of minutes. It would be really nice if we can add a progress bar in the main evaluation loop.I'm happy to contribute this feature, as I've used progress meters a lot in other packages using ProgressMeters.jl. However, I'd like your advice on where is the main computation loop that a progress bar should be wrapped over.
The text was updated successfully, but these errors were encountered: