Algorithm 1 Pseudo-code for chaotic-based population initialization |
Step 1: Generate standard random population P of N solutions with expression: , where is pseudo-random number drawn from the interval .
Step 2: Generate chaotic population of N individuals by mapping solutions from P to chaotic sequences using expressions (20) and (21).
Step 3: Calculate fitness of all solutions from P and .
Step 4: Sort all solutions from according to fitness.
Step 5: Select N best individuals from sorted set as initial population.
|