Hawk-Dove Game: Evolutionary Stable Strategies in Animal Conflict

simulator intermediate ~10 min
Loading simulation...
p* = 0.60 — ESS hawk frequency

With resource value V = 6 and injury cost C = 10, the evolutionary stable strategy has 60% hawks and 40% doves in the population.

Formula

p* = V/C (ESS hawk frequency when V < C)
W_Hawk = p×(V-C)/2 + (1-p)×V
W_Dove = (1-p)×(V/2 - D)

The Logic of Animal Conflict

Why don't animals always fight to the death over resources? The hawk-dove game, formulated by John Maynard Smith, provides an elegant answer using evolutionary game theory. By modeling two simple strategies — escalate (Hawk) or display and retreat (Dove) — the game reveals that mixed populations are the inevitable outcome of evolution when fighting carries significant costs.

Payoff Matrix and Dynamics

The game's structure is captured in a 2x2 payoff matrix. Hawk vs Hawk: both risk injury, expected payoff (V-C)/2. Hawk vs Dove: Hawk takes all, payoff V; Dove retreats, payoff 0. Dove vs Dove: they share after display, each gets V/2 minus display cost D. The replicator dynamics drive the population toward the ESS frequency where Hawk and Dove fitness are equal.

The ESS Mixed Strategy

When injury cost C exceeds resource value V, the ESS hawk frequency is p* = V/C. This can be interpreted two ways: each individual plays Hawk with probability V/C (mixed strategy), or the population consists of a fraction V/C of pure Hawks. At this equilibrium, no mutant strategy can invade — any deviation from p* reduces the mutant's fitness below the residents'.

Extensions and Reality

Real animal conflicts are richer than the basic hawk-dove model. The war of attrition adds duration to contests. Asymmetric games (e.g., owner vs intruder) produce conditional strategies like 'play Hawk if you're the owner.' Sequential assessment models allow contestants to update their estimate of winning probability during the fight. These extensions explain the nuanced fighting behaviors observed in nature.

FAQ

What is the hawk-dove game?

The hawk-dove game (also called the chicken game) models animal conflict over resources. Hawks always fight — they escalate until they win or get injured. Doves always yield — they display but retreat if the opponent escalates. The game shows why mixed populations of aggressive and passive strategies coexist: pure aggression is not evolutionarily stable when fighting is costly.

What is an evolutionarily stable strategy (ESS)?

An ESS is a strategy that, if adopted by a population, cannot be invaded by any rare alternative strategy. Introduced by Maynard Smith and Price (1973), the ESS concept applies game theory to evolution. In the hawk-dove game, the ESS is a mixed strategy with hawk frequency p* = V/C when V < C. At this frequency, hawks and doves have equal fitness.

Does the hawk-dove game apply to human behavior?

The hawk-dove model has been applied to human conflicts over resources, property rights, road rage, and business competition. The key insight — that the cost of escalation determines the proportion of aggressive encounters — helps explain why most human disputes are resolved through negotiation rather than violence, especially when the stakes are high.

What happens when V > C?

When the resource value exceeds the injury cost (V > C), the unique ESS is pure Hawk — everyone fights and accepts the risk. This situation applies to winner-take-all contests for critical resources like mating opportunities, where the reproductive payoff outweighs the physical cost of fighting.

Sources

Embed

<iframe src="https://homo-deus.com/lab/behavioral-ecology/hawk-dove-game/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub