Sometimes we need to up the statistical power by adding more runs. Currently that's awkward. It would be nice if we could "append" to a previous run. This could be implemented as an extension of -p which takes a timestamp and returns the results from that timestamp. I don't think it currently works in tandem with -c (for more runs), so we could add that.
Sometimes we need to up the statistical power by adding more runs. Currently that's awkward. It would be nice if we could "append" to a previous run. This could be implemented as an extension of
-pwhich takes a timestamp and returns the results from that timestamp. I don't think it currently works in tandem with-c(for more runs), so we could add that.