Closed pedro-andrade-inpe closed 6 years ago
Compute the total number of simulations in MultipleRuns and show it to the user when each simulation starts (if showProgress == true):
MultipleRuns
showProgress == true
Running simulation 1/1000 (Rate = 1, repetition = 1/2) Running simulation 2/1000 (Rate = 1, repetition = 2/2) Running simulation 3/1000 (Rate = 2, repetition = 1/2) Running simulation 4/1000 (Rate = 2, repetition = 2/2) ...
Compute the total number of simulations in
MultipleRuns
and show it to the user when each simulation starts (ifshowProgress == true
):