TerraME / calibration

A TerraME package with calibration functionalities.
GNU General Public License v3.0
1 stars 4 forks source link

Compute the total number of simulations in MultipleRuns #184

Closed pedro-andrade-inpe closed 6 years ago

pedro-andrade-inpe commented 7 years ago

Compute the total number of simulations in MultipleRuns and show it to the user when each simulation starts (if 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)
...