Flower pollination algorithm
Flower pollination algorithm (FPA) is a metaheuristic algorithm for optimization and this algorithm was developed by Xin-She Yang,[1] based on the pollination process of flowering plants. FPA has been applied to solve practical problems in engineering,[2] solar PV parameter estimation,[3] and fuzzy selection for dynamic economic dispatch.[4]
Main Characteristics
This algorithm has 4 rules or assumptions:
1. Biotic and cross-pollination is considered as global pollination process with pollen carrying pollinators performing Levy flights.
2. Abiotic and self-pollination are considered as local pollination.
3. Flower constancy can be considered as the reproduction probability is proportional to the similarity of two flowers involved.
4. Local pollination and global pollination is controlled by a switch probability . Due to the physical proximity and other factors such as wind, local pollination can have a significant fraction p in the overall pollination activities.
These rules can be translated into the following updating equations:
where is the solution vector and is the current best found so far during iteration. The switch probability between two equations during iterations is . In addition, is a random number drawn from a uniform distribution. is a step size drawn from a Lévy distribution.
A matlab demo program is available for function optimization[5]
References
- ^ Xin-She Yang, Flower pollination algorithm for global optimization, Unconventional Computation and Natural Computation, Lecture Notes in Computer Science, Volume 7445, pp. 240-249 (2012).
- ^ X. S. Yang, M. Karamanoglu, X. S. He, Flower pollination algorithm: A novel approach for multiobjective optimization, Engineering Optimization, Vol. 46, No. 9, 1222-1237 (2014).
- ^ D. F. Alam, D. A. Yousri, M. B. Eteiba, Flower pollination algorithm based solar PV parameter estimation, Energy Conversion and Management, Vol. 101, pp. 410-422 (2015)
- ^ H. M. Dubey, M. Pandit, B.K. Panigraphi, Hybrid flower pollination algorithm with time-varying fuzzy selection mechanism for wind integrated multi-objective dynamic economic dispatch, Renewable Energy, Vol. 83, pp. 188-202 (2015).
- ^ X. S. Yang,http://www.mathworks.com/matlabcentral/fileexchange/45112-flower-pollination-algorithm
This redirect has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar redirects. (June 2015) |