1kastner / conflowgen

A generator for synthetic container flows at maritime container terminals with a focus on yard operations
MIT License
11 stars 7 forks source link

Ensure that given the same input data and fixed random number generators, the results are actually the same (reproducible) #195

Open 1kastner opened 1 year ago

1kastner commented 1 year ago

What has been done One idea is that ConFlowGen should generate reproducible results. The first half of the solution has been discussed and realised in #9 and #191. The second half came with #196. All random number generators need to be fixed, all SQL results need to be sorted, and any kind of shuffling needs to work with a (known) random seed.

What remains to be done Thoroughly check whether all this works.