LilasCorner / jlootbox

Other
1 stars 0 forks source link

Add 'iteration' as parameter for batch run control #15

Open JohnTMurphy-NIU opened 2 years ago

JohnTMurphy-NIU commented 2 years ago

By adding a parameter called 'iteration', you can control the number of repetitions directly in the batch runs. The control would be by setting 'iteration' to be a numerical value with range, e.g., from 1-10; this would lead to 10 repetitions. This is more elegant and direct than the other methods like using unused parameters.