Abstract:A Search and Rescue game (SR game) is a new type of game on a graph that has quickly found applications in scheduling, object detection, and adaptive search. In this paper, we broaden the definition of SR games by putting them into the context of ordered sets and Bayesian networks, extending known solutions of these games and opening up the way to further applications.
What problem does this paper attempt to address?
### Problems the paper attempts to solve
This paper aims to expand and deepen the research on **Search and Rescue (SR) games**. Specifically, the author attempts to solve the following problems:
1. **Expand the definition of SR games**:
- Extend the traditional SR games from the graph - theory background to **partially ordered sets (posets)** and **Bayesian networks**. This enables SR games to be applied to a wider range of fields, such as scheduling, target detection, and adaptive search.
2. **Introduce Ordered Search and Rescue (OSR) games and Chained Search and Rescue (CSR) games**:
- In partially ordered sets, the search must follow a certain order. For example, in OSR games, the search path must respect the order relations in the partially ordered set; while in CSR games, the search path must be a chain (i.e., a fully ordered subset). This provides new theoretical frameworks for researchers to analyze these games.
3. **Solve SR games with correlated random variables**:
- The traditional SR games assume that the success probability at each location is an independent Bernoulli random variable. This paper explores how to solve SR games when there are correlations among these random variables. This expansion makes the model closer to complex situations in the real world.
4. **Provide theoretical bounds and solutions**:
- For uncorrelated Bernoulli random variables, the author gives the upper and lower bounds of the values of OSR games and CSR games, and provides exact solutions in some special cases.
- For correlated random variables, the author proposes new concepts such as **conditional independence and co - independence**, and solves simple SR games on partially ordered sets under specific conditions.
### Markdown representation of formulas
- **Formula for the probability of a successful search**:
\[
\Pi(\sigma, h)=\Pr(\sigma([k]))
\]
Here, \(\sigma\) is the search path, \(h\) is the hidden point, and \(\sigma([k])\) represents the set of the first \(k\) positions in the search path that contain the hidden point \(h\).
- **Formula for the odds of failure**:
\[
o_x = \frac{1-\Pr(x)}{\Pr(x)}
\]
Here, \(\Pr(x)\) is the probability of successfully searching location \(x\).
- **Formula for the total odds of failure**:
\[
O_S=\sum_{x\in S}o_x
\]
Here, \(S\) is the set of locations, and \(o_x\) is the odds of failure at location \(x\).
By solving these problems, the author not only enriches the theoretical basis of SR games but also provides new ideas and methods for their promotion in practical applications.