Research Article

Finding Optimal Load Dispatch Solutions by Using a Proposed Cuckoo Search Algorithm

Algorithm 2

The proposed ICSA approach.

Produce initial population with solutions (, , …, ,, …, )
Calculate fitness function (, , …, ,, …, )
Go to the loop algorithm by setting
While ()
%(i) The first newly produced solutions
%(ii) Perform selection approach
%(iii) The second newly produced solutions
If
If
;
Else
End
Else
End
% (iv) Perform selection approach
% (v) Determine the most effective solution and its fitness
Determine with the smallest value and assign to
If , perform step (i) and increase to . Otherwise, stop the loop algorithm and report both
the smallest fitness together with .
End while