Research Article

Agricultural Model for Allocation of Crops Using Pollination Intelligence Method

Algorithm 2

Pollination Intelligence Algorithm.
Minimize,
Initialize a population of n flowers/pollen gametes with random solutions
Find the best solutionin the initial population
Perform an iterative process using equation (8) this will set values of
Define a stopping criterion
while
  i= 1 : n (all n flowers in the population)
   if,
    Define the value for,,and.
    Perform global pollination using equations (9) and (10)
   else
    Drawfrom a uniform distribution in [0, 1]
    Do local pollination via
end if
    Evaluate new solutions
    If new solutions are better, update them in the population
  end for
    Find the current best solution
end while
Output the best solution found