Research Article
[Retracted] Research on the Spread Path and Evolution Causes of Oral Language in the Digital Era
Table 2
Pseudocodes of selective imitation algorithms.
| | Algorithm 2: selective imitation algorithm |
| | Input: child individual C generated by two parents and or single parent | | (1) if C is generated by two parents then | | (i) if then | | C directly inherits the optimal factor of parent | | (ii) else | | C directly inherits the optimal factor of parent | | (iii) end if | | C directly inherits the optimal factor of its parent | | (2) else | | C directly inherits the optimal factor of its parent | | (3) end if | | Output: child C with the optimal factor attribute |
|
|