Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress bar #207

Open
Datseris opened this issue Jan 19, 2022 · 1 comment
Open

Progress bar #207

Datseris opened this issue Jan 19, 2022 · 1 comment

Comments

@Datseris
Copy link
Contributor

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.

@pkofod
Copy link
Member

pkofod commented Sep 3, 2022

Well, depends.. The progress of the gradient norm towards the tolerance? Number of iterations out of max?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants