Is it possible to save a state and access it later again?

Hi Tiago,

I am just about to start some work with the inference module (which looks
great by the way!) and was wondering, is it possible for me to store the
state class somehow? e.g. if I have minimised my nested block model, can I
store the results somehow so that next time I want to work with that same
graph again I can skip the minimisation step and just load my past results?
Or have I gotten the wrong end of the stick with this?

Cheers,

Philipp

Yes; the state object returned by the function is picklable.