Nature-Inspired Computing
1,046 Followers
Most cited papers in Nature-Inspired Computing
An accessible introduction to metaheuristics and optimization, featuring powerful and modern algorithms for application across engineering and the sciences From engineering and computer science to economics and management science,... more
Modern metaheuristic algorithms such as bee algorithms and harmony search start to demonstrate their power in dealing with tough optimization problems and even NP-hard problems. This book reviews and introduces the state-of-the-art... more
Bat algorithm (BA) is a recent optimization algorithm based on swarm intelligence and inspiration from the echolocation behavior of bats. One of the issues in the standard bat algorithm is the premature convergence that can occur due to... more
Firefly algorithm (FA) was developed by Xin-She Yang in 2008 and it has 1 become an important tool for solving the hardest optimization problems in almost 2 all areas of optimization as well as engineering practice. The literature has... more
A real-world newspaper distribution problem with recycling policy is tackled in this work. In order to meet all the complex restrictions contained in such a problem, it has been modeled as a rich vehicle routing problem, which can be more... more
Citation Detail: Many problems in science and engineering can be formulated as optimization problems, subject to complex nonlinear constraints. The solutions of highly nonlinear problems usually require sophisticated optimization... more
MOFPA--Multi-objective flower pollination algorithm. This demo solves a bi-objective ZDT function of D=30 (dimensions), which can be extended to solve other multi-objective optimization problems. It is relatively straightforward to extend... more
A supply chain is a system which moves products from a supplier to customers, which plays a very important role in all economic activities. This paper proposes a novel algorithm for a supply chain network design inspired by biological... more
Many optimization problems in science and engineering are challenging to solve, and the current trend is to use swarm intelligence (SI) and SI-based algorithms to tackle such challenging problems. Some significant developments have been... more
The bat algorithm (BA) has been shown to be effective to solve a wider range of optimization problems. However, there is not much theoretical analysis concerning its convergence and stability. In order to prove the convergence of the bat... more
Flower pollination algorithm is a recent metaheuristic algorithm for solving nonlinear global optimization problems. The algorithm has also been extended to solve multiobjective optimization with promising results. In this work, we... more
Combinatorial optimization problems, specially those that are NP-hard, are increasingly being dealt with by stochastic, metaheuristic approaches. Most recently developed metaheuristics are nature-inspired and they are often inspired by... more
Navigation abilities are crucial for survival in nature, and there are a wide range of sophisticated abilities concerning animal navigation and migration. Many applications are related to navigation and routing problems, which are in turn... more
Many applications related to autonomous mobile robots require to explore in an unknown environment searching for static targets, without any a priori information about the environment topology and target locations. Targets in such rescue... more
New Artificial Human Optimization (AHO) Field Algorithms can be created from scratch or by adding the concept of Artificial Humans into other existing Optimization Algorithms. Particle Swarm Optimization (PSO) has been very popular for... more
Data clustering is a technique for clustering set of objects into known number of groups. Several approaches are widely applied to data clustering so that objects within the clusters are similar and objects in different clusters are far... more
Global Optimization Techniques like Genetic Algorithms, Particle Swarm Optimization, Ant Colony Optimization and other optimization techniques were used in literature to solve complex optimization problems. Many optimization algorithms... more
Nature Inspired Optimization Algorithms have become popular for solving complex Optimization problems. Two most popular Global Optimization Algorithms are Genetic Algorithms (GA) and Particle Swarm Optimization (PSO). Of the two, PSO is... more
This presentation introduces the fundamental ideas of nature-inspired optimization algorithms, based on the book by Xin-She Yang, Nature-Inspired Optimization Algorithms, Elsevier (2014). These slides also contain the links to the Matlab... more
This presentation explains the fundamental ideas of the standard Flower Pollination Algorithm (FPA), which also contains the links to the free Matlab codes at Mathswork file exchanges and the animations of numerical simulations (video at... more
This presentation introduces the standard firefly algorithm (FA), which also contains the links to the Matlab code (downloadable at Mathswork File Exchange) and the numerical simulations at Youtube.
The problem of reorganizing branches in an enterprise network is based on a weighted graph problem formulation. The suboptimal solution to this problem is obtained by applying a two-phase algorithm. The first is to decompose the graph... more
Distributed computing opened a wide arena to massively scaled computing applications that were previously unimaginable. Load balancing is a key challenge in distributed network environment especially with dynamic load arrival. Load... more
As new areas of neural computing are trying to make at least one step beyond the definition of digital computing, the neural networks field, was developed around the idea of creating models of real neural systems. The key point is based... more
The standard cuckoo search algorithm is inspired by the evolutionary characteristics of cuckoo-host interactions. This demo solves a function of d=15 dimensions. It is straightforward to extend it to solve other functions and optimization... more