convexengineering/gpfit

Save random seed with fit

Opened this issue · 2 comments

When a fit is generated, it is sometimes useful to be able to go back and recreate it. random_seed should be added as an attribute of the Fit object.

bqpd commented

especially with the object BitGenerators -- I wonder if there's a proper way to serialize those for forwards compatibility?

Oh good question..