| Algorithm 1 Standard PSO algorithm |
| 1: procedure PSO() |
| 2: |
| 3: |
| 4: while do |
| 5: ; |
| 6: |
| 7: for do |
| 8: update ; |
| 9: ; |
| 10: update |
| 11: end for |
| 12: update |
| 13: end while |
| 14: end procedure |
| Algorithm 1 Standard PSO algorithm |
| 1: procedure PSO() |
| 2: |
| 3: |
| 4: while do |
| 5: ; |
| 6: |
| 7: for do |
| 8: update ; |
| 9: ; |
| 10: update |
| 11: end for |
| 12: update |
| 13: end while |
| 14: end procedure |