Fundamentals of Computational Swarm Intelligence


Book Description

Fundamentals of Computational Swarm Intelligence provides a comprehensive introduction to the new computational paradigm of Swarm Intelligence (SI), a field that emerged from biological research, and is now picking up momentum within the computational research community. Bio-inspired systems are becoming increasingly important research areas for computer scientists, engineers, economists, bioinformaticians, operational researchers, and many other disciplines. This book introduces the reader to the mathematical models of social insects collective behaviour, and shows how they can be used in solving optimization problems. Focusing on the algorithmic implementation of models of swarm behavior, this book: Examines how social network structures are used to exchange information among individuals, and how the aggregate behaviour of these individuals forms a powerful organism. Introduces a compact summary of the formal theory of optimisation. Outlines paradigms with relations to SI, including genetic algorithms, evolutionary programming, evolutionary strategies, cultural algorithms and co-evolution. Looks at the choreographic movements of birds in a flock as a basis for the Particle Swarm Optimization (PSO) models, and provides an extensive treatment of different classes of PSO models. Shows how the behaviour of ants can be used to implement Ant Colony Optimization (ACO) algorithms to solve real-world problems including routing optimization, structure optimization, data mining and data clustering. Considers different classes of optimization problems, including multi-objective optimization, dynamic environments, discrete and continuous search spaces, constrained optimization, and niching. Includes an accompanying website containing Java classes and implementations of the different algorithms that can be used to test PSO and ACO algorithms: http://si.cs.up.ac.za The interdisciplinary nature of this field will make Fundamentals of Computational Swarm Intelligence an essential resource for readers with diverse backgrounds. In addition, it will be an excellent reference for computer scientists, practitioners in business or industry and researchers involved in the analysis, design and simulation of multibody systems. Advanced undergraduates and graduate students in artificial intelligence, collective intelligence and engineering will also find this book an invaluable tool.




Swarm Intelligence


Book Description

Swarm Intelligence: Principles, Advances, and Applications delivers in-depth coverage of bat, artificial fish swarm, firefly, cuckoo search, flower pollination, artificial bee colony, wolf search, and gray wolf optimization algorithms. The book begins with a brief introduction to mathematical optimization, addressing basic concepts related to swarm intelligence, such as randomness, random walks, and chaos theory. The text then: Describes the various swarm intelligence optimization methods, standardizing the variants, hybridizations, and algorithms whenever possible Discusses variants that focus more on binary, discrete, constrained, adaptive, and chaotic versions of the swarm optimizers Depicts real-world applications of the individual optimizers, emphasizing variable selection and fitness function design Details the similarities, differences, weaknesses, and strengths of each swarm optimization method Draws parallels between the operators and searching manners of the different algorithms Swarm Intelligence: Principles, Advances, and Applications presents a comprehensive treatment of modern swarm intelligence optimization methods, complete with illustrative examples and an extendable MATLAB® package for feature selection in wrapper mode applied on different data sets with benchmarking using different evaluation criteria. The book provides beginners with a solid foundation of swarm intelligence fundamentals, and offers experts valuable insight into new directions and hybridizations.




Computational Intelligence


Book Description

Computational Intelligence: An Introduction, Second Edition offers an in-depth exploration into the adaptive mechanisms that enable intelligent behaviour in complex and changing environments. The main focus of this text is centred on the computational modelling of biological and natural intelligent systems, encompassing swarm intelligence, fuzzy systems, artificial neutral networks, artificial immune systems and evolutionary computation. Engelbrecht provides readers with a wide knowledge of Computational Intelligence (CI) paradigms and algorithms; inviting readers to implement and problem solve real-world, complex problems within the CI development framework. This implementation framework will enable readers to tackle new problems without any difficulty through a single Java class as part of the CI library. Key features of this second edition include: A tutorial, hands-on based presentation of the material. State-of-the-art coverage of the most recent developments in computational intelligence with more elaborate discussions on intelligence and artificial intelligence (AI). New discussion of Darwinian evolution versus Lamarckian evolution, also including swarm robotics, hybrid systems and artificial immune systems. A section on how to perform empirical studies; topics including statistical analysis of stochastic algorithms, and an open source library of CI algorithms. Tables, illustrations, graphs, examples, assignments, Java code implementing the algorithms, and a complete CI implementation and experimental framework. Computational Intelligence: An Introduction, Second Edition is essential reading for third and fourth year undergraduate and postgraduate students studying CI. The first edition has been prescribed by a number of overseas universities and is thus a valuable teaching tool. In addition, it will also be a useful resource for researchers in Computational Intelligence and Artificial Intelligence, as well as engineers, statisticians, operational researchers, and bioinformaticians with an interest in applying AI or CI to solve problems in their domains. Check out http://www.ci.cs.up.ac.za for examples, assignments and Java code implementing the algorithms.




Nature-Inspired Computation and Swarm Intelligence


Book Description

Nature-inspired computation and swarm intelligence have become popular and effective tools for solving problems in optimization, computational intelligence, soft computing and data science. Recently, the literature in the field has expanded rapidly, with new algorithms and applications emerging. Nature-Inspired Computation and Swarm Intelligence: Algorithms, Theory and Applications is a timely reference giving a comprehensive review of relevant state-of-the-art developments in algorithms, theory and applications of nature-inspired algorithms and swarm intelligence. It reviews and documents the new developments, focusing on nature-inspired algorithms and their theoretical analysis, as well as providing a guide to their implementation. The book includes case studies of diverse real-world applications, balancing explanation of the theory with practical implementation. Nature-Inspired Computation and Swarm Intelligence: Algorithms, Theory and Applications is suitable for researchers and graduate students in computer science, engineering, data science, and management science, who want a comprehensive review of algorithms, theory and implementation within the fields of nature inspired computation and swarm intelligence. Introduces nature-inspired algorithms and their fundamentals, including: particle swarm optimization, bat algorithm, cuckoo search, firefly algorithm, flower pollination algorithm, differential evolution and genetic algorithms as well as multi-objective optimization algorithms and others Provides a theoretical foundation and analyses of algorithms, including: statistical theory and Markov chain theory on the convergence and stability of algorithms, dynamical system theory, benchmarking of optimization, no-free-lunch theorems, and a generalized mathematical framework Includes a diversity of case studies of real-world applications: feature selection, clustering and classification, tuning of restricted Boltzmann machines, travelling salesman problem, classification of white blood cells, music generation by artificial intelligence, swarm robots, neural networks, engineering designs and others




Foundations of Computational Intelligence Volume 3


Book Description

Global optimization is a branch of applied mathematics and numerical analysis that deals with the task of finding the absolutely best set of admissible conditions to satisfy certain criteria / objective function(s), formulated in mathematical terms. Global optimization includes nonlinear, stochastic and combinatorial programming, multiobjective programming, control, games, geometry, approximation, algorithms for parallel architectures and so on. Due to its wide usage and applications, it has gained the attention of researchers and practitioners from a plethora of scientific domains. Typical practical examples of global optimization applications include: Traveling salesman problem and electrical circuit design (minimize the path length); safety engineering (building and mechanical structures); mathematical problems (Kepler conjecture); Protein structure prediction (minimize the energy function) etc. Global Optimization algorithms may be categorized into several types: Deterministic (example: branch and bound methods), Stochastic optimization (example: simulated annealing). Heuristics and meta-heuristics (example: evolutionary algorithms) etc. Recently there has been a growing interest in combining global and local search strategies to solve more complicated optimization problems. This edited volume comprises 17 chapters, including several overview Chapters, which provides an up-to-date and state-of-the art research covering the theory and algorithms of global optimization. Besides research articles and expository papers on theory and algorithms of global optimization, papers on numerical experiments and on real world applications were also encouraged. The book is divided into 2 main parts.




Fundamentals of Computational Intelligence


Book Description

Provides an in-depth and even treatment of the three pillars of computational intelligence and how they relate to one another This book covers the three fundamental topics that form the basis of computational intelligence: neural networks, fuzzy systems, and evolutionary computation. The text focuses on inspiration, design, theory, and practical aspects of implementing procedures to solve real-world problems. While other books in the three fields that comprise computational intelligence are written by specialists in one discipline, this book is co-written by current former Editor-in-Chief of IEEE Transactions on Neural Networks and Learning Systems, a former Editor-in-Chief of IEEE Transactions on Fuzzy Systems, and the founding Editor-in-Chief of IEEE Transactions on Evolutionary Computation. The coverage across the three topics is both uniform and consistent in style and notation. Discusses single-layer and multilayer neural networks, radial-basis function networks, and recurrent neural networks Covers fuzzy set theory, fuzzy relations, fuzzy logic interference, fuzzy clustering and classification, fuzzy measures and fuzzy integrals Examines evolutionary optimization, evolutionary learning and problem solving, and collective intelligence Includes end-of-chapter practice problems that will help readers apply methods and techniques to real-world problems Fundamentals of Computational intelligence is written for advanced undergraduates, graduate students, and practitioners in electrical and computer engineering, computer science, and other engineering disciplines.




Foundations of Computational Intelligence


Book Description

Foundations of Computational Intelligence Volume 4: Bio-Inspired Data Mining Theoretical Foundations and Applications Recent advances in the computing and electronics technology, particularly in sensor devices, databases and distributed systems, are leading to an exponential growth in the amount of data stored in databases. It has been estimated that this amount doubles every 20 years. For some applications, this increase is even steeper. Databases storing DNA sequence, for example, are doubling their size every 10 months. This growth is occurring in several applications areas besides bioinformatics, like financial transactions, government data, environmental mo- toring, satellite and medical images, security data and web. As large organizations recognize the high value of data stored in their databases and the importance of their data collection to support decision-making, there is a clear demand for - phisticated Data Mining tools. Data mining tools play a key role in the extraction of useful knowledge from databases. They can be used either to confirm a parti- lar hypothesis or to automatically find patterns. In the second case, which is - lated to this book, the goal may be either to describe the main patterns present in dataset, what is known as descriptive Data Mining or to find patterns able to p- dict behaviour of specific attributes or features, known as predictive Data Mining. While the first goal is associated with tasks like clustering, summarization and association, the second is found in classification and regression problems.




Developing Intelligent Agent Systems


Book Description

Build your own intelligent agent system... Intelligent agent technology is a tool of modern computer science that can be used to engineer complex computer programmes that behave rationally in dynamic and changing environments. Applications range from small programmes that intelligently search the Web buying and selling goods via electronic commerce, to autonomous space probes. This powerful technology is not widely used, however, as developing intelligent agent software requires high levels of training and skill. The authors of this book have developed and tested a methodology and tools for developing intelligent agent systems. With this methodology (Prometheus) developers can start agent-oriented designs and implementations easily from scratch saving valuable time and resources. Developing Intelligent Agent Systems not only answers the questions “what are agents?” and “why are they useful?” but also the crucial question: “how do I design and build intelligent agent systems?” The book covers everything a practitioner needs to know to begin to effectively use this technology - including an introduction to the notion of agents, a description of the concepts involved, and a software engineering methodology. Read on for: a practical step-by-step introduction to designing and building intelligent agent systems. a full life-cycle methodology for developing intelligent agent systems covering specification, analysis, design and implementation of agents. PDT: Prometheus Design Tool – software support for the Prometheus design process. the example of an electronic bookstore to illustrate the design process throughout the book. Electronic resources including the Prometheus Design Tool (PDT), can be found at: http://www.cs.rmit.edu.au/agents/prometheus This book is aimed at industrial software developers, software engineers and at advanced undergraduate students. It assumes knowledge of basic software engineering but does not require knowledge of Artificial Intelligence or of mathematics. Familiarity with Java will help in reading the examples in chapter 10.




Handbook of Swarm Intelligence


Book Description

From nature, we observe swarming behavior in the form of ant colonies, bird flocking, animal herding, honey bees, swarming of bacteria, and many more. It is only in recent years that researchers have taken notice of such natural swarming systems as culmination of some form of innate collective intelligence, albeit swarm intelligence (SI) - a metaphor that inspires a myriad of computational problem-solving techniques. In computational intelligence, swarm-like algorithms have been successfully applied to solve many real-world problems in engineering and sciences. This handbook volume serves as a useful foundational as well as consolidatory state-of-art collection of articles in the field from various researchers around the globe. It has a rich collection of contributions pertaining to the theoretical and empirical study of single and multi-objective variants of swarm intelligence based algorithms like particle swarm optimization (PSO), ant colony optimization (ACO), bacterial foraging optimization algorithm (BFOA), honey bee social foraging algorithms, and harmony search (HS). With chapters describing various applications of SI techniques in real-world engineering problems, this handbook can be a valuable resource for researchers and practitioners, giving an in-depth flavor of what SI is capable of achieving.




Fundamentals of Natural Computing


Book Description

Natural computing brings together nature and computing to develop new computational tools for problem solving; to synthesize natural patterns and behaviors in computers; and to potentially design novel types of computers. Fundamentals of Natural Computing: Basic Concepts, Algorithms, and Applications presents a wide-ranging survey of novel techniqu