Hi, all. I am noticing that upon running simulations with Agents.jl, the agent dataframe (adf) and presumably the underlying agent data stored in df_agent contain one record per agent per timestep.
For one of my models, I only need to retain agent data for the most recent time step, and it would be helpful to remove data from earlier time steps due to some memory challenges. However, I can’t access df_agent from within my model code, so I’m not sure how to proceed. Any help would be appreciated. Thanks!