You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, as by @nickmalleson's suggestion, I am opening this issue to check if/how it is possible to improve the speed of the population caching at the beginning of the model.
I am referring to the lines https://github.com/Urban-Analytics/RAMP-UA/blob/master/microsim/main.py#L192-L199
that generate the cache files (individuals.pkl and activity_locations.pkl), which are the inputs of either the R/Python or OpenCL version of the model.
The text was updated successfully, but these errors were encountered:
Hi all, as by @nickmalleson's suggestion, I am opening this issue to check if/how it is possible to improve the speed of the population caching at the beginning of the model.
I am referring to the lines
https://github.com/Urban-Analytics/RAMP-UA/blob/master/microsim/main.py#L192-L199
that generate the cache files (
individuals.pkl
andactivity_locations.pkl
), which are the inputs of either the R/Python or OpenCL version of the model.The text was updated successfully, but these errors were encountered: