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

ProgressMeter/ProgressBar support #9

Open
platawiec opened this issue Apr 10, 2020 · 1 comment
Open

ProgressMeter/ProgressBar support #9

platawiec opened this issue Apr 10, 2020 · 1 comment

Comments

@platawiec
Copy link
Contributor

Any thoughts on how intergrating a progress bar would look like for gsa? I know that the DiffEq solve functions have support, so I'm interested in how these would overlap at the gsa call (or how to implement monitoring for the gsa call itself).

@Vaibhavdixit02
Copy link
Member

It should be pretty easy I guess since almost all methods have a predefined number of iterations to run, we could just have the progress based on the number of iterations done so far. If you want to take a stab at implementing SciML/DiffEqFlux.jl#184 would be a good reference to base it on.

@Vaibhavdixit02 Vaibhavdixit02 transferred this issue from SciML/SciMLSensitivity.jl Nov 16, 2020
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