FPA Algorithm
Flower Pollination Algorithms The flower pollination algorithm (FPA) was developed by Xin-She Yang in 2012, inspired by the pollination process of flowering plants. FPA has been extended to multiobjective optimization with promising results. This chapter provides an introduction to FPA and its basic implementation. 11.1 Introduction Real-world design problems in engineering and industry are usually multi-objective or multicriteria. These multiple objectives often conflict with one another, which makes it impossible to use any single design option without compromise. Common approaches are to provide good approximations to the true Pareto fronts of the problem of interest so that decision makers can rank different options, depending on their preferences or their utilities [1,5,15]. Compared with single-objective optimization, multi-objective optimization has its additional challenging issues such as time complexity, inhomogeneity, and dimensionality. It is usua...