-
Notifications
You must be signed in to change notification settings - Fork 129
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
Print x / N for subtargets? #1102
Comments
Glad to hear dynamic branching is working well for you. Sorry, but I hesitate to add more to the console messages because things tend to get visually busy very easily and there is extra bookkeeping involved that could slow us down (particularly for |
I would still urge you to consider some optional progress indication. |
How do you feel about |
I haven't used them until now but there's definitely value there. However, those functions can only tell me about what has happened or is going on now. To really know progress we also need to know how much is to come. Is there any feaible way to have drake also know N above? Even in a limited number of cases or as a guess? Or for a particular target that has already started and is currently calculating subtargets? |
That way, you will see it in the |
Implemented. |
Prework
drake
's code of conduct.Proposal
In cases where the number of subtargets for a given dynamic target is known, it would be great to print something like
to give an indicator of progress. Is this feasible? Even when N is unknown you could still print x.
P.S. I have tried out the dynamic branching version of map with clustermq and SLURM and it seems to be working great!
The text was updated successfully, but these errors were encountered: