laith8910 / Random-sequential-absorbtion-model

GNU General Public License v3.0
0 stars 0 forks source link

Function to repeat algorithm 1 number of times to find average output #4

Open laith8910 opened 1 year ago

laith8910 commented 1 year ago

Note that every time you run this algorithm, different configurations will be generated and for this reasons this is called a stochastic algorithm. When doing this kind of simulations, you need to look at the average results over many repetitions to obtain a statistically correct answer. Thus, you should prepare the code so that a full simulation can be repeated 𝑁rep number of times, where 𝑁rep is a number to be decided (see more later).

laith8910 commented 1 year ago

Upon further investigation, I think it is more meant for repeating the whole set of algorithms to find an average for the final result