Hey @jeffgortmaker---thanks for the public good. Hopefully small enhancement idea: would it be feasible to add the MicroMoment objects themselves to the ProblemResults object when using micro-moments? My current workflow is to save the ProblemResults object as a pickle immediately after estimation, then in subsequent code files loading it and running some post-estimation code. It would be very helpful to have the moments themselves (and not just their empirical and estimated values) within the object so I can, e.g., programmatically see which results used which micro-moments and evaluate different micro-moments on different problems without reconstructing them.
Mea culpa if there's a way to do that in the current API that I'm missing!
Hey @jeffgortmaker---thanks for the public good. Hopefully small enhancement idea: would it be feasible to add the
MicroMomentobjects themselves to theProblemResultsobject when using micro-moments? My current workflow is to save theProblemResultsobject as a pickle immediately after estimation, then in subsequent code files loading it and running some post-estimation code. It would be very helpful to have the moments themselves (and not just their empirical and estimated values) within the object so I can, e.g., programmatically see which results used which micro-moments and evaluate different micro-moments on different problems without reconstructing them.Mea culpa if there's a way to do that in the current API that I'm missing!