Why run() execute twice?
lpq29743 opened this issue · 2 comments
lpq29743 commented
It's observed that the method run()
has been executed twice. Is the twice execution just for getting a reliable result?
balancedzx commented
Yeah, the multiple executions of run () are independent, you can execute it as many times as you like
bbruceyuan commented
Yes. In this paper, the author mentions that we repeat the experiments 20 times and report the average result
and every execution of run()
is ten folds.