Research Article

Tournament Selected Glowworm Swarm Optimization Based Measurement of Selective Harmonic Elimination in Multilevel Inverter for Enhancing Output Voltage and Current

Algorithm 1

Tournament Selected Glowworm Swarm Optimization Algorithm.
\\ Tournament Selected Glowworm Swarm Optimization Algorithm
Input: Number of SAs
Output: Find Optimal SA for SHE
Step 1: Begin
Step 2: For each SA
Step 3: Evaluate OF
Step 4: Determine the probability of movement
Step 5: if () then
Step 6: Movement takes place to neighboring
Step 7: Neighboring SA is identified by the tournament selection
Step 8: else
Step 9: No movement occurs
Step 10: End if
Step 11: updates location of SA
Step 12: End for
Step 13: Select the optimal SA for selective harmonic elimination
Step 14: End