sminT
sminT is a planning framework in computer science and operations research for minimizing expected completion time in the presence of uncertainty. The name stands for stochastic minimum time and refers to problems where traversal or transition times are random variables with known distributions. sminT formulations typically seek a policy or path that minimizes the expected time to reach a designated goal from a start state, optionally under reliability constraints or time budgets.
History and scope: The concept emerged from studies in stochastic path planning and robust optimization in
Modeling and methods: A common model encodes each state as a location and a time, and actions
Applications: sminT has been applied to transportation networks, logistics and supply chains, autonomous robotics, and emergency
Limitations: The approach relies on accurate probabilistic models of travel times; computational requirements grow with network
See also: stochastic shortest path, Markov decision process, dynamic programming, robust optimization.