
140 Artificial Bee Colony Optimization
Step 2 If the current process is the main process, get algorithms related to the initial
parameters such as population size n, and send the above-mentioned parameters
and split the sample to each slave process. Each process randomly generates the
initial nectar location constituted of n solutions.
Step 3 Employ bees of each process in accordance with the formulas in the standard
ABC search for new nectar, and calculate the position and moderation. If the new
location is better than the original location, then replace the original location.
Step 4 Each process compares the number of iteration cycles with maxcycl ...