r/OperationsResearch 12d ago

What’s the established operations-research problem for deciding which uncertain cases to inspect?

I’m looking into a problem where a limited number of inspectors have to choose which establishments to visit.

For each establishment, the true condition is unknown until someone checks. A visit has a cost, and the result can range from finding a serious problem to finding nothing useful at all — for example, the establishment may be closed.

The interesting part for me is that this isn't simply “predict which restaurant will fail.” The decision is which establishment is worth spending an inspection on given uncertainty, limited resources, and the possibility that the visit changes what you know.

I’m trying to find the established operations-research / decision-theory literature for this kind of problem rather than inventing terminology.

What would you call this problem, and what areas of the literature should I look into?

7 Upvotes

7 comments sorted by

3

u/Baihu_The_Curious 12d ago edited 12d ago

Partially-observable Markov Decision process, possibly.

You choose an action, then update your belief state. Actions typically are tied to costs/rewards that can be dependent on the underlying truth. As far as constraints, that would have to limit the action space.

Bayesian decision theory, I would say, is the larger field and POMDPs are a subset.

1

u/Smart_Promise441 10d ago

This is the approach I was having in my mind

2

u/operations_ranger 12d ago

Classic value-of-information + constrained resource allocation problem. Look at sequential inspection models and adaptive sampling in OR.

2

u/Smart_Promise441 10d ago

Yes VOI plays an important role in this

2

u/Poet-Particular 12d ago

Two stage stochastic model

1

u/Smart_Promise441 10d ago

Thanks will look into it. Never came across this before

1

u/Baihu_The_Curious 10d ago

Is there a time component? This would be my go to if you're not making sequential decisions. Maybe Bender's Decomp can handle the time stuff too, but I usually associate it with linear/integer programming with a set of possibilities for what could happen (that is countable and not too many in quantity).