Artificial Fish Swarm Algorithm Faculty: Dr. Abdolreza Mirzaei Presenter : M.Mardfekri Fall of 89-90.

Slides:



Advertisements
Similar presentations
Constraint Programming Peter van Beek University of Waterloo.
Advertisements

Computational Intelligence Winter Term 2011/12 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund.
Artificial Bee Colony Algorithm
Swarm-Based Traffic Simulation
Presentation on Artificial Intelligence
Computational Intelligence Winter Term 2013/14 Prof. Dr. Günter Rudolph Lehrstuhl für Algorithm Engineering (LS 11) Fakultät für Informatik TU Dortmund.
Using Parallel Genetic Algorithm in a Predictive Job Scheduling
Evolutionary Game Algorithm for continuous parameter optimization Alireza Mirian.
Firefly Algorithm by Mr Zamani & Hosseini.
PARTICLE SWARM OPTIMISATION (PSO) Perry Brown Alexander Mathews Image:
Firefly Algorithm By Rasool Tavakoli.
Biologically Inspired Computation Lecture 10: Ant Colony Optimisation.
EE663 Image Processing Edge Detection 5 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Artificial Intelligence Chapter 11: Planning
Optimization via Search CPSC 315 – Programming Studio Spring 2009 Project 2, Lecture 4 Adapted from slides of Yoonsuck Choe.
MAE 552 – Heuristic Optimization Lecture 6 February 6, 2002.
Ant Colony Optimization Algorithms for the Traveling Salesman Problem ACO Kristie Simpson EE536: Advanced Artificial Intelligence Montana State.
D Nagesh Kumar, IIScOptimization Methods: M1L4 1 Introduction and Basic Concepts Classical and Advanced Techniques for Optimization.
Optimization via Search CPSC 315 – Programming Studio Spring 2008 Project 2, Lecture 4 Adapted from slides of Yoonsuck Choe.
Ant Colony Optimization: an introduction
The Study of Life Chapter 1. What is Life? The concept of “living” can be difficult to define, since many qualities of living things can be seen in non-living.
Ant colony optimization algorithms Mykulska Eugenia
1 PSO-based Motion Fuzzy Controller Design for Mobile Robots Master : Juing-Shian Chiou Student : Yu-Chia Hu( 胡育嘉 ) PPT : 100% 製作 International Journal.
Particle Swarm Optimization Algorithms
SWARM INTELLIGENCE IN DATA MINING Written by Crina Grosan, Ajith Abraham & Monica Chis Presented by Megan Rose Bryant.
LEZIONE UNDICI SELF-ORGANIZATION AND EMERGENCE IN DYNAMIC SYSTEMS.
Swarm Computing Applications in Software Engineering By Chaitanya.
Animals use and sense energy to: avoid predators find food and find mates. n.edu/chudler/amaze.ht ml
Swarm Intelligence 虞台文.
Introduction to Earth Science Section 1- What is Earth Science Section 2- Science as a Process.
SWARM INTELLIGENCE Sumesh Kannan Roll No 18. Introduction  Swarm intelligence (SI) is an artificial intelligence technique based around the study of.
(Particle Swarm Optimisation)
The Particle Swarm Optimization Algorithm Nebojša Trpković 10 th Dec 2010.
On Energy-Efficient Trap Coverage in Wireless Sensor Networks Junkun Li, Jiming Chen, Shibo He, Tian He, Yu Gu, Youxian Sun Zhejiang University, China.
Topics in Artificial Intelligence By Danny Kovach.
Ant Colony Optimization. Summer 2010: Dr. M. Ameer Ali Ant Colony Optimization.
The Application of The Improved Hybrid Ant Colony Algorithm in Vehicle Routing Optimization Problem International Conference on Future Computer and Communication,
Particle Swarm Optimization Speaker: Lin, Wei-Kai
Hardware Accelerator for Combinatorial Optimization Fujian Li Advisor: Dr. Areibi.
Particle Swarm Optimization † Spencer Vogel † This presentation contains cheesy graphics and animations and they will be awesome.
Biologically Inspired Computation Ant Colony Optimisation.
Path Planning Based on Ant Colony Algorithm and Distributed Local Navigation for Multi-Robot Systems International Conference on Mechatronics and Automation.
What is Ant Colony Optimization?
An Improved Quantum-behaved Particle Swarm Optimization Algorithm Based on Culture V i   v i 1, v i 2,.. v iD  Gao X. Z 2, Wu Ying 1, Huang Xianlin.
Artificial Intelligence By Mr. Ejaz CIIT Sahiwal Evolutionary Computation.
The Study of Life Chapter 1. What is Life? The concept of “living” can be difficult to define, since many qualities of living things can be seen in non-living.
Swarm Intelligence. Content Overview Swarm Particle Optimization (PSO) – Example Ant Colony Optimization (ACO)
Stut 11 Robot Path Planning in Unknown Environments Using Particle Swarm Optimization Leandro dos Santos Coelho and Viviana Cocco Mariani.
Virtual University of Pakistan
Optimization via Search
Genetic Algorithms.
Scientific Research Group in Egypt (SRGE)
Differential Evolution (DE) and its Variant Enhanced DE (EDE)
Scientific Research Group in Egypt (SRGE)
Scientific Research Group in Egypt (SRGE)
Scientific Research Group in Egypt (SRGE)
Scientific Research Group in Egypt (SRGE)
Scientific Research Group in Egypt (SRGE)
Particle Swarm Optimization
Ant colony segmentation approach for volume delineation in PET.
Advanced Artificial Intelligence Evolutionary Search Algorithm
Dr. Arslan Ornek IMPROVING SEARCH
Computational Intelligence
Pseudo-Boolean Optimization
Overview of SWARM INTELLIGENCE and ANT COLONY OPTIMIZATION
现代智能优化算法-粒子群算法 华北电力大学输配电系统研究所 刘自发 2008年3月 1/18/2019
More on Search: A* and Optimization
Feature space tansformation methods
Artificial Bee Colony Algorithm
Computational Intelligence
Presentation transcript:

Artificial Fish Swarm Algorithm Faculty: Dr. Abdolreza Mirzaei Presenter : M.Mardfekri Fall of 89-90

 Introduction  Biological Background  AF  AF Components  AF Representation Table Of Contents  Extensions To AF  The Algorithm  An Example  Applications  Conclusion

 Artificial fish swarm algorithm (AFSA) is a novel method to search global optimum, which is typical application of behaviorism in artificial intelligence.  The basic idea of AFSA is to imitate the fish behaviors such as preying, swarming, following with local search of fish individual for reaching the global optimum.  it is random and parallel search algorithm. Introduction

 First introduced in Li, X.L.: A New Intelligent Optimization-Artificial Fish Swarm Algorithm. Doctor thesis, Zhejiang University of Zhejiang, China,  Improved in Xiao, J.M., Zheng, X.M., Wang, X.H.: A Modified Artificial Fish-Swarm Algorithm. Proc. of IEEE the 6th World Congress on Intelligent Control and Automation, Dalian China, 2006, pp Introduction

 Artificial Fish (AF) is a fictitious entity of true fish, which is used to carry on the analysis and explanation of problem, and can be realized by using animal ecology concept.  With the aid of the object-oriented analytical method, we can regard it as an entity encapsulated with one’s own data and a series of behaviors  It can accept amazing information of environment by sense organs, and do reaction by the control of tail and fin. Artificial Fish

 The environment in which the artificial fish lives is mainly the solution space and the states of other artificial fish.  Its next behavior depends on its current state and its environmental state.  It influences the environment via its own activities and other companions’ activities. The AF realizes external perception by its vision. Artificial Fish

 The AF model includes two parts (variables and functions).  The variables include: X is the current position of the AF, Step is the moving step length, Visual represents the visual distance, try_number is the try number and C is the crowd factor (0 < C < 1).  The functions include the behaviors of the AF: AF_Prey, AF_Swarm, AF_Follow, AF_Move. AF Components

 AF_Prey: This is a basic biological behavior that tends to the food; generally the fish perceives the concentration of food in water to determine the movement by vision or sense and then chooses the tendency.  AF_Swarm: The fish will assemble in groups naturally in the moving process, which is a kind of living habits in order to guarantee the existence of the colony and avoid dangers. AF Components

 AF_Follow: In the moving process of the fish swarm, when a single fish or several ones find food, the neighborhood partners will trail and reach the food quickly.  AF_Move: Fish swim randomly in water; in fact, they are seeking food or companions in larger ranges. AF Components

 Let X=(x1, x2, …, xn) and Xv=(x1v, x2v, …xnv), then process can be expressed as follows:  AF_Prey Behavior description: Let Xi be the AF current state and select a state Xj randomly in its visual distance, Let Y be the food concentration (objective function value) AF Representation

 If Yi < Yj in the maximum problem, it goes forward a step in this direction, Otherwise, select a state Xj randomly again and judge whether it satisfies the forward condition. If it cannot satisfy after try_number times, it moves a step randomly. AF Representation

 AF_Swarm Behavior description: Let Xi be the AF current state, Xc be the center position and nf be the number of its companions in the current neighborhood (dij <Visual), n is total fish number,  which means that the companion center has more food (higher fitness function value) and is not very crowded, it goes forward a step to the companion center, Otherwise, executes the preying behavior AF Representation

 AF_Follow Behavior description: Let Xi be the AF current state, and it explores the companion Xj in the neighborhood (dij <Visual), which has the greatest Yj  which means that the companion Xj state has higher food concentration (higher fitness function value) and the surroundings is not very crowded, it goes forward a step to the companion Xj. AF Representation

 AF_Move Behavior description: Chooses a state at random in the vision, then it moves towards this state, in fact, it is a default behavior of AF_Prey. AF Representation

 The preying behavior, swarming behavior and following behavior are all local behaviors in some degree.  If the objective functions value is not changed after several iterations, it manifests that the function might fall into local minimum.  If the program continues iteration, every AF’s result will gradually be same and the probability of leaping out local optimum will be smaller Extensions To AF

 To increase the probability to leap out local optimum and attain global optimum, we attempt to add leaping behavior to AF.  AF_Leap: If the objective function is almost the same or difference of the objective functions is smaller than a proportion during the given (m-n) iterations, Chooses some fish randomly in the whole fish swarm, and set parameters randomly to the selected AF. Extensions To AF

 ß is a parameter or a function that can make some fish have other abnormal actions (values), eps is a small constant.  consider the parameter Step, with the increase of the Step, the speed of convergence is accelerated. However, when the increase of the Step is out of a range, the speed of convergence is decelerated, and sometimes the emergence of vibration can influence the speed of convergence greatly Extensions To AF

 Using the adaptive step may prevent the emergence of vibration, increase the convergence speed and enhance the optimization precision.  In the behaviors of AF_Prey, AF_Swarm and AF_Follow, which use the Step parameter in every iteration, the optimized variables (vector) have the various quantity of Step*Rand ( ), Step is a fixed parameter, Rand( ) is a uniformly distributed function. Extensions To AF

 give an adaptive Step method as follow (t means iteration time),  Where a = (1.1 ~ 1.5), N is the all iteration times.  This method has a relation with the iteration time, and gradually decreases the Step, so decreases the various quantities of optimized variables in each iteration time. So we can select the Step more randomly which can guarantee the fast convergence Extensions To AF

Will explained From Picture The Algorithm