Algorithm 1 Updating | |
1:βFor transition , from back to front do | |
2:βββIf is terminal | |
3:βββββUpdate | |
4:βββElse | |
5:βββββObtain the next transition from
| |
6:βββββUpdate | |
7:βββEnd If | |
8:βEnd For |
Algorithm 1 Updating | |
1:βFor transition , from back to front do | |
2:βββIf is terminal | |
3:βββββUpdate | |
4:βββElse | |
5:βββββObtain the next transition from
| |
6:βββββUpdate | |
7:βββEnd If | |
8:βEnd For |