Part 2: Periodic Search

🕒 Estimated reading time: 5

Under development!

Problem formulation

We solve the following optimal control problem:

  • The searchers dynamics is still described by the differential equation as shown in Part 1.
  • The evolution of target position’s PDF is described by (2) above.
  • We impose the periodic constraint on searchers’ state vector
$$ \phi(\mathrm{q}_{m}(t_f), \mathrm{q}_{m}(0)) \triangleq \frac1{t_f}\bigl( \mathrm{q}_m(t_f) - \mathrm{q}_m(0)\bigr), \quad \phi(\mathrm{q}_{m}(t_f), \mathrm{q}_{m}(0)) = 0. $$
  • We minimize the objective functional which is a measure of maximizing the probability of finding the target during the period.
$$ J = \frac1{t_f} \int_0^{t_f} \bigl[ \sum_{m=1}^M \mathrm{u}_m^T\, R_m\, \mathrm{u}_m - \int_\Omega p(\mathrm{x}, t)\, \phi(\mathrm{x}, t)\, \mathrm{d}\mathrm{x}\bigr]\,\mathrm{d} t. $$