paper-with-me

홈 › Papers

Can Bio-Inspired Swarm Algorithms Scale to Modern Societal Problems

2019-05-20 · Darren M. Chitty, Elizabeth Wanner, Rakhi Parmar, Peter R. Lewis

Taking inspiration from nature for meta-heuristics has proven popular and relatively successful. Many are inspired by the collective intelligence exhibited by insects, fish and birds. However, there is a question over their scalability to the types of complex problems experienced in the modern world. Natural systems evolved to solve simpler problems effectively, replicating these processes for complex problems may suffer from inefficiencies. Several causal factors can impact scalability; computational complexity, memory requirements or pure problem intractability. Supporting evidence is provided using a case study in Ant Colony Optimisation (ACO) regards tackling increasingly complex real-world fleet optimisation problems. This paper hypothesizes that contrary to common intuition, bio-inspired collective intelligence techniques by their very nature exhibit poor scalability in cases of high dimensionality when large degrees of decision making are required. Facilitating scaling of bio-inspired algorithms necessitates reducing this decision making. To support this hypothesis, an enhanced Partial-ACO technique is presented which effectively reduces ant decision making. Reducing the decision making required by ants by up to 90% results in markedly improved effectiveness and reduced runtimes for increasingly complex fleet optimisation problems. Reductions in traversal timings of 40-50% are achieved for problems with up to 45 vehicles and 437 jobs.

📄 PDF Abstract BibTeX arXiv:1905.08126

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Epigenetic opportunities for Evolutionary Computation

2021-08-10 · Sizhe Yuen, Thomas H. G. Ezard, Adam J. Sobey

Evolutionary Computation is a group of biologically inspired algorithms used to solve complex optimisation problems. It can be split into Evolutionary Algorithms, which take inspiration from genetic inheritance, and Swar…

Evolutionary Algorithms

A Brief Review of Nature-Inspired Algorithms for Optimization

2013-07-16 · Iztok Fister Jr., Xin-She Yang, Iztok Fister, Janez Brest 외

Swarm intelligence and bio-inspired algorithms form a hot topic in the developments of new algorithms inspired by nature. These nature-inspired metaheuristic algorithms can be based on swarm intelligence, biological syst…

Whale swarm algorithm for function optimization

2017-02-11 · Bing Zeng, Liang Gao, Xinyu Li

Increasing nature-inspired metaheuristic algorithms are applied to solving the real-world optimization problems, as they have some advantages over the classical methods of numerical optimization. This paper has proposed …

Fitness Dependent Optimizer: Inspired by the Bee Swarming Reproductive Process

2019-04-10 · Jaza M. Abdullah, Tarik A. Rashid

In this paper, a novel swarm intelligent algorithm is proposed, known as the fitness dependent optimizer (FDO). The bee swarming reproductive process and their collective decision-making have inspired this algorithm; it …

Decision Making

Honeybees-inspired heuristic algorithms for numerical optimisation

2015-04-22 · Muharrem Düğenci

Swarm intelligence is all about developing collective behaviours to solve complex, ill-structured and large-scale problems. Efficiency in collective behaviours depends on how to harmonise the individual contributions so …