Research Article

Optimal Network Defense Strategy Selection Method Based on Evolutionary Network Game

Table 2

Defense strategy selection algorithm.

Input: Evolutionary network game model
Output: Optimal defense strategy

1Initialize ;
2Initialize strategy space and strategy density of the attack group;
3Initialize strategy space and strategy density of the defense group;
4Calculate return UA of attack player node (Equation (8));
5Calculate return UD of defending player node (Equation (9));
6Calculate probability of player node strategy transition (Equation (2));
7Calculate time evolution of player group strategy density (Equation (10));
8Introduce auxiliary function tanhz (Equation (12));
9Solve equation set for equilibrium point (Equations (13) and (14));
10Refine equilibrium point and screen evolutionary stability strategy;
11Output optimal defense strategy;
12End