Content deleted Content added
Awashburn8 (talk | contribs) No edit summary |
Citation bot (talk | contribs) Add: url, issue, volume. | Use this bot. Report bugs. | Suggested by Abductive | Category:Matching (graph theory) | #UCB_Category 25/48 |
||
(28 intermediate revisions by 16 users not shown) | |||
Line 1:
{{More citations needed|date=April 2024}}
The '''weapon target assignment problem''' ('''WTA
The basic problem is as follows:
Line 7 ⟶ 8:
Notice that as opposed to the classic [[assignment problem]] or the [[generalized assignment problem]], more than one agent (i.e., weapon) can be assigned to each ''task'' (i.e., target) and not all targets are required to have weapons assigned. Thus, we see that the WTA allows one to formulate optimal assignment problems wherein tasks require cooperation among agents. Additionally, it provides the ability to model probabilistic completion of tasks in addition to costs.
Both static and dynamic versions of WTA can be considered. In the static case, the weapons are assigned to targets once. The dynamic case involves many rounds of assignment where the state of the system after each exchange of fire (round)
In spite of the name, there are nonmilitary
==Formal mathematical definition==
Line 28 ⟶ 29:
== Algorithms and generalizations ==
==Example==
Line 36 ⟶ 37:
! Weapon Type !! <math> V_{1} = 5 </math> !! <math> V_{2} = 10 </math> !! <math> V_{3} = 20 </math>
|-
| Tank || 0.3 || 0.2 || 0.
|-
| Aircraft || 0.1 || 0.6 || 0.5
Line 42 ⟶ 43:
| Sea Vessel || 0.4 || 0.5 || 0.4
|}
One feasible solution is to assign the sea vessel and one aircraft to the highest valued target (3). This results in an expected survival value of <math> 20(0.6)(0.5)= 6 </math>. One could then assign the remaining aircraft and 2 tanks to target #2, resulting in expected survival value of <math> 10 (0.4)(0.8)^2 = 2.56 </math>. Finally, the remaining 3 tanks are assigned to target #1 which has an expected survival value of <math> 5 (0.7)^3 = 1.715 </math>. Thus, we have a total expected survival value of <math> 6 + 2.56 + 1.715 = 10.275 </math>. Note that a better solution can be achieved by assigning 3 tanks to target #1, 2 tanks and sea vessel to target #2 and 2 aircraft to target #3, giving an expected survival value of <math> 5(0.7)^3 +10(0.5)(0.8)^2 + 20(0.5)^2 = 9.915 </math>.
==See also==
Line 67 ⟶ 68:
[[Category:Combinatorial optimization]]
[[Category:Matching (graph theory)]]
[[Category:Combat modeling]]
|