Currently, MATSim population IDs must follow the series 0,1,2,3,... since these are mapped directly to Jill IDs that are created that way. This is not very flexible, and what we would like is to maintain an explicit map for converting between MATSim and Jill IDs.
This is also required for agentsoz/bdi-abm-integration#13.
Something that starts to do this is in JillBDIModel.java, but is not ready.
Copied from original issue: agentsoz/bdi-abm-integration#14
From @dhixsingh on January 21, 2018 22:13
Currently, MATSim population IDs must follow the series
0,1,2,3,...
since these are mapped directly to Jill IDs that are created that way. This is not very flexible, and what we would like is to maintain an explicit map for converting between MATSim and Jill IDs.This is also required for agentsoz/bdi-abm-integration#13.
Something that starts to do this is in JillBDIModel.java, but is not ready.
Copied from original issue: agentsoz/bdi-abm-integration#14