|
Algorithm 1 Pseudo-code for chaotic and QRL population initialization |
Step 1: Generate starting population of solutions with standard initialization expression: , where represents pseudo-random number drawn from the range .
Step 2: Randomly select 2 subsets of from for chaotic and QRL initialization, denoted as and , respectively.
Step 3: Extend by applying chaotic sequences to each individual in using expressions (19) and (20). The size of after extension is .
Step 4: Extend by applying QRL mechanism to each individual in using expression (21). The size of after extension is .
Step 5: Calculate fitness of all individuals from and .
Step 6: Sort all solutions from according to fitness.
Step 7: Select N best solutions as the initial population P.
|