Hi all,
Due to the memory limit and my large dataset, I want to track (save into idata) only some of the variables in my model. Is that possible while calling pm.smaple? Thanks!
Yangkang
Hi all,
Due to the memory limit and my large dataset, I want to track (save into idata) only some of the variables in my model. Is that possible while calling pm.smaple? Thanks!
Yangkang
You don’t need to use Deterministics or Constant/MutableData (in which case such variables will not be saved) but other model variables are always saved.
@OriolAbril may know a trick
Thanks! I’m aware of these, but still wanna drop some of the intermediate variables