beam icon indicating copy to clipboard operation
beam copied to clipboard

why some person agent are removed after iterations

Open yliao43 opened this issue 3 years ago • 1 comments

Hi,

I am debugging a test case with BEAM model. Why some person agent receives finish when waiting to drive? 22:22:33.758 [ClusterSystem-akka.actor.default-dispatcher-22] WARN beam.agentsim.agents.PersonAgent - [1] 991034551 has received Finish while in state: WaitingToDrive, personId: 991034551

A second question is how the beam choose the plan? In plans.csv, some plans without route links are selected, although there are other alternatives with links.

for example: personid planscore selected links 991034551 -100000 false 1,2,3... 991034551 -78.711 true none

Thank you.

yliao43 avatar Feb 24 '22 04:02 yliao43