convexengineering / gpfit

Fit posynomials to data
http://gpfit.readthedocs.io/en/latest/
MIT License
10 stars 7 forks source link

Save random seed with fit #103

Open pgkirsch opened 3 years ago

pgkirsch commented 3 years ago

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 3 years ago

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

pgkirsch commented 3 years ago

Oh good question..