SlideShare a Scribd company logo
Nature-Inspired Mateheuristic Algorithms: Success and New Challenges Xin-She Yang Mathematics and Scientific Computing, National Physical Laboratory, Teddington, TW11 0LW, UK Present Address: School of Science and Technology, Middlesex University, London NW4 4BT, UK Received: July 16, 2012 Accepted: July 18, 2012 Published: July 20, 2012 Citation: Yang XS (2012) Nature-Inspired Mateheuristic Algorithms: Success and New Challenges. J Comput. Eng. Inf. Technol., Vol. 1, Issue 1, pp. 1-3 (2012). doi:10.4172/2324-9307.1000e101 
Many business activities require planning and optimization, this is also true for engineering design, Internet routing, transport scheduling, objective-oriented task management and many other design activities. In fact, optimization is everywhere, the most important part of optimization is the core algorithms used to find optimal solutions to a given problem, though in many cases such algorithms may not exist at all. 
Search Strategy 
Let us start by asking a question: suppose you are told there is a treasure in a vast forest, and the treasure, such as a big diamond or a million dollars, is your reward; you are given a limited time, say, a week, to find it. What is your best strategy to find this treasure as quickly as possible? 
One strategy is to search the promising areas in the vast forest yourself, inch by inch, and if the treasure is found, it is yours. As the area is vast, it is obviously impossible to go through every square inch of the area within such a limited time. Another strategy is to hire many people/explorers and you promise them to share information and also share any found treasure. Then, if the number of people is large enough, it may be possible to cover the whole area, but the value of the treasure (say, a million dollars) divided among many (say, ten thousands) people many not worth the effort at all. Alternatively, a more sensible approach is probably to use a small group of people, say, twenty or less than a hundred, to search the promising area, share information while searching, and also update and discuss any possible tactics regularly (each hour or each day). This is in fact a swarm intelligence-based approach. As a way to improve the strategy, you as the organizer of the treasure- hunting team, can review the performance of each member of the group regularly, say every day and fire the lazy ones or the least able explorers, and at the same time replace them by recruiting new team members so as to increase the overall performance. This is in fact the selection of the best or elistim. 
During the search process, each agent or member of the team can explore the promising region in a quasi-random way. That is, each agent uses the current information to explore any promising area in a local region; if it turns out that no treasure is within this local region, and then the agent can move onto a new, often adjacent, area to do further search. This is the so-called stochastic search strategy. In addition, if each agent is given a walkie talkie, or a mobile phone, to communicate and update their locations and current information, this forms an organized swarm, which may lead to emergent self-organizing behaviour. Imagine a scenario that the team were told that the treasure is hidden at the highest peak of a hilly region in the forest, then they should move towards and climb up the highest peak as quickly as possible; this is essentially a hill-climbing method. If the team were told that the treasure is potentially hidden in a peak but not know which peak, then the group members have to try each possible peak. If they try peak by peak in a sequential manner; that is a hill-climbing with random restart strategy. If they split the group into many small subgroups, then this becomes a
parallel hill-climbing strategy. But in reality, there is no such information about the treasure’s location, then the best strategy is still yet to be found. 
Despite the fact that the best strategy is yet to be found, or may not exist at all, a set of methods have emerged, especially in the last two decades, that they are often surprisingly efficient in practice in solving difficult optimization problems. These methods are called metaheuristic algorithms, and are often nature-inspired, mimicking some successful characteristics in nature. Consequently, these algorithms are also referred to as nature-inspired metaheuristic algorithms. Good examples are Particle Swarm Optimization (PSO), Cuckoo Search (CS) algorithm, Firefly Algorithm (FA), Bat algorithm (BA), Harmony Search (HS), and Ant Colony Optimization (ACO). 
The increasing popularity of metaheuristics and swarm intelligence has attracted a great deal of attention in engineering and industry. One of the reasons for this popularity is that nature-inspired metaheuristics are versatile and efficient, and such seemingly simple algorithms can deal with very complex optimisation problems. Metaheuristic algorithms form an important part of contemporary global optimization algorithms, computational intelligence and soft computing. 
Inspiration from Nature 
Nature-inspired algorithms often use multiple interacting agents. A subset of metaheuristcs are often referred to as Swarm Intelligence (SI) based algorithms, and these SI-based algorithms have been developed by mimicking the so-called swarm intelligence characteristics of biological agents such as birds, fish, humans and others. For example, particle swarm optimization was based on the swarming behaviour of birds and fish [1], while the firefly algorithm was based on the flashing pattern of tropical fireflies [2], and cuckoo search algorithm was inspired by the brood parasitism of some cuckoo species. 
Nature has been evolving for several hundred million years, and she has found various ingenious solutions to problem-solving and adaption to ever-changing environments. From Darwinian evolution point of view, survival of the fittest will result in the variations and success of species, which can surrive and optimally adapt to environments, and thus selection is a constant pressure that drives the system to improve and adapt for surrival. Any evolutionary advantages over competitors may increase the possibility of reproduction and success of the individuals and the species over the long run. 
We can learn from nature by mimicking the successful characteristics of complex systems in nature. Nature-inspired algorithms are still at a very early stage with a relatively short history, comparing with many traditional, well-established methods; however, nature-inspire algorithms have already shown their great potential, flexibility and efficiency with ever-increasing diverse ranges of applications. For example, firefly algorithm was developed by Xin- She Yang in 2008 to mimic the flashing and attraction behaviour of fireflies [2], which leads to a nonlinear dynamical system for optimization using multiple interacting fireflies. Amazingly, firefly algorithm can have some significant advantages over other metaheursistics such as genetic algorithms (GA) and PSO. Two of such advantages are: automatic subgrouping and ability to deal with multimodal problems. Fireflies can automatically subdivide into subgroups and each group can potentially swarm around a local optimum, and all optima (obviously including the global optimum) can be obtained simultaneously if the number of fireflies is much higher than the number of modes. Thus, firefly algorithm can handle multimodal problems very efficiently due to this subgrouping ability. The other advantage is that firefly algorithm does not use velocity, there is no such issues associated with velocities as those in PSO. Consequently, firefly algorithm is much simpler to implement.
As another example, cuckoo search (CS) was developed by Xin- She Yang and Suash Deb in 2009, based on the brooding behavior of some European cuckoo species. By using cuckoo eggs as solutions to an optimization problem, this algorithm produces excellent convergence and high- quality solutions. Enhanced by Lévy flights, cuckoo search can outperform other algorithms such as PSO, GA and ACO for highly nonlinear, global optimization problems. Both cuckoo search and firefly algorithms have been applied in many areas. A quick Google search, at the time of writing in July 2012, leads to about 144 papers on cuckoo search since 2009 and 225 papers on firefly algorithm and their variants since 2008. They certainly form active research topics in optimization and computational intelligence. 
New algorithms inspired by natural phenomena, especially biological systems, appear almost every year [1-4]. Even more studies on the extension and improvements on existing algorithms by introducing new components and new applications [3,5]. The literature on these topics is vast, and interested readers can refer to the book by Yang [3] and the references listed in the book. 
Why Metaheuristics? 
New researchers often ask “why metaheuristics?”. Indeed, this is a fundamental question to ask in the first steps of solving a given problem. How do we choose the best algorithm and why? 
We are often puzzled and often surprised by the excellent efficiency of contemporary nature-inspired algorithms. Seemingly simple algorithms can work ‘magic’, even for very tough global optimization problems. Many elaborate and sophisticated conventional algorithms often do not work well, despite the fact that conventional algorithms have been well tested for many years. New SI-based metaheuristics often work much better in practice, even though we may not understand why these algorithms actually work. Empirical observations, vast literature and some preliminary convergence analysis all suggest that metaheuristics do work well. Loosely speaking, the success and popularity of metaheuristics can be attributed to the following three factors: algorithm simplicity, ease for implementation, and solution diversity. 
Almost all metaheuristic algorithms look simple, and their fundamental characteristics are often derived, directly and indirectly, from nature. Due to the simplicity nature of metaheuristics, they are relatively easy to implement in any programming language. In fact, most algorithms can be coded in fewer than a hundred lines in most programming languages. Such simple algorithms, once implemented properly, can subsequently deal with quite a wide range of optimization problems without much reprogramming. 
A key factor may be the balance between solution diversity and solution speed. Ideally, we wish to find the global best solution with the minimum computing effort. For a simple problem, especially a unimodal convex problem, efficient algorithms do exist. For example, conventional algorithms such as hill-climbing or steepest descent methods can find the best solutions in an efficient way for a unimodal problmem. However, real-world problems are not linear, and they certainly are not unimodal. The multimodality and complexity of the problem of interest may mean that we cannot find the global optimality with 100% certainty, unless in a very few limited classes of problems. To reduce the computing time, we often have to sacrifice the diversity of solutions, and consequently, often leading to a local search, or the search process is trapped in a local optimum. In order to escape the local optima, we have to increase the diversity of new solutions so as to potentially reach the true global optimality. The diversity of the solutions in the search process can be achieved in many ways, though randomization and stochastic intervention are often used in most metaheuristics. Now a
natural question is how to ensure the proper degree of diversity in the solutions? 
In fact, two major components in metaheustics are local exploitation and global exploration. Local exploitation uses local information obtained in local search, and tries to ensure the maximum convergence, while global exploration tends to explore different feasible regions in the whole search space to ensure the global optimality can be achieved with the maximum likelihood. Obviously, these two components are conflicting, and we have to main a tradeoff or balance. For example, bat algorithm was developed by Xin-She Yang in 2010 by using simple rules based on the frequency tuning and echolocation of microbats. Then, this algorithm turns out to be very efficient for a diverse range of problems, and its binary version have been successfully applied to image processing and classifications. The autozooming ability in microbats is manifested in the bat algorithm as automatic adjustment from exploration to exploitation when the global optimality is approaching. This is the first algorithm of its kind in terms of balancing these two key components. 
Now the question what is the optimal balance between exploration and exploitation for a given tough optimization task. This is an important question, still without satisfactory answer at the moment. More studies in this area are highly needed. 
Smart Algorithms or Exotic Approaches? 
The popularity of metaheuristics often prompts readers to ask “Can algorithms be intelligent?” The short answer is “possibly” or “it depends”. 
Artificial intelligence has been an active research area for more than half a century, and new areas such as computational intelligence are going strong as ever. However, unless a Turing test can be really passed in the future, truly intelligent algorithms may be still a long way to go. Obviously, we can define the intelligence by different degrees of mimicking the human intelligence. In that sense, we have been trying to incorporate `intelligence’ in the smart algorithms of metaheuristics gradually and incrementally, with some promising results [5]. 
First, use of memory in the form of selection of the best solutions, elitism and Tabu search is a hint of some intelligence. After all, memory is an important part of human intelligence. 
Second, connectionism, interactions and share information can also be considered as `intelligence’. Many algorithms such as artificial neural networks use interactions and connectionism to link inputs to outputs in a complex, implicit manner. In many metaheuristics, multiple agents often can share the best solutions found so far so that new search and solutions are guided by such information. 
Thirdly, many algorithms use the so-called swarm intelligence by use certain rules derived from swarm behaviour. These rules essentially ensure the interactions between multiple agents are guided by local information such as the flashing light used in the firefly algorithm or the individual best solution in history found by individual particles in the particle swarm optimization. Mathematically speaking, these interacting agents form biased interacting Markov chains whose convergence rate can be influenced by the structure of the algorithms. 
Finally, an algorithm can be called `smart’ if it somehow can automatically adjust its behaviour according to the landscape of the objective functions and the information obtained during the search process. If an algorithm with automatic parameter tuning can adjust its algorithm-dependent parameters automatically so as to increase the rate of convergence and reduce the computing cost [5], it may implicitly act in an `intelligent’ way.
Obviously, truly intelligent algorithms may only emerge in the far future, however, whatever the forms they may take, they will have a profound impact in almost every area of science, engineering and industrial applications. 
New Challenges 
Despite the increasing popularity of metaheuristics, many crucially important questions remain unanswered. There are two important issues: theoretical framework and the gap between theory and applications. At the moment, the practice of metaheuristics is like heuristic itself, to some extent, by `trial and error’. Mathematical analysis lags far behind, apart from a few, limited, studies on convergence analysis and stability, there is no theoretical framework for analyzing metaheuristic algorithms. I believe mathematical and statistical methods using Markov chains and dynamical systems can be very useful in the future work. There is no doubt that any theoretical progress will provide potentially huge insightful into meteheuristic algorithms. 
As there lacks a good theoretical framework, there is thus also a huge gap between theory and applications. Though theory lags behind, applications in contrast are very diverse and active with thousands of papers appearing each year. Accompany this problem, there is another important issue; that is, large-scale problems are yet to be tackled at all. At present, most applications have been tested against toy problems or small-scale benchmarks with a few design variables or at most for problems with a few hundred variables. In reality, many design problems in engineering, business and industry may involve thousands or even millions of variables, we have not seen case studies for such large-scale problems in the literature. In fact, there is no indication that the methods that work for toy benchmarks will work equally well for large-scale problems. In addition to the difference in problem size, there may be some fundamental differences for large-scale problems, and thus the methodology could be significantly different. This still remains a very challenging problem both in theory and in practice. 
These important, unresolved, issues also provide golden opportunities for researchers to rethink existing methodology and approaches differently and more fundamentally, and some significant progress may be made in the next ten years. Obviously, any important progress in theory and/or in large-scale pratice will ultimately alter the research landscape in nature-inspired metaheuristics. Maybe, some day, some truly intelligent, self-evolving algorithms may appear to solve tough optimization problems really efficiently. 
References 
1. Kennedy J, Eberhart R (1995) Particle swarm optimization. Conference on Neural Networks, Piscataway, NJ. 
2. Yang X S (2008) Nature-Inspired Metaheuristic Algorithms, Luniver Press, Bristol, UK. 
3. Yang X S (2010) EngineeringOptimization: An Introduction with Metaheuristic Applications. John Wiley and Sons, Hoboken, NJ, USA. 
4. Koziel S, Yang XS (2011) Computational Optimization, Methods and Algorithms. (1edn) Springer, Germany. 
5. Yang X S (2012) Artificial Intelligence, Evolutionary Computing and Metaheuristics. Studies in Computational Intelligence, Springer, Germany.

More Related Content

Viewers also liked

A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...
A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...
A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...
Xin-She Yang
 
Firefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal OptimizationFirefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal Optimization
Xin-She Yang
 
Firefly Algorithm, Levy Flights and Global Optimization
Firefly Algorithm, Levy Flights and Global OptimizationFirefly Algorithm, Levy Flights and Global Optimization
Firefly Algorithm, Levy Flights and Global Optimization
Xin-She Yang
 
Swarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical AnalysisSwarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical Analysis
Xin-She Yang
 
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Xin-She Yang
 
Monte Caro Simualtions, Sampling and Markov Chain Monte Carlo
Monte Caro Simualtions, Sampling and Markov Chain Monte CarloMonte Caro Simualtions, Sampling and Markov Chain Monte Carlo
Monte Caro Simualtions, Sampling and Markov Chain Monte Carlo
Xin-She Yang
 
Nature-Inspired Metaheuristic Algorithms
Nature-Inspired Metaheuristic AlgorithmsNature-Inspired Metaheuristic Algorithms
Nature-Inspired Metaheuristic Algorithms
Xin-She Yang
 
A Hybrid Bat Algorithm
A Hybrid Bat AlgorithmA Hybrid Bat Algorithm
A Hybrid Bat Algorithm
Xin-She Yang
 
A Brief Review of Nature-Inspired Algorithms for Optimization
A Brief Review of Nature-Inspired Algorithms for OptimizationA Brief Review of Nature-Inspired Algorithms for Optimization
A Brief Review of Nature-Inspired Algorithms for Optimization
Xin-She Yang
 
Flower Pollination Algorithm (matlab code)
Flower Pollination Algorithm (matlab code)Flower Pollination Algorithm (matlab code)
Flower Pollination Algorithm (matlab code)
Xin-She Yang
 
Bat algorithm (demo)
Bat algorithm (demo)Bat algorithm (demo)
Bat algorithm (demo)
Xin-She Yang
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
Xin-She Yang
 
Solving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithmSolving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithm
ishmecse13
 
Analysis of Nature-Inspried Optimization Algorithms
Analysis of Nature-Inspried Optimization AlgorithmsAnalysis of Nature-Inspried Optimization Algorithms
Analysis of Nature-Inspried Optimization Algorithms
Xin-She Yang
 
Bat algorithm for Topology Optimization in Microelectronic Applications
Bat algorithm for Topology Optimization in Microelectronic ApplicationsBat algorithm for Topology Optimization in Microelectronic Applications
Bat algorithm for Topology Optimization in Microelectronic Applications
Xin-She Yang
 
Cuckoo Search & Firefly Algorithms
Cuckoo Search & Firefly AlgorithmsCuckoo Search & Firefly Algorithms
Cuckoo Search & Firefly Algorithms
Mustafa Salam
 
Metaheuristic Optimization: Algorithm Analysis and Open Problems
Metaheuristic Optimization: Algorithm Analysis and Open ProblemsMetaheuristic Optimization: Algorithm Analysis and Open Problems
Metaheuristic Optimization: Algorithm Analysis and Open Problems
Xin-She Yang
 
Nature-Inspired Optimization Algorithms
Nature-Inspired Optimization Algorithms Nature-Inspired Optimization Algorithms
Nature-Inspired Optimization Algorithms
Xin-She Yang
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
supriya shilwant
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
Hasan Gök
 

Viewers also liked (20)

A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...
A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...
A Discrete Firefly Algorithm for the Multi-Objective Hybrid Flowshop Scheduli...
 
Firefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal OptimizationFirefly Algorithms for Multimodal Optimization
Firefly Algorithms for Multimodal Optimization
 
Firefly Algorithm, Levy Flights and Global Optimization
Firefly Algorithm, Levy Flights and Global OptimizationFirefly Algorithm, Levy Flights and Global Optimization
Firefly Algorithm, Levy Flights and Global Optimization
 
Swarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical AnalysisSwarm Intelligence Based Algorithms: A Critical Analysis
Swarm Intelligence Based Algorithms: A Critical Analysis
 
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
 
Monte Caro Simualtions, Sampling and Markov Chain Monte Carlo
Monte Caro Simualtions, Sampling and Markov Chain Monte CarloMonte Caro Simualtions, Sampling and Markov Chain Monte Carlo
Monte Caro Simualtions, Sampling and Markov Chain Monte Carlo
 
Nature-Inspired Metaheuristic Algorithms
Nature-Inspired Metaheuristic AlgorithmsNature-Inspired Metaheuristic Algorithms
Nature-Inspired Metaheuristic Algorithms
 
A Hybrid Bat Algorithm
A Hybrid Bat AlgorithmA Hybrid Bat Algorithm
A Hybrid Bat Algorithm
 
A Brief Review of Nature-Inspired Algorithms for Optimization
A Brief Review of Nature-Inspired Algorithms for OptimizationA Brief Review of Nature-Inspired Algorithms for Optimization
A Brief Review of Nature-Inspired Algorithms for Optimization
 
Flower Pollination Algorithm (matlab code)
Flower Pollination Algorithm (matlab code)Flower Pollination Algorithm (matlab code)
Flower Pollination Algorithm (matlab code)
 
Bat algorithm (demo)
Bat algorithm (demo)Bat algorithm (demo)
Bat algorithm (demo)
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 
Solving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithmSolving travelling salesman problem using firefly algorithm
Solving travelling salesman problem using firefly algorithm
 
Analysis of Nature-Inspried Optimization Algorithms
Analysis of Nature-Inspried Optimization AlgorithmsAnalysis of Nature-Inspried Optimization Algorithms
Analysis of Nature-Inspried Optimization Algorithms
 
Bat algorithm for Topology Optimization in Microelectronic Applications
Bat algorithm for Topology Optimization in Microelectronic ApplicationsBat algorithm for Topology Optimization in Microelectronic Applications
Bat algorithm for Topology Optimization in Microelectronic Applications
 
Cuckoo Search & Firefly Algorithms
Cuckoo Search & Firefly AlgorithmsCuckoo Search & Firefly Algorithms
Cuckoo Search & Firefly Algorithms
 
Metaheuristic Optimization: Algorithm Analysis and Open Problems
Metaheuristic Optimization: Algorithm Analysis and Open ProblemsMetaheuristic Optimization: Algorithm Analysis and Open Problems
Metaheuristic Optimization: Algorithm Analysis and Open Problems
 
Nature-Inspired Optimization Algorithms
Nature-Inspired Optimization Algorithms Nature-Inspired Optimization Algorithms
Nature-Inspired Optimization Algorithms
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 

Similar to Nature-Inspired Mateheuristic Algorithms: Success and New Challenges

Enhanced local search in artificial bee colony algorithm
Enhanced local search in artificial bee colony algorithmEnhanced local search in artificial bee colony algorithm
Enhanced local search in artificial bee colony algorithm
Dr Sandeep Kumar Poonia
 
A comprehensive review of the firefly algorithms
A comprehensive review of the firefly algorithmsA comprehensive review of the firefly algorithms
A comprehensive review of the firefly algorithms
Xin-She Yang
 
Bat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and ApplicationsBat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and Applications
Xin-She Yang
 
Rhizostoma optimization algorithm and its application in different real-world...
Rhizostoma optimization algorithm and its application in different real-world...Rhizostoma optimization algorithm and its application in different real-world...
Rhizostoma optimization algorithm and its application in different real-world...
IJECEIAES
 
Survey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text MiningSurvey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text Mining
vivatechijri
 
Nature Inspired Metaheuristic Algorithms
Nature Inspired Metaheuristic AlgorithmsNature Inspired Metaheuristic Algorithms
Nature Inspired Metaheuristic Algorithms
IRJET Journal
 
Are Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku ProblemsAre Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku Problems
csandit
 
Swarm intel
Swarm intelSwarm intel
Swarm intel
Pavan Kumar
 
Genetic algorithm fitness function
Genetic algorithm fitness functionGenetic algorithm fitness function
Genetic algorithm fitness function
Prof Ansari
 
T01732115119
T01732115119T01732115119
T01732115119
IOSR Journals
 
Artificial Intelligence in Robot Path Planning
Artificial Intelligence in Robot Path PlanningArtificial Intelligence in Robot Path Planning
Artificial Intelligence in Robot Path Planning
iosrjce
 
Heuristic Algorithms.pdf
Heuristic Algorithms.pdfHeuristic Algorithms.pdf
Heuristic Algorithms.pdf
JawadSheikh13
 
On Machine Learning and Data Mining
On Machine Learning and Data MiningOn Machine Learning and Data Mining
On Machine Learning and Data Mining
butest
 
An Essay Concerning Human Understanding Of Genetic Programming
An Essay Concerning Human Understanding Of Genetic ProgrammingAn Essay Concerning Human Understanding Of Genetic Programming
An Essay Concerning Human Understanding Of Genetic Programming
Jennifer Roman
 
Modified position update in spider monkey optimization algorithm
Modified position update in spider monkey optimization algorithmModified position update in spider monkey optimization algorithm
Modified position update in spider monkey optimization algorithm
Dr Sandeep Kumar Poonia
 
Bat Algorithm is Better Than Intermittent Search Strategy
Bat Algorithm is Better Than Intermittent Search StrategyBat Algorithm is Better Than Intermittent Search Strategy
Bat Algorithm is Better Than Intermittent Search Strategy
Xin-She Yang
 
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATIONSWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
Fransiskeran
 
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
gerogepatton
 
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
ijaia
 
Ontology based clustering algorithms
Ontology based clustering algorithmsOntology based clustering algorithms
Ontology based clustering algorithms
Ikutwa
 

Similar to Nature-Inspired Mateheuristic Algorithms: Success and New Challenges (20)

Enhanced local search in artificial bee colony algorithm
Enhanced local search in artificial bee colony algorithmEnhanced local search in artificial bee colony algorithm
Enhanced local search in artificial bee colony algorithm
 
A comprehensive review of the firefly algorithms
A comprehensive review of the firefly algorithmsA comprehensive review of the firefly algorithms
A comprehensive review of the firefly algorithms
 
Bat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and ApplicationsBat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and Applications
 
Rhizostoma optimization algorithm and its application in different real-world...
Rhizostoma optimization algorithm and its application in different real-world...Rhizostoma optimization algorithm and its application in different real-world...
Rhizostoma optimization algorithm and its application in different real-world...
 
Survey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text MiningSurvey on Efficient Techniques of Text Mining
Survey on Efficient Techniques of Text Mining
 
Nature Inspired Metaheuristic Algorithms
Nature Inspired Metaheuristic AlgorithmsNature Inspired Metaheuristic Algorithms
Nature Inspired Metaheuristic Algorithms
 
Are Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku ProblemsAre Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku Problems
 
Swarm intel
Swarm intelSwarm intel
Swarm intel
 
Genetic algorithm fitness function
Genetic algorithm fitness functionGenetic algorithm fitness function
Genetic algorithm fitness function
 
T01732115119
T01732115119T01732115119
T01732115119
 
Artificial Intelligence in Robot Path Planning
Artificial Intelligence in Robot Path PlanningArtificial Intelligence in Robot Path Planning
Artificial Intelligence in Robot Path Planning
 
Heuristic Algorithms.pdf
Heuristic Algorithms.pdfHeuristic Algorithms.pdf
Heuristic Algorithms.pdf
 
On Machine Learning and Data Mining
On Machine Learning and Data MiningOn Machine Learning and Data Mining
On Machine Learning and Data Mining
 
An Essay Concerning Human Understanding Of Genetic Programming
An Essay Concerning Human Understanding Of Genetic ProgrammingAn Essay Concerning Human Understanding Of Genetic Programming
An Essay Concerning Human Understanding Of Genetic Programming
 
Modified position update in spider monkey optimization algorithm
Modified position update in spider monkey optimization algorithmModified position update in spider monkey optimization algorithm
Modified position update in spider monkey optimization algorithm
 
Bat Algorithm is Better Than Intermittent Search Strategy
Bat Algorithm is Better Than Intermittent Search StrategyBat Algorithm is Better Than Intermittent Search Strategy
Bat Algorithm is Better Than Intermittent Search Strategy
 
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATIONSWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
 
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
 
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
A HYBRID ALGORITHM BASED ON INVASIVE WEED OPTIMIZATION ALGORITHM AND GREY WOL...
 
Ontology based clustering algorithms
Ontology based clustering algorithmsOntology based clustering algorithms
Ontology based clustering algorithms
 

More from Xin-She Yang

Cuckoo Search Algorithm: An Introduction
Cuckoo Search Algorithm: An IntroductionCuckoo Search Algorithm: An Introduction
Cuckoo Search Algorithm: An Introduction
Xin-She Yang
 
Metaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisMetaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical Analysis
Xin-She Yang
 
A Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelA Biologically Inspired Network Design Model
A Biologically Inspired Network Design Model
Xin-She Yang
 
Multiobjective Bat Algorithm (demo only)
Multiobjective Bat Algorithm (demo only)Multiobjective Bat Algorithm (demo only)
Multiobjective Bat Algorithm (demo only)
Xin-She Yang
 
Introduction to Computational Mathematics (2nd Edition, 2015)
Introduction to Computational Mathematics (2nd Edition, 2015)Introduction to Computational Mathematics (2nd Edition, 2015)
Introduction to Computational Mathematics (2nd Edition, 2015)
Xin-She Yang
 
Two-Stage Eagle Strategy with Differential Evolution
Two-Stage Eagle Strategy with Differential EvolutionTwo-Stage Eagle Strategy with Differential Evolution
Two-Stage Eagle Strategy with Differential Evolution
Xin-She Yang
 
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
Xin-She Yang
 
Bat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective OptimisationBat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective Optimisation
Xin-She Yang
 
Are motorways rational from slime mould's point of view?
Are motorways rational from slime mould's point of view?Are motorways rational from slime mould's point of view?
Are motorways rational from slime mould's point of view?
Xin-She Yang
 
Engineering Optimisation by Cuckoo Search
Engineering Optimisation by Cuckoo SearchEngineering Optimisation by Cuckoo Search
Engineering Optimisation by Cuckoo Search
Xin-She Yang
 
A New Metaheuristic Bat-Inspired Algorithm
A New Metaheuristic Bat-Inspired AlgorithmA New Metaheuristic Bat-Inspired Algorithm
A New Metaheuristic Bat-Inspired Algorithm
Xin-She Yang
 
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Xin-She Yang
 
Fractals in Small-World Networks With Time Delay
Fractals in Small-World Networks With Time DelayFractals in Small-World Networks With Time Delay
Fractals in Small-World Networks With Time Delay
Xin-She Yang
 
Chaos in Small-World Networks
Chaos in Small-World NetworksChaos in Small-World Networks
Chaos in Small-World Networks
Xin-She Yang
 
Cellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern FormationCellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern Formation
Xin-She Yang
 
Biology-Derived Algorithms in Engineering Optimization
Biology-Derived Algorithms in Engineering OptimizationBiology-Derived Algorithms in Engineering Optimization
Biology-Derived Algorithms in Engineering Optimization
Xin-She Yang
 
Harmony Search as a Metaheuristic Algorithm
Harmony Search as a Metaheuristic AlgorithmHarmony Search as a Metaheuristic Algorithm
Harmony Search as a Metaheuristic Algorithm
Xin-She Yang
 
Cuckoo Search via Levy Flights
Cuckoo Search via Levy FlightsCuckoo Search via Levy Flights
Cuckoo Search via Levy Flights
Xin-She Yang
 

More from Xin-She Yang (18)

Cuckoo Search Algorithm: An Introduction
Cuckoo Search Algorithm: An IntroductionCuckoo Search Algorithm: An Introduction
Cuckoo Search Algorithm: An Introduction
 
Metaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical AnalysisMetaheuristic Algorithms: A Critical Analysis
Metaheuristic Algorithms: A Critical Analysis
 
A Biologically Inspired Network Design Model
A Biologically Inspired Network Design ModelA Biologically Inspired Network Design Model
A Biologically Inspired Network Design Model
 
Multiobjective Bat Algorithm (demo only)
Multiobjective Bat Algorithm (demo only)Multiobjective Bat Algorithm (demo only)
Multiobjective Bat Algorithm (demo only)
 
Introduction to Computational Mathematics (2nd Edition, 2015)
Introduction to Computational Mathematics (2nd Edition, 2015)Introduction to Computational Mathematics (2nd Edition, 2015)
Introduction to Computational Mathematics (2nd Edition, 2015)
 
Two-Stage Eagle Strategy with Differential Evolution
Two-Stage Eagle Strategy with Differential EvolutionTwo-Stage Eagle Strategy with Differential Evolution
Two-Stage Eagle Strategy with Differential Evolution
 
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
 
Bat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective OptimisationBat Algorithm for Multi-objective Optimisation
Bat Algorithm for Multi-objective Optimisation
 
Are motorways rational from slime mould's point of view?
Are motorways rational from slime mould's point of view?Are motorways rational from slime mould's point of view?
Are motorways rational from slime mould's point of view?
 
Engineering Optimisation by Cuckoo Search
Engineering Optimisation by Cuckoo SearchEngineering Optimisation by Cuckoo Search
Engineering Optimisation by Cuckoo Search
 
A New Metaheuristic Bat-Inspired Algorithm
A New Metaheuristic Bat-Inspired AlgorithmA New Metaheuristic Bat-Inspired Algorithm
A New Metaheuristic Bat-Inspired Algorithm
 
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
Eagle Strategy Using Levy Walk and Firefly Algorithms For Stochastic Optimiza...
 
Fractals in Small-World Networks With Time Delay
Fractals in Small-World Networks With Time DelayFractals in Small-World Networks With Time Delay
Fractals in Small-World Networks With Time Delay
 
Chaos in Small-World Networks
Chaos in Small-World NetworksChaos in Small-World Networks
Chaos in Small-World Networks
 
Cellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern FormationCellular Automata, PDEs and Pattern Formation
Cellular Automata, PDEs and Pattern Formation
 
Biology-Derived Algorithms in Engineering Optimization
Biology-Derived Algorithms in Engineering OptimizationBiology-Derived Algorithms in Engineering Optimization
Biology-Derived Algorithms in Engineering Optimization
 
Harmony Search as a Metaheuristic Algorithm
Harmony Search as a Metaheuristic AlgorithmHarmony Search as a Metaheuristic Algorithm
Harmony Search as a Metaheuristic Algorithm
 
Cuckoo Search via Levy Flights
Cuckoo Search via Levy FlightsCuckoo Search via Levy Flights
Cuckoo Search via Levy Flights
 

Recently uploaded

一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 

Recently uploaded (20)

一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 

Nature-Inspired Mateheuristic Algorithms: Success and New Challenges

  • 1. Nature-Inspired Mateheuristic Algorithms: Success and New Challenges Xin-She Yang Mathematics and Scientific Computing, National Physical Laboratory, Teddington, TW11 0LW, UK Present Address: School of Science and Technology, Middlesex University, London NW4 4BT, UK Received: July 16, 2012 Accepted: July 18, 2012 Published: July 20, 2012 Citation: Yang XS (2012) Nature-Inspired Mateheuristic Algorithms: Success and New Challenges. J Comput. Eng. Inf. Technol., Vol. 1, Issue 1, pp. 1-3 (2012). doi:10.4172/2324-9307.1000e101 Many business activities require planning and optimization, this is also true for engineering design, Internet routing, transport scheduling, objective-oriented task management and many other design activities. In fact, optimization is everywhere, the most important part of optimization is the core algorithms used to find optimal solutions to a given problem, though in many cases such algorithms may not exist at all. Search Strategy Let us start by asking a question: suppose you are told there is a treasure in a vast forest, and the treasure, such as a big diamond or a million dollars, is your reward; you are given a limited time, say, a week, to find it. What is your best strategy to find this treasure as quickly as possible? One strategy is to search the promising areas in the vast forest yourself, inch by inch, and if the treasure is found, it is yours. As the area is vast, it is obviously impossible to go through every square inch of the area within such a limited time. Another strategy is to hire many people/explorers and you promise them to share information and also share any found treasure. Then, if the number of people is large enough, it may be possible to cover the whole area, but the value of the treasure (say, a million dollars) divided among many (say, ten thousands) people many not worth the effort at all. Alternatively, a more sensible approach is probably to use a small group of people, say, twenty or less than a hundred, to search the promising area, share information while searching, and also update and discuss any possible tactics regularly (each hour or each day). This is in fact a swarm intelligence-based approach. As a way to improve the strategy, you as the organizer of the treasure- hunting team, can review the performance of each member of the group regularly, say every day and fire the lazy ones or the least able explorers, and at the same time replace them by recruiting new team members so as to increase the overall performance. This is in fact the selection of the best or elistim. During the search process, each agent or member of the team can explore the promising region in a quasi-random way. That is, each agent uses the current information to explore any promising area in a local region; if it turns out that no treasure is within this local region, and then the agent can move onto a new, often adjacent, area to do further search. This is the so-called stochastic search strategy. In addition, if each agent is given a walkie talkie, or a mobile phone, to communicate and update their locations and current information, this forms an organized swarm, which may lead to emergent self-organizing behaviour. Imagine a scenario that the team were told that the treasure is hidden at the highest peak of a hilly region in the forest, then they should move towards and climb up the highest peak as quickly as possible; this is essentially a hill-climbing method. If the team were told that the treasure is potentially hidden in a peak but not know which peak, then the group members have to try each possible peak. If they try peak by peak in a sequential manner; that is a hill-climbing with random restart strategy. If they split the group into many small subgroups, then this becomes a
  • 2. parallel hill-climbing strategy. But in reality, there is no such information about the treasure’s location, then the best strategy is still yet to be found. Despite the fact that the best strategy is yet to be found, or may not exist at all, a set of methods have emerged, especially in the last two decades, that they are often surprisingly efficient in practice in solving difficult optimization problems. These methods are called metaheuristic algorithms, and are often nature-inspired, mimicking some successful characteristics in nature. Consequently, these algorithms are also referred to as nature-inspired metaheuristic algorithms. Good examples are Particle Swarm Optimization (PSO), Cuckoo Search (CS) algorithm, Firefly Algorithm (FA), Bat algorithm (BA), Harmony Search (HS), and Ant Colony Optimization (ACO). The increasing popularity of metaheuristics and swarm intelligence has attracted a great deal of attention in engineering and industry. One of the reasons for this popularity is that nature-inspired metaheuristics are versatile and efficient, and such seemingly simple algorithms can deal with very complex optimisation problems. Metaheuristic algorithms form an important part of contemporary global optimization algorithms, computational intelligence and soft computing. Inspiration from Nature Nature-inspired algorithms often use multiple interacting agents. A subset of metaheuristcs are often referred to as Swarm Intelligence (SI) based algorithms, and these SI-based algorithms have been developed by mimicking the so-called swarm intelligence characteristics of biological agents such as birds, fish, humans and others. For example, particle swarm optimization was based on the swarming behaviour of birds and fish [1], while the firefly algorithm was based on the flashing pattern of tropical fireflies [2], and cuckoo search algorithm was inspired by the brood parasitism of some cuckoo species. Nature has been evolving for several hundred million years, and she has found various ingenious solutions to problem-solving and adaption to ever-changing environments. From Darwinian evolution point of view, survival of the fittest will result in the variations and success of species, which can surrive and optimally adapt to environments, and thus selection is a constant pressure that drives the system to improve and adapt for surrival. Any evolutionary advantages over competitors may increase the possibility of reproduction and success of the individuals and the species over the long run. We can learn from nature by mimicking the successful characteristics of complex systems in nature. Nature-inspired algorithms are still at a very early stage with a relatively short history, comparing with many traditional, well-established methods; however, nature-inspire algorithms have already shown their great potential, flexibility and efficiency with ever-increasing diverse ranges of applications. For example, firefly algorithm was developed by Xin- She Yang in 2008 to mimic the flashing and attraction behaviour of fireflies [2], which leads to a nonlinear dynamical system for optimization using multiple interacting fireflies. Amazingly, firefly algorithm can have some significant advantages over other metaheursistics such as genetic algorithms (GA) and PSO. Two of such advantages are: automatic subgrouping and ability to deal with multimodal problems. Fireflies can automatically subdivide into subgroups and each group can potentially swarm around a local optimum, and all optima (obviously including the global optimum) can be obtained simultaneously if the number of fireflies is much higher than the number of modes. Thus, firefly algorithm can handle multimodal problems very efficiently due to this subgrouping ability. The other advantage is that firefly algorithm does not use velocity, there is no such issues associated with velocities as those in PSO. Consequently, firefly algorithm is much simpler to implement.
  • 3. As another example, cuckoo search (CS) was developed by Xin- She Yang and Suash Deb in 2009, based on the brooding behavior of some European cuckoo species. By using cuckoo eggs as solutions to an optimization problem, this algorithm produces excellent convergence and high- quality solutions. Enhanced by Lévy flights, cuckoo search can outperform other algorithms such as PSO, GA and ACO for highly nonlinear, global optimization problems. Both cuckoo search and firefly algorithms have been applied in many areas. A quick Google search, at the time of writing in July 2012, leads to about 144 papers on cuckoo search since 2009 and 225 papers on firefly algorithm and their variants since 2008. They certainly form active research topics in optimization and computational intelligence. New algorithms inspired by natural phenomena, especially biological systems, appear almost every year [1-4]. Even more studies on the extension and improvements on existing algorithms by introducing new components and new applications [3,5]. The literature on these topics is vast, and interested readers can refer to the book by Yang [3] and the references listed in the book. Why Metaheuristics? New researchers often ask “why metaheuristics?”. Indeed, this is a fundamental question to ask in the first steps of solving a given problem. How do we choose the best algorithm and why? We are often puzzled and often surprised by the excellent efficiency of contemporary nature-inspired algorithms. Seemingly simple algorithms can work ‘magic’, even for very tough global optimization problems. Many elaborate and sophisticated conventional algorithms often do not work well, despite the fact that conventional algorithms have been well tested for many years. New SI-based metaheuristics often work much better in practice, even though we may not understand why these algorithms actually work. Empirical observations, vast literature and some preliminary convergence analysis all suggest that metaheuristics do work well. Loosely speaking, the success and popularity of metaheuristics can be attributed to the following three factors: algorithm simplicity, ease for implementation, and solution diversity. Almost all metaheuristic algorithms look simple, and their fundamental characteristics are often derived, directly and indirectly, from nature. Due to the simplicity nature of metaheuristics, they are relatively easy to implement in any programming language. In fact, most algorithms can be coded in fewer than a hundred lines in most programming languages. Such simple algorithms, once implemented properly, can subsequently deal with quite a wide range of optimization problems without much reprogramming. A key factor may be the balance between solution diversity and solution speed. Ideally, we wish to find the global best solution with the minimum computing effort. For a simple problem, especially a unimodal convex problem, efficient algorithms do exist. For example, conventional algorithms such as hill-climbing or steepest descent methods can find the best solutions in an efficient way for a unimodal problmem. However, real-world problems are not linear, and they certainly are not unimodal. The multimodality and complexity of the problem of interest may mean that we cannot find the global optimality with 100% certainty, unless in a very few limited classes of problems. To reduce the computing time, we often have to sacrifice the diversity of solutions, and consequently, often leading to a local search, or the search process is trapped in a local optimum. In order to escape the local optima, we have to increase the diversity of new solutions so as to potentially reach the true global optimality. The diversity of the solutions in the search process can be achieved in many ways, though randomization and stochastic intervention are often used in most metaheuristics. Now a
  • 4. natural question is how to ensure the proper degree of diversity in the solutions? In fact, two major components in metaheustics are local exploitation and global exploration. Local exploitation uses local information obtained in local search, and tries to ensure the maximum convergence, while global exploration tends to explore different feasible regions in the whole search space to ensure the global optimality can be achieved with the maximum likelihood. Obviously, these two components are conflicting, and we have to main a tradeoff or balance. For example, bat algorithm was developed by Xin-She Yang in 2010 by using simple rules based on the frequency tuning and echolocation of microbats. Then, this algorithm turns out to be very efficient for a diverse range of problems, and its binary version have been successfully applied to image processing and classifications. The autozooming ability in microbats is manifested in the bat algorithm as automatic adjustment from exploration to exploitation when the global optimality is approaching. This is the first algorithm of its kind in terms of balancing these two key components. Now the question what is the optimal balance between exploration and exploitation for a given tough optimization task. This is an important question, still without satisfactory answer at the moment. More studies in this area are highly needed. Smart Algorithms or Exotic Approaches? The popularity of metaheuristics often prompts readers to ask “Can algorithms be intelligent?” The short answer is “possibly” or “it depends”. Artificial intelligence has been an active research area for more than half a century, and new areas such as computational intelligence are going strong as ever. However, unless a Turing test can be really passed in the future, truly intelligent algorithms may be still a long way to go. Obviously, we can define the intelligence by different degrees of mimicking the human intelligence. In that sense, we have been trying to incorporate `intelligence’ in the smart algorithms of metaheuristics gradually and incrementally, with some promising results [5]. First, use of memory in the form of selection of the best solutions, elitism and Tabu search is a hint of some intelligence. After all, memory is an important part of human intelligence. Second, connectionism, interactions and share information can also be considered as `intelligence’. Many algorithms such as artificial neural networks use interactions and connectionism to link inputs to outputs in a complex, implicit manner. In many metaheuristics, multiple agents often can share the best solutions found so far so that new search and solutions are guided by such information. Thirdly, many algorithms use the so-called swarm intelligence by use certain rules derived from swarm behaviour. These rules essentially ensure the interactions between multiple agents are guided by local information such as the flashing light used in the firefly algorithm or the individual best solution in history found by individual particles in the particle swarm optimization. Mathematically speaking, these interacting agents form biased interacting Markov chains whose convergence rate can be influenced by the structure of the algorithms. Finally, an algorithm can be called `smart’ if it somehow can automatically adjust its behaviour according to the landscape of the objective functions and the information obtained during the search process. If an algorithm with automatic parameter tuning can adjust its algorithm-dependent parameters automatically so as to increase the rate of convergence and reduce the computing cost [5], it may implicitly act in an `intelligent’ way.
  • 5. Obviously, truly intelligent algorithms may only emerge in the far future, however, whatever the forms they may take, they will have a profound impact in almost every area of science, engineering and industrial applications. New Challenges Despite the increasing popularity of metaheuristics, many crucially important questions remain unanswered. There are two important issues: theoretical framework and the gap between theory and applications. At the moment, the practice of metaheuristics is like heuristic itself, to some extent, by `trial and error’. Mathematical analysis lags far behind, apart from a few, limited, studies on convergence analysis and stability, there is no theoretical framework for analyzing metaheuristic algorithms. I believe mathematical and statistical methods using Markov chains and dynamical systems can be very useful in the future work. There is no doubt that any theoretical progress will provide potentially huge insightful into meteheuristic algorithms. As there lacks a good theoretical framework, there is thus also a huge gap between theory and applications. Though theory lags behind, applications in contrast are very diverse and active with thousands of papers appearing each year. Accompany this problem, there is another important issue; that is, large-scale problems are yet to be tackled at all. At present, most applications have been tested against toy problems or small-scale benchmarks with a few design variables or at most for problems with a few hundred variables. In reality, many design problems in engineering, business and industry may involve thousands or even millions of variables, we have not seen case studies for such large-scale problems in the literature. In fact, there is no indication that the methods that work for toy benchmarks will work equally well for large-scale problems. In addition to the difference in problem size, there may be some fundamental differences for large-scale problems, and thus the methodology could be significantly different. This still remains a very challenging problem both in theory and in practice. These important, unresolved, issues also provide golden opportunities for researchers to rethink existing methodology and approaches differently and more fundamentally, and some significant progress may be made in the next ten years. Obviously, any important progress in theory and/or in large-scale pratice will ultimately alter the research landscape in nature-inspired metaheuristics. Maybe, some day, some truly intelligent, self-evolving algorithms may appear to solve tough optimization problems really efficiently. References 1. Kennedy J, Eberhart R (1995) Particle swarm optimization. Conference on Neural Networks, Piscataway, NJ. 2. Yang X S (2008) Nature-Inspired Metaheuristic Algorithms, Luniver Press, Bristol, UK. 3. Yang X S (2010) EngineeringOptimization: An Introduction with Metaheuristic Applications. John Wiley and Sons, Hoboken, NJ, USA. 4. Koziel S, Yang XS (2011) Computational Optimization, Methods and Algorithms. (1edn) Springer, Germany. 5. Yang X S (2012) Artificial Intelligence, Evolutionary Computing and Metaheuristics. Studies in Computational Intelligence, Springer, Germany.