Research Article

[Retracted] Research on the Spread Path and Evolution Causes of Oral Language in the Digital Era

Table 1

Selecting the cross algorithm pseudocodes.

Algorithm 1: select the crossover algorithm

Input: two parents and randomly selected from the current population; random cross probability RMP.
(1) if or then
 Parent and produce two children C1 and C2 by crossing operators
(2) else
 Parent directly produces a child C1 through the mutation operator
 Parent directly produces a child C2 by the mutation operator
(3) end if
 Output: children C1 and C2