For running on a cluster, it could be helpful to show in the example notebook how to save and reload results from the fit function (i.e. a list of DemographicModel objects). E.g. can these simply be pickled, or would that take up too much space?
More generally, what's the recommended way of saving output from long runs?
For running on a cluster, it could be helpful to show in the example notebook how to save and reload results from the
fitfunction (i.e. a list ofDemographicModelobjects). E.g. can these simply bepickled, or would that take up too much space?More generally, what's the recommended way of saving output from long runs?