|
Algorithm 2: Roll back process |
1: Input: Label uncertainty graph LUG
2: Output: A set of possible trajectories
3: For each time-step t>0 do
4: For each belief state in proposition layer do
5: For each particle in belief state do
6: Extract the belief state in which also contains the same particle
7: Roll back to generate the trajectory from to
8: Construct a new trajectory tuple
9: Add into obtained most likely trajectories
10: Merge the same trajectory and update the weight
11: End For
12: End For
13: End For
|