tudat-team / tudat-space

An introduction and guide to tudat-space.
https://tudat-space.readthedocs.io
14 stars 17 forks source link

Documentation on pickling that prevents caching #115

Open sbcowan opened 1 year ago

sbcowan commented 1 year ago

It is currently hard to cache results with pickled objects. For example, if you want to save the fitness value for subsequent usage of the same PyGMO problem class (this class pickles functions), you have to rerun the fitness function. This behaviour should be documented (and if possible resolved).