Skip to main content
. 2020 Nov 4;22(11):1253. doi: 10.3390/e22111253
Algorithm 1 Chaotic maps generation pseudocode.
1. Select one of the models defined by Equations (1) through (4).
2. Define model parameters: maximum number of iteration, upper and lower boundaries,
  population size, number of dimensions and the fitness function.
3. Initialize map positions randomly (i.e., x(0) and y(0)).
4. Iterate n times: update xn+1 and yn+1
5. End iteration.