Find more posts tagged with
Sort by:
1 - 1 of
11
hi CkNN_Algo,
you can not easily limit the runtime and have reproducible results at the same time, your computer is doing other things while it's running the process, so it's not guaranteed that it will always achieve the same in the same runtime.
you can not easily limit the runtime and have reproducible results at the same time, your computer is doing other things while it's running the process, so it's not guaranteed that it will always achieve the same in the same runtime.
When the operator is set to be reproducible, the max runtime parameter disappears.
Is this a bug, or not? Thanks