Confusion about this min() operator

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Jyan
Messages
36
Reaction score
2
I'm reading about planning algorithms and I'm having some difficulty understanding a bit of notation here. The pdf I'm reading is "planning.cs.uiuc.edu/ch2.pdf" and the equation in question is on page 11. I'm not sure I understand what the min operator with all the subscripts actually means. Can anyone try to enlighten me?

Thanks,
 
Last edited by a moderator:
Physics news on Phys.org
Jyan said:
I'm reading about planning algorithms and I'm having some difficulty understanding a bit of notation here. The pdf I'm reading is "planning.cs.uiuc.edu/ch2.pdf" and the equation in question is on page 11. I'm not sure I understand what the min operator with all the subscripts actually means. Can anyone try to enlighten me?

Thanks,

It means the minimum of the expression in braces, over uk, uk+1, ... , uK. It might help your understanding to expand the summation that's inside the braces.
 
Last edited by a moderator:
Why are the subscripts underneath "min" necessary? I just don't understand what meaning they add over just writing "min" alone.
 
Jyan said:
Why are the subscripts underneath "min" necessary? I just don't understand what meaning they add over just writing "min" alone.
It tells you that everything else, that isn't a subscript, should be treated as constant.