1

All of the functions in How to create a progress bar?, the ProgressIndicator built-in and Monitoring lengthy computations estimate the completion time for implementation of operations that are indexed.

Is there a way to estimate the completion time for implementation of built-in functions in Mathematica? For instance, to estimate the time remaining for the function Counts[list]?

MarcoB
  • 67,153
  • 18
  • 91
  • 189
thinkingdude
  • 542
  • 2
  • 8
  • Counts[string] isn't valid - I presume you mean something like Counts[Characters["abcaa"]] or CharacterCounts["abcaa"]. There is no interface to EvaluationMonitor so I don't think it's possible. – flinty Jul 07 '20 at 12:21
  • If it takes a really long time, you might split it up so that each call to Count only deals with a part of the list. That way you'll know that you've processed, say, five out of ten parts. – C. E. Jul 07 '20 at 12:50

0 Answers0