Cuckoo Search for Optimization and Computational Intelligence

Cuckoo Search for Optimization and Computational Intelligence

Xin-She Yang, Suash Deb
Copyright: © 2015 |Pages: 10
DOI: 10.4018/978-1-4666-5888-2.ch014
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Chapter Preview

Top

Introduction

In almost all applications in engineering and industry, we are always trying to optimize something -- whether to minimize the cost and energy consumption, or to maximize the profit, output, performance and efficiency (Yang, 2010b; Yang & Koziel, 2011). The optimal use of available resources of any sort requires a paradigm shift in scientific thinking, this is because most real-world applications have far more complicated factors and parameters to affect how the system behaves.

Optimization algorithms are the tools and techniques of achieving the optimality of the problem of interest. This search for optimality is complicated further by the fact that uncertainty almost always presents in the real-world systems. Therefore, we seek not only the optimal design but also robust design in engineering and industry. Optimal design solutions, which are not robust enough, are not practical in reality. Suboptimal solutions or good robust solutions are often the choice in such cases because they are more robust and less sensitive to the uncertainty in the material properties in the real systems.

Optimization problems can be formulated in many ways. For example, the commonly used method of least-squares is a special case of maximum-likelihood formulations. By far the most widely formulation is to write a nonlinear optimization problem as

978-1-4666-5888-2.ch014.m01
(1) subject to the constraints
978-1-4666-5888-2.ch014.m02
(2)
978-1-4666-5888-2.ch014.m03
(3) where 978-1-4666-5888-2.ch014.m04 and 978-1-4666-5888-2.ch014.m05 are in general nonlinear functions. Here the design vector
978-1-4666-5888-2.ch014.m06
can be continuous, discrete or mixed in a d-dimensional space. The functions 978-1-4666-5888-2.ch014.m07 are called objectives or cost functions, and when 978-1-4666-5888-2.ch014.m08, the optimization problem is multiobjective or multicriteria (Yang, 2008, 2010a; Yang, 2010b). It is possible to combine different objectives into a single objective, though multiobjective optimization can give far more information and options to the decision-makers with more insight into the problem. It is worth pointing out that here we write the problem as a minimization problem, it can also be written as a maximization problem by simply replacing 978-1-4666-5888-2.ch014.m09 by 978-1-4666-5888-2.ch014.m10.

When all functions are nonlinear, we are dealing with nonlinear constrained problems. In some special cases when978-1-4666-5888-2.ch014.m11 are linear, the problem becomes linear, and we can use the widely used linear programming techniques such as the simplex method. When some design variables can only take discrete values (often integers), while other variables are real continuous, the problem is of mixed type, which is often difficult to solve, especially for large-scale optimization problems. A very special class of optimization is the convex optimization, which has guaranteed global optimality. Any optimal solution is also the global optimum, and most importantly, there are efficient algorithms of polynomial time to solve such problems.

Key Terms in this Chapter

Optimization: A problem or solution procedure which aims to find the optimal solutions to the objective function or functions under constraints.

Lévy Flight: A random process or random walk whose step size distribution obeys the power-law Lévy distribution. Some species of birds and fruitflies seem to obey this behavior in their flight paths.

NP-Hard: A problem is called hard if the solution time is an exponential function of its problem size. NP-hard means that non-deterministic polynomial time (NP) hard, which has no efficient algorithms to find its solutions.

Algorithm Complexity: Also known as the time complexity of an algorithm. It is the number of steps needed to complete the execution of an algorithm, and it is a measure of how efficient an algorithm is.

Metaheuristic: A class of stochastic algorithms which combines deterministic and stochastic components. They are often developed by drawing inspiration from Nature.

Cuckoo Search: An optimization strategy, developed by Xin-She Yang and Suash Deb in 2009, based on the breeding behaviour of some cuckoo species.

Evolutionary Algorithms: A subset of optimization algorithms in evolutionary computation, mainly uses genetic operators such as crossover, mutation and selection. Genetic algorithms and evolutionary programming are good examples.

Algorithm: A step-by-step precedure for the instructions of computation.

Complete Chapter List

Search this Book:
Reset