saving / loading models
Posted on
khusmann
Joined: 08/11/2019
Forums
Hello all,
Thanks for all the work on OpenMx!
I know about mxSave and mxRestore, but when I run mxRestore I still have to use mxRun to compute all the numerical derivs before I can print a summary() of the model's results. This can take a while if I am reading in many models.
Would it be possible for mxSave and mxRestore to also save/restore the derivs that are computed in the last step? This way I can run a model, save it, and then instantly load it later when I want to work with the results.
Thanks for your time!
Kyle
better mxSave/mxRestore
Log in or register to post comments
In reply to better mxSave/mxRestore by jpritikin
mxComputeCheckpoint()
Log in or register to post comments
In reply to mxComputeCheckpoint() by AdminRobK
restore
Log in or register to post comments
In reply to better mxSave/mxRestore by jpritikin
Sorry for the delay in reply;
Thanks for your work on this!
Log in or register to post comments