GPflow icon indicating copy to clipboard operation
GPflow copied to clipboard

Use TensorFlow stateless_* random functions for more deterministic randomness

Open jesnie opened this issue 3 years ago • 0 comments

Use TensorFlow stateless_* random functions for more deterministic randomness. This will allow our users to get truly deterministic randomness from GPflow. This should be optional, default should be similar to current behavior, with non-fixed seed. This will requires us to bump our minimally required version of TensorFlow.

jesnie avatar Aug 12 '22 09:08 jesnie