Ferdowsi University of Mashhad, Iran 2 Robotics Laboratory, Department of Electrical Engineering, University of Neyshabur, Iran

Size: px
Start display at page:

Download "Ferdowsi University of Mashhad, Iran 2 Robotics Laboratory, Department of Electrical Engineering, University of Neyshabur, Iran"

Transcription

1 Volume 5, Issue 4, 2015 ISSN: X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Description of Attraction-Repulsion Forces by Probabilistic Fuzzy Logic for Handling Uncertainty in Swarm Aggregations 1 Samane Sharif * 2 Alireza Rowhanimanesh 1 Center of Excellence on Soft Computing and Intelligent Information Processing (SCIIP), Ferdowsi University of Mashhad, Iran 2 Robotics Laboratory, Department of Electrical Engineering, University of Neyshabur, Iran Abstract Attraction-repulsion forces are widely used to describe the interactions among individuals in natural and artificial swarm aggregations from macro to nano scale. In most of the previous works, it is assumed that these forces are mathematically describable by deterministic functions. But there exist two crucial problems for mathematical modeling of attraction-repulsion forces in real swarms especially in micro and nano scales. First, taking sampling data by measuring the available forces among individuals is difficult and costly; therefore, system identification techniques cannot be used for finding crisp mathematical models. Instead, experts can usually describe forces linguistically based on the acquired knowledge from observations. Second, due to the presence of non-deterministic uncertainty in addition to deterministic uncertainty, forces among individuals cannot be described deterministically; thus, the stochastic behaviour of forces should be considered in mathematical modeling. In contrast to the prior researches, this paper benefits from probabilistic fuzzy logic to address both of the above-mentioned problems. Simulation results demonstrate that the proposed approach is an efficient method for handling uncertainty in swarm aggregations. Keywords Swarm Aggregation - Attraction-Repulsion Forces Deterministic Uncertainty Non-deterministic Uncertainty - Probabilistic Fuzzy Logic I. INTRODUCTION In recent years, considerable researches have been performed on multi-agent systems and specially swarm intelligence. This field of research is currently recognized as a promising applied paradigm in distributed artificial intelligence. Swarm intelligence have a very wide range of applications from mathematics, physics and biology such as modeling the dynamics of ants, bees, moving particles and micro-organisms to engineering problems like distributed computing, wireless sensor networks, traffic control, and swarm robotics. More importantly, swarm intelligence can be considered as a powerful approach for realizing collective artificial intelligence in swarms of very simple nano-scale agents that is a hot research topic in today s nanorobotics ([1]-[5]). Previous studies on the behaviour of natural swarms in physics and biology demonstrates that the cooperative behaviour among particles or individuals in a swarm have very important benefits in reaching the final goal like finding food, avoiding enemy, reaching nest, etc. Ant colony, bees, bacteria, fishes and birds are all well-known samples of natural swarms. The central question in studying the behaviour of swarms is: How can a swarm reach its final goal intelligently while its individuals are very simple and they individually have not any notable intelligence? Studies in swarm intelligence have answered this question. Indeed, the mystery of success in a swarm lies in the interactions among individuals. A famous sentence of 1+1=3 points to this fact that good local interactions among very simple individuals in a swarm can lead to an emerging collective intelligence, called swarm intelligence, which can globally generate complex self-organized patterns. Inspired by the dynamics of particle swarms in physics and biology, in recent decades, special focus has been performed on artificial attraction-repulsion forces to mathematically model the interactions among individuals in a swarm. In this paradigm, the force that two individuals apply to each other is a function of their distance from each other. Previous researches demonstrate that this approach can be widely used for modeling the dynamics of swarms from macro to nano; however it is promisingly applicable for natural and artificial micro and nano scale swarms. Some of the previous works are reviewed. Different studies have been performed on the effect of interactions among individuals on the dynamics of natural and artificial swarms ([6]-[9]). Gazy and Passino ([10]-[12]) mathematically modeled the emerging collective behaviour of swarms by attraction-repulsion forces among individuals and introduced the fundamental concept of swarm stability as an analytical tool for studying swarm dynamics. Moreover, Liu and Passino [13] considered swarm stability in the presence of uncertainty, in which, noise takes effect on the interactions among individuals. Many researches have been done on mathematical modeling of swarm aggregation by attraction-repulsion forces and different models have been proposed ([14]-[25]). These models, as basic algorithms, can be broadly applied to simulate multi-agent and multi-robot systems ([26]-[28]). For example in [29], attraction and repulsion forces are employed for target tracking and obstacle 2015, IJARCSSE All Rights Reserved Page 16

2 avoidance, respectively. In comparison to the earlier works, in [30], fuzzy logic is employed for modeling the dynamics and stability of swarm aggregation, where force functions are described by fuzzy if-then rules. In most of the previous works, it is assumed that these forces can be mathematically modeled by deterministic functions, either crisp or fuzzy. But in this paper, we show that there exist two crucial problems for mathematical modeling of attraction-repulsion forces in natural swarms especially in micro and nano scales which cannot be simultaneously addressed by previous works. In contrast, this paper proposes a novel approach based on probabilistic fuzzy logic to deal with both of these problems. Simulation results demonstrate that the proposed approach is an efficient method for handling both types of deterministic and non-deterministic uncertainty in swarm aggregations. II. PROPOSED APPROACH A. Conventional Model of Swarm Aggregation Fig.1 shows a swarm of N individuals, in which, interactions among individuals can be described by attractionrepulsion forces. The force between each two individuals is a function of the distance between them. The velocity of each individual is highly affected by the forces that other individuals apply to it. According to the prior researches in the literature ([10]-[13]), the governing equation of motion for each individual in the swarm of Fig.1 is: x i N = j =1,j i F x i x j x i x j, i = 1,, N (1) wherex i = x i 1, x i i 2,, x n R n is the position of individualiin n-dimensional space,x j is the position of individualj, F. : R Ris the force that individualjapplies to individualiandit is a function of x i x j,andx i is the velocity of individuali. Fig1. Inter-individual interactions in form of attraction-repulsion forces in the presence of both types of uncertainty. Different functions have been already proposed forf. in the literature ([6]-[30]). Inspired by these works, in this paper, we focus on the following force function: F d ij = f r (d ij ) f a (d ij ) + f n (d ij ) (2) whered ij = x i x j is the Euclidean distance between individualsiandj, f r andf a are positive force functions which describe repulsion and attraction, respectively.f n (d ij )isthe stochastic term of force (noise) whose characteristics can be a function ofd ij. Usually, the mean off n (d ij )is zero for all distances and there exists an equilibrium distance between two individuals, in which, attraction and repulsion forces are equal. If distance is less than this value, F is repulsive (f r > f a ), and repulsion is increased by decreasing the distance. If distance is larger than equilibrium distance, F is attractive(f r < f a ), and attraction is increased by increasing the distance (untilreaching athreshold distance). B. Inter-individual Interactions in Presence of Uncertainty It is very important to note that in most of the previous researches, it is assumed that the deterministic terms of forcein Eq.2 (i.e.f r andf a ) can be mathematically modeled by deterministic functions including crisp functions (in mostcases) and fuzzy modeling (in rare cases). Also, the non-deterministic term of force (i.e.f n ) is supposed to bemodeled via one of the familiar probability distribution functions (PDFs). To obtain accurate model for inter-individual interactions, the model of forces should be very close to actual forces. But there exist two crucial problems for mathematical modeling of forces in natural swarms especially in micro and nano scales. First, taking sampling data by measuring the available forces among individuals is difficult and costly; therefore, system identification techniques cannot be used for finding crisp mathematical models. Instead, usually experts can linguistically describe forces based on the acquired knowledge from observations. Second, due to the presence of stochastic uncertainty, forces among individuals cannot be described deterministically; thus, the stochastic behaviour of forces should be considered in mathematical modeling. As mentioned in Section 1, only a few of previous works have used fuzzy logic to address the first problem, but theirproposed approaches are not powerful enough to deal with the second problem. It should be mentioned that fuzzy logic is a very good technique for handling deterministic uncertainty. But real world is full of the both types of uncertainty including deterministic (possibilistic) and non-deterministic (probabilistic or stochastic). So, fuzzy logic cannot individually deal with non-deterministic uncertainty. On the other hand, probability theory is a well-known classical method for working on this type of uncertainty. But as a fundamental feature of probability theory, it is based on conventional mathematics which uses crisp functions for describing probability distribution functions. Therefore, finding accurate approximation for the crisp functions of PDFs still has all difficulties of the first problem mentioned above, and probability theory is not individually desirable and applicable for our purpose. As an alternative, we have been inspired 2015, IJARCSSE All Rights Reserved Page 17

3 by the sentence of Prof. Zadeh, the father of fuzzy logic and computing with words, which says the fuzzy logic and probability theory are complementary rather than competitive. So, we must look for a synergic combination of fuzzy logic and probability theory. In this paper, we benefit from Probabilistic Fuzzy Logic, as a powerful method in soft computing ([31]-[36]), to simultaneously handle deterministic and non-deterministic uncertainty in mathematical modeling of forces. In the proposed method, force is modeled by a probabilistic fuzzy system. In contrast to the previous works, the proposed approach could efficiently address both of the above-mentioned problems. C. Probabilistic Fuzzy Approach Regarding the important property of universal function approximation, fuzzy systems are very efficient approach for handling deterministic uncertainty which plays a central role in approximating functions using expert's linguistic knowledge. In fuzzy systems, the consequent part of a fuzzy if-then rule consists of only one fuzzy set: Rule l: if d is A l then F f is B l And the relation between input (d)andoutput (F f ) is: F f (d) = M l=1 μ A l (d) C B l M l=1 μ A l (d) where μ A l (. ) is the membership function (MF) of A l (the antecedent part of the l th rule), C B l is the center of B l (the consequent part of thel th rule), andmis the number of rules in fuzzy rule base. Comparing the above equation with Eq.2 demonstrates that a fuzzy system is able to approximate the deterministic part of force (f r (d) f a (d)), but cannot handle stochastic part (f n (d)). In contrast to fuzzy systems, in probabilistic fuzzy systems, the consequent part of a probabilistic fuzzy rule contains different fuzzy sets (B l 1, B l 2,..., B l K ) with different corresponding probabilities(p l 1, p l 2,..., p l K ): Rule l: if d is A l then F pf is l l B 1 with probability p 1 and l l B 2 with probability p 2 and l l B K with probability p K And the relation between input (d) and output (F pf ) is: F PF (d) = M l=1 μ A l (d) C Bk l M l=1 μ A l (d) l where p 1 l + p 2 l p K l = 1. wherec l Bk is the center ofb k that is selected amongb l 1, B l 2,..., B l K by a random selection mechanism according to the corresponding probability valuesp l 1, p l 2,..., p l K. It should be mentioned that in this study, we use Mamdani inference engine, centers average defuzzifier and roulette wheel selection mechanism. Fig.2 schematically shows the roulette wheel selection mechanism as well as the probability vector that have been used in the simulation study of the present paper. More details about probabilistic fuzzy systems are available in ([31]-[36]). Comparing Eq.4 with Eq.2 shows that probabilistic fuzzy system can simultaneously approximate both deterministic and non-deterministic parts of force. (3) (4) Fig.2. The roulette wheel selection mechanism and the probability vector used in the simulation study. It is very important to note that the proposed approach is not restricted to familiar PDFs such as uniform and normal distributions, when any arbitrary probability distribution can be easily approximated by probabilistic fuzzy logic. Therefore, probabilistic fuzzy systems can be considered as efficient approach for mathematical modeling of the force of Eq.2. Finally, after approximating the actual force of Eq.2 by the probabilistic fuzzy system of Eq.4, the governing equation of swarm in Eq.1 is converted to: x i N = j =1,j i F pf x i x j x i x j, i = 1,, N (5) Simulation results in the next section demonstrate that the proposed approach can approximate the dynamics of the given actual swarm accurately in the presence of both types of uncertainty. 2015, IJARCSSE All Rights Reserved Page 18

4 Fig.3. Actual force (the average of force is displayed as a solid blue plot). III. SIMULATION RESULTS In this section, we aim to demonstrate the efficiency of the proposed approach in approximating the dynamics of actual swarms in comparison with fuzzy approach. Without loss of generality, swarms have been simulated in twodimensional space in MATLAB. For this purpose, we have simulated three different swarms. First, the actual swarm of Eq.1 with the actual force of Eq.2, where f r d ij = 6 2, f d a d ij = 4, and f ij d n d ij is a zero-mean Gaussian noise ij whose standard deviation is proportional to d ij. Fig.3 represents this force. Second, the approximated model of Eq.5 with fuzzy force of Eq.3, where the fuzzy system has 11 rules. Fig.4 shows the antecedent MFs and the centers of the consequent MFs of the fuzzy system. Third, the approximated model of Eq.5 with probabilistic-fuzzy force of Eq.4, where the probabilistic fuzzy system has 11 rules and its antecedent MFs are as same as the fuzzy system of Fig.4. The consequent part of each probabilistic fuzzy rule contains 14 MFs and 14 probability values which are displayed in Fig.5. In this simulation, each swarm has 9 individuals. Fig.6 depicts the trajectory of individuals from three random initial positions for the above-mentioned three swarms. This figure compares the generated spatial patterns by the actual swarm with fuzzy model and the proposed probabilistic fuzzy model. Also, Fig.7 illustrates the temporal changes in the position of one of the individuals (for example) for each test of Fig.6. The spatial and temporal patterns of Figures 6 and 7 clearly demonstrate that the generated pattern by fuzzy model is deterministic and could not approximate the stochastic behaviour of the actual swarm. In contrast, the proposed probabilistic fuzzy model could efficiently approximate the deterministic and non-deterministic dynamics of the actual swarm and generate similar patterns. These results show that the proposed approach can be considered as a powerful modeling tool for approximating the global spatial-temporal patterns generated by actual swarms, especially in micro and nano scales which are full of deterministic and non-deterministic uncertainty. (a) (b) Fig.4. Fuzzy approximation of force: a) Antecedent MFs, b) Centers of the consequent MFs. Fig.5. Probabilistic fuzzy approximation of force: Thel th plot is related to the consequent part of thel th rule, in which, the horizontal axis shows the center valuesc Bk l and the vertical axis illustrates their corresponding probability valuesp k l, wherek = 1,2,, , IJARCSSE All Rights Reserved Page 19

5 (a) (b) (c) Fig.6. Trajectory of individuals from 3 random initial positions (denoted by cross x ). This figure compares the actual swarm with fuzzy model and the proposed probabilistic fuzzy model. (a) 2015, IJARCSSE All Rights Reserved Page 20

6 (b) (c) Fig.7. The temporal changes in the position of one of the individuals for Tests a-c of Fig.6. In each case, the top, middle and bottom plots are related to actual, fuzzy and probabilistic fuzzy swarms, respectively. IV. CONCLUSIONS In many natural and artificial swarms, especially in micro and nano scales, interactions among individuals can be described by attraction-repulsion forces. In most of the previous works, these forces are mathematically modeled by deterministic functions, either crisp or fuzzy, that cannot efficiently handle non-deterministic uncertainty in modeling. In this paper, we benefits from probabilistic fuzzy logic to simultaneously handle deterministic and non-deterministic uncertainty in mathematical modeling of forces. The performance of the proposed approach was compared with fuzzy method in approximating the dynamics of a given actual swarm thorough computer simulation. The results demonstrated that the proposed probabilistic fuzzy model could effectively model both deterministic and non-deterministic dynamics of the actual swarm and generate similar patterns, while the generated pattern by fuzzy model was deterministic and could not approximate the stochastic behavior of the actual swarm. Generally, the new approach is a promising modeling technique for accurate approximation of the global spatial-temporal patterns generated by actual swarms, especially in micro and nano scales, where the dynamics of swarms are highly affected by both deterministic and non-deterministic uncertainty. REFERENCES [1] A. Rowhanimanesh and M-R. Akbarzadeh-T, Control of Low-Density Lipoprotein Concentration in the Arterial Wall by Proportional Drug-Encapsulated Nanoparticles, IEEE Transactions on Nanobioscience, vol. 11, no. 4, pp , [2] A. Rowhanimanesh and M-R. Akbarzadeh-T, Autonomous Drug-encapsulated Nanoparticles: Towards a Novel Non-invasive Approach to Prevention of Atherosclerosis, Iranian Journal of Medical Physics, vol. 10, no. 2, pp , [3] A. Rowhanimanesh, Swarm Control Systems for Nanomedicine and Its Application to the Prevention of Atherosclerosis, Ph.D. Dissertation of Control Engineering, Faculty Advisor: Prof. M-R. Akbarzadeh-T, Ferdowsi University of Mashhad, [4] F. Razmi, R. Kardehi Moghadam and A. Rowhanimanesh, Control of Cancer Growth Using Two Input Autonomous Fuzzy Nanoparticles, NANO: Brief Reports and Reviews, vol.10, no.4, [5] F. Razmi, R. Kardehi Moghadam and A. Rowhanimanesh, Control of Cancer Growth Using Single Input Autonomous Fuzzy Nanoparticles, Journal of Fuzzy Set Valued Analysis, no.1, pp , , IJARCSSE All Rights Reserved Page 21

7 [6] Iain D. Couzin and Jens Krause, Self-Organization and Collective Behavior in Vertebrates, Journal of Advances in the Study of Behavior, vol. 32, pp. 1-75, [7] E. Boabeau, M. Dorigo, and G. Theraulaz, Swarm Intelligence: From Natural to Artificial Systems, Oxford University Press, Oxford, [8] Shi, L.Wang, T. Chu and F. Xiao, Self-organization of general multi-agent systems with complex interactions, in Proc. IEEE/RSJ International Conference on Intelligent Robots and Systems, 2006, pp [9] S. W. Ekanayake and P. N. Pathirana, Formations of Robotic Swarm: An Artificial Force Based Approach, International Journal of Advanced Robotic Systems, vol. 7, no. 3, pp , [10] V. Gazi and K. M. Passino, Stability Analysis of Swarms, IEEE Transactions on Automatic Control, vol. 48, no. 4, pp , [11] V. Gazi and K. M. Passino, A class of attractions/repulsion functions for stable swarm aggregations, International Journal of Control, vol. 77, no. 18, pp , [12] V. Gazi and K. M. Passino, Stability Analysis of Social Foraging Swarms, IEEE Transactions On Systems, Man, And Cybernetics, vol. 34, no. 1, pp , [13] Y. Liu and K. M. Passino, Stable Social Foraging Swarms in a Noisy Environment, IEEE Transactions on Automatic Control, vol. 49, no. 1, pp , [14] D. H. Kim, H. O. Wang, G. Ye and S. Shin, Decentralized Control of Autonomous Swarm Systems Using Artificial Potential Functions: Analytical Design Guidelines, in Proc. IEEE Conference on Decision and Control, Atlantis,2004, pp [15] A. J. Leverentz, C. M. Topaz, and A. J. Bernoff, Asymptotic Dynamics of Attractive-Repulsive Swarms, SIAM Journal on Applied Dynamical Systems,vol. 8, no. 3, pp , [16] H. Shi and G. Xie, Collective Dynamics of Swarms with a New Attraction/Repulsion Function, Mathematical Problems in Engineering, Article ID , [17] Z. Xue, Z. Liu, C. Feng and J. Zeng, Stability Analysis of Exponential Type Stochastic Swarms with Time- Delay, International Journal of Innovative Management, Information & Production, vol. 2, no. 3, pp. 1-12, [18] P. Romanczuk and L. Schimansky-Geier, Swarming and pattern formation due to selective attraction and repulsion, Interface focus: a theme supplement of Journal of the Royal Society interface, vol. 2, no. 6, pp , [19] H. Hashimoto, S. Aso, S. Yokota, A. Sasaki, Y. Ohyama and H. Kobayashi, Stability analysis of social foraging swarm with general nonlinear attraction and repulsion forces and interaction time delays, in Proc. IEEE International Symposium on Industrial Electronics, Cambridge,2008, pp [20] J. Hu, J. Yao and Lei Wang, Cohesiveness analysis of hybrid swarm systems based on artificial potential functions, in Proc. The International Conference on Modelling, Identification and Control, Okayama,2010, pp [21] L. Shu, Y. Zheng, H. Shao and W. Pan, Aggregation stability of multiple agents with general nonlinear attraction and repulsion forces, in Proc. IEEE International Conference on Control and Automation, Christchurch, 2009, pp [22] X. Li, J. Xiao and Z. Cai, Stable swarming by mutual interactions of Attraction/Alignment/Repulsion, in Proc. IEEE Conference on Decision and Control, Cancun,2008, pp [23] W. Pan and Y. Zheng, "Aggregation stability of multiple agents with general nonlinear attraction/repulsion forces and interaction time delays," in Proc. Conference on Control and Decision (CCDC), Guiyang, 2013, pp [24] R.C. Fetecau and Y. Huang, "Equilibria of biological aggregations with nonlocal repulsive attractive interactions," Journal of Physica D: Nonlinear Phenomena, vol. 260, no. 1, pp , [25] J.A. Carrillo, Y. Huang and S. Martin, "Nonlinear stability of flock solutions in second-order swarming models," Journal of Nonlinear Analysis: Real World Applications,vol. 17, no., pp , [26] V. Gazi, Swarm aggregations using artificial potentials and sliding mode control, IEEE Transactions on Robotics, vol. 21, no. 6, pp , [27] R. P. Leland and R. P. Samples, Coordination of systems of mobile robots with social potential functions, Ph.D. Dissertation, University of Alabama Tuscaloosa, AL, USA, [28] C. Depouhon, M. Masciotta,E. Garone and A. Gasparri, "Swarm aggregation with a multi-robot system composed of three robotic units: A closed form analysis," in Proc. Conference of Control and Automation (MED), Palermo,2014, pp [29] H. Hashimoto, S. Aso, S. Yokota, A. Sasaki, Y. Ohyama and H. Kobayashi, Stability of swarm robot based on local forces of local swarms, in Proc. SICE Annual Conference, Tokyo, 2008, [30] L. T. T. Nga and L. H. Lan, Aggregation stability of multiple agents with fuzzy attraction and repulsion forces, in Proc. International Conference on Methods and Models in Automation and Robotics (MMAR), Miedzyzdroje, 2013, pp [31] H. Meghdadi and M. R. Akbarzadeh-T., Probabilistic Fuzzy Logic and Probabilistic Fuzzy Systems, in Proc. International Conference on Fuzzy Systems. Melbourne, 2001, pp [32] A. H. Meghdadi and M. R. Akbarzadeh-T., Uncertainty Modeling through Probabilistic Fuzzy Systems, in Proc. Int. Symposium on Uncertainty Modeling and Analysis, Maryland,2003, pp , IJARCSSE All Rights Reserved Page 22

8 [33] U. Kaymak and W.-M. v. d. Bergh, A Fuzzy Additive Reasoning Scheme for Probabilistic Mamdani Fuzzy Systems, in Proc. International Conference on Fuzzy Systems, 2003, pp [34] Z. LIU and H.-X. LI, Probabilistic Fuzzy Logic System: a tool to process stochastic and imprecise information, in Proc. International Conference on Fuzzy Systems. Korea,2009, pp [35] S. Sharif and M-R. Akbarzadeh-T, Self-Organized Probabilistic Fuzzy Network for Handling Inconsistent Data, in Proc. Iranian Conference on Fuzzy Systems, [36] S. Sharif, Distributed Decision Making Using Probabilistic Fuzzy Rules, M. Eng. thesis, Ferdowsi University of Mashhad, Mashhad, Iran,Faculty Advisor: Prof. M-R. Akbarzadeh-T, Sep , IJARCSSE All Rights Reserved Page 23

Problems in swarm dynamics and coordinated control

Problems in swarm dynamics and coordinated control 27 1 2010 1 : 1000 8152(2010)01 0086 08 Control Theory & Applications Vol. 27 No. 1 Jan. 2010,,,, (, 100871) :,.,,.,. : ; ; ; ; ; ; : TP13; TP18; O23; N941 : A Problems in swarm dynamics and coordinated

More information

Cooperative Control and Mobile Sensor Networks

Cooperative Control and Mobile Sensor Networks Cooperative Control and Mobile Sensor Networks Cooperative Control, Part I, A-C Naomi Ehrich Leonard Mechanical and Aerospace Engineering Princeton University and Electrical Systems and Automation University

More information

Consensus Analysis of Networked Multi-agent Systems

Consensus Analysis of Networked Multi-agent Systems Physics Procedia Physics Procedia 1 1 11 Physics Procedia 3 1 191 1931 www.elsevier.com/locate/procedia Consensus Analysis of Networked Multi-agent Systems Qi-Di Wu, Dong Xue, Jing Yao The Department of

More information

Flocking of Discrete-time Multi-Agent Systems with Predictive Mechanisms

Flocking of Discrete-time Multi-Agent Systems with Predictive Mechanisms Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 Flocing of Discrete-time Multi-Agent Systems Predictive Mechanisms Jingyuan Zhan, Xiang Li Adaptive Networs and Control

More information

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 1, 2016, pp. 159-169. ISSN 2454-3896 International Academic Journal of

More information

SWARMING, or aggregations of organizms in groups, can

SWARMING, or aggregations of organizms in groups, can IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 539 Stability Analysis of Social Foraging Swarms Veysel Gazi, Member, IEEE, and Kevin M. Passino, Senior

More information

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Module - 2 Lecture - 4 Introduction to Fuzzy Logic Control In this lecture today, we will be discussing fuzzy

More information

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Bharat Solanki Abstract The optimal capacitor placement problem involves determination of the location, number, type

More information

Takagi Sugeno Fuzzy Sliding Mode Controller Design for a Class of Nonlinear System

Takagi Sugeno Fuzzy Sliding Mode Controller Design for a Class of Nonlinear System Australian Journal of Basic and Applied Sciences, 7(7): 395-400, 2013 ISSN 1991-8178 Takagi Sugeno Fuzzy Sliding Mode Controller Design for a Class of Nonlinear System 1 Budiman Azzali Basir, 2 Mohammad

More information

IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 53, NO. 7, AUGUST /$ IEEE

IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 53, NO. 7, AUGUST /$ IEEE IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL 53, NO 7, AUGUST 2008 1643 Asymptotically Optimal Decentralized Control for Large Population Stochastic Multiagent Systems Tao Li, Student Member, IEEE, and

More information

Swarm Aggregation Algorithms for Multi-Robot Systems. Andrea Gasparri. Engineering Department University Roma Tre ROMA TRE

Swarm Aggregation Algorithms for Multi-Robot Systems. Andrea Gasparri. Engineering Department University Roma Tre ROMA TRE Swarm Aggregation Algorithms for Multi-Robot Systems Andrea Gasparri gasparri@dia.uniroma3.it Engineering Department University Roma Tre ROMA TRE UNIVERSITÀ DEGLI STUDI Ming Hsieh Department of Electrical

More information

A Systematic and Simple Approach for Designing Takagi-Sugeno Fuzzy Controller with Reduced Data

A Systematic and Simple Approach for Designing Takagi-Sugeno Fuzzy Controller with Reduced Data A Systematic and Simple Approach for Designing Takagi-Sugeno Fuzzy Controller with Reduced Data Yadollah Farzaneh, Ali Akbarzadeh Tootoonchi Department of Mechanical Engineering Ferdowsi University of

More information

Divergence measure of intuitionistic fuzzy sets

Divergence measure of intuitionistic fuzzy sets Divergence measure of intuitionistic fuzzy sets Fuyuan Xiao a, a School of Computer and Information Science, Southwest University, Chongqing, 400715, China Abstract As a generation of fuzzy sets, the intuitionistic

More information

Collective Movement Method for Swarm Robot based on a Thermodynamic Model

Collective Movement Method for Swarm Robot based on a Thermodynamic Model Collective Movement Method for Swarm Robot based on a Thermodynamic Model Kouhei YAMAGISHI, Tsuyoshi SUZUKI Graduate School of Engineering Tokyo Denki University Tokyo, Japan Abstract In this paper, a

More information

Weighted Fuzzy Time Series Model for Load Forecasting

Weighted Fuzzy Time Series Model for Load Forecasting NCITPA 25 Weighted Fuzzy Time Series Model for Load Forecasting Yao-Lin Huang * Department of Computer and Communication Engineering, De Lin Institute of Technology yaolinhuang@gmail.com * Abstract Electric

More information

Recent Advances in Consensus of Multi-Agent Systems

Recent Advances in Consensus of Multi-Agent Systems Int. Workshop on Complex Eng. Systems and Design, Hong Kong, 22 May 2009 Recent Advances in Consensus of Multi-Agent Systems Jinhu Lü Academy of Mathematics and Systems Science Chinese Academy of Sciences

More information

Previous Accomplishments. Focus of Research Iona College. Focus of Research Iona College. Publication List Iona College. Journals

Previous Accomplishments. Focus of Research Iona College. Focus of Research Iona College. Publication List Iona College. Journals Network-based Hard/Soft Information Fusion: Soft Information and its Fusion Ronald R. Yager, Tel. 212 249 2047, E-Mail: yager@panix.com Objectives: Support development of hard/soft information fusion Develop

More information

Solving Numerical Optimization Problems by Simulating Particle-Wave Duality and Social Information Sharing

Solving Numerical Optimization Problems by Simulating Particle-Wave Duality and Social Information Sharing International Conference on Artificial Intelligence (IC-AI), Las Vegas, USA, 2002: 1163-1169 Solving Numerical Optimization Problems by Simulating Particle-Wave Duality and Social Information Sharing Xiao-Feng

More information

DYNAMICS AND CHAOS CONTROL OF NONLINEAR SYSTEMS WITH ATTRACTION/REPULSION FUNCTION

DYNAMICS AND CHAOS CONTROL OF NONLINEAR SYSTEMS WITH ATTRACTION/REPULSION FUNCTION International Journal of Bifurcation and Chaos, Vol. 18, No. 8 (2008) 2345 2371 c World Scientific Publishing Company DYNAMICS AND CHAOS CONTROL OF NONLINEAR SYSTEMS WITH ATTRACTION/REPULSION FUNCTION

More information

Fuzzy reliability using Beta distribution as dynamical membership function

Fuzzy reliability using Beta distribution as dynamical membership function Fuzzy reliability using Beta distribution as dynamical membership function S. Sardar Donighi 1, S. Khan Mohammadi 2 1 Azad University of Tehran, Iran Business Management Department (e-mail: soheila_sardar@

More information

Repetitive control mechanism of disturbance rejection using basis function feedback with fuzzy regression approach

Repetitive control mechanism of disturbance rejection using basis function feedback with fuzzy regression approach Repetitive control mechanism of disturbance rejection using basis function feedback with fuzzy regression approach *Jeng-Wen Lin 1), Chih-Wei Huang 2) and Pu Fun Shen 3) 1) Department of Civil Engineering,

More information

Design of Fuzzy Logic Control System for Segway Type Mobile Robots

Design of Fuzzy Logic Control System for Segway Type Mobile Robots Original Article International Journal of Fuzzy Logic and Intelligent Systems Vol. 15, No. 2, June 2015, pp. 126-131 http://dx.doi.org/10.5391/ijfis.2015.15.2.126 ISSNPrint) 1598-2645 ISSNOnline) 2093-744X

More information

FUZZY TIME SERIES FORECASTING MODEL USING COMBINED MODELS

FUZZY TIME SERIES FORECASTING MODEL USING COMBINED MODELS International Journal of Management, IT & Engineering Vol. 8 Issue 8, August 018, ISSN: 49-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

More information

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University Directory Table of Contents Begin Article Fuzzy Logic Controllers - Tutorial Robert Fullér

More information

Consensus seeking on moving neighborhood model of random sector graphs

Consensus seeking on moving neighborhood model of random sector graphs Consensus seeking on moving neighborhood model of random sector graphs Mitra Ganguly School of Physical Sciences, Jawaharlal Nehru University, New Delhi, India Email: gangulyma@rediffmail.com Timothy Eller

More information

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator International Core Journal of Engineering Vol.3 No.6 7 ISSN: 44-895 A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator Yanna Si Information Engineering College Henan

More information

RESEARCH SUMMARY ASHKAN JASOUR. February 2016

RESEARCH SUMMARY ASHKAN JASOUR. February 2016 RESEARCH SUMMARY ASHKAN JASOUR February 2016 My background is in systems control engineering and I am interested in optimization, control and analysis of dynamical systems, robotics, machine learning,

More information

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 2, 74-85 Original scientific paper MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH Roy, S. S. Department of Mechanical Engineering,

More information

A New Method to Forecast Enrollments Using Fuzzy Time Series

A New Method to Forecast Enrollments Using Fuzzy Time Series International Journal of Applied Science and Engineering 2004. 2, 3: 234-244 A New Method to Forecast Enrollments Using Fuzzy Time Series Shyi-Ming Chen a and Chia-Ching Hsu b a Department of Computer

More information

Available online at ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95

Available online at  ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 20 (2013 ) 90 95 Complex Adaptive Systems, Publication 3 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller

A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller International Journal of Engineering and Applied Sciences (IJEAS) A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller K.A. Akpado, P. N. Nwankwo, D.A. Onwuzulike, M.N. Orji

More information

Traffic Signal Control with Swarm Intelligence

Traffic Signal Control with Swarm Intelligence 009 Fifth International Conference on Natural Computation Traffic Signal Control with Swarm Intelligence David Renfrew, Xiao-Hua Yu Department of Electrical Engineering, California Polytechnic State University

More information

The Evolution of Animal Grouping and Collective Motion

The Evolution of Animal Grouping and Collective Motion The Evolution of Animal Grouping and Collective Motion Vishwesha Guttal and Iain D. Couzin Department of Ecology and Evolutionary Biology, Princeton University Department of Theoretical Physics, Tata Institute

More information

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer ANALYSIS AND STABILITY OF FUZZY SYSTEMS Ralf Mikut and Forschungszentrum Karlsruhe GmbH, Germany Keywords: Systems, Linear Systems, Nonlinear Systems, Closed-loop Systems, SISO Systems, MISO systems, MIMO

More information

Lecture 06. (Fuzzy Inference System)

Lecture 06. (Fuzzy Inference System) Lecture 06 Fuzzy Rule-based System (Fuzzy Inference System) Fuzzy Inference System vfuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. Fuzzy Inference

More information

The Design of Sliding Mode Controller with Perturbation Estimator Using Observer-Based Fuzzy Adaptive Network

The Design of Sliding Mode Controller with Perturbation Estimator Using Observer-Based Fuzzy Adaptive Network ransactions on Control, utomation and Systems Engineering Vol. 3, No. 2, June, 2001 117 he Design of Sliding Mode Controller with Perturbation Estimator Using Observer-Based Fuzzy daptive Network Min-Kyu

More information

Index Terms Vague Logic, Linguistic Variable, Approximate Reasoning (AR), GMP and GMT

Index Terms Vague Logic, Linguistic Variable, Approximate Reasoning (AR), GMP and GMT International Journal of Computer Science and Telecommunications [Volume 2, Issue 9, December 2011] 17 Vague Logic in Approximate Reasoning ISSN 2047-3338 Supriya Raheja, Reena Dadhich and Smita Rajpal

More information

CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS

CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS In the last chapter fuzzy logic controller and ABC based fuzzy controller are implemented for nonlinear model of Inverted Pendulum. Fuzzy logic deals with imprecision,

More information

Intuitionistic Fuzzy Logic Control for Washing Machines

Intuitionistic Fuzzy Logic Control for Washing Machines Indian Journal of Science and Technology, Vol 7(5), 654 661, May 2014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Intuitionistic Fuzzy Logic Control for Washing Machines Muhammad Akram *, Shaista

More information

INTELLIGENT CONTROL OF DYNAMIC SYSTEMS USING TYPE-2 FUZZY LOGIC AND STABILITY ISSUES

INTELLIGENT CONTROL OF DYNAMIC SYSTEMS USING TYPE-2 FUZZY LOGIC AND STABILITY ISSUES International Mathematical Forum, 1, 2006, no. 28, 1371-1382 INTELLIGENT CONTROL OF DYNAMIC SYSTEMS USING TYPE-2 FUZZY LOGIC AND STABILITY ISSUES Oscar Castillo, Nohé Cázarez, and Dario Rico Instituto

More information

The Problem. Sustainability is an abstract concept that cannot be directly measured.

The Problem. Sustainability is an abstract concept that cannot be directly measured. Measurement, Interpretation, and Assessment Applied Ecosystem Services, Inc. (Copyright c 2005 Applied Ecosystem Services, Inc.) The Problem is an abstract concept that cannot be directly measured. There

More information

Formation Control of Mobile Robots with Obstacle Avoidance using Fuzzy Artificial Potential Field

Formation Control of Mobile Robots with Obstacle Avoidance using Fuzzy Artificial Potential Field Formation Control of Mobile Robots with Obstacle Avoidance using Fuzzy Artificial Potential Field Abbas Chatraei Department of Electrical Engineering, Najafabad Branch, Islamic Azad University, Najafabad,

More information

Fuzzy Logic and Computing with Words. Ning Xiong. School of Innovation, Design, and Engineering Mälardalen University. Motivations

Fuzzy Logic and Computing with Words. Ning Xiong. School of Innovation, Design, and Engineering Mälardalen University. Motivations /3/22 Fuzzy Logic and Computing with Words Ning Xiong School of Innovation, Design, and Engineering Mälardalen University Motivations Human centric intelligent systems is a hot trend in current research,

More information

Research Article P-Fuzzy Diffusion Equation Using Rules Base

Research Article P-Fuzzy Diffusion Equation Using Rules Base Applied Mathematics, Article ID, pages http://dx.doi.org/.// Research Article P-Fuzzy Diffusion Equation Using Rules Base Jefferson Leite, R. C. Bassanezi, Jackellyne Leite, and Moiseis Cecconello Federal

More information

Abstract. Keywords. Introduction

Abstract. Keywords. Introduction Abstract Benoit E., Foulloy L., Symbolic sensors, Proc of the 8th International Symposium on Artificial Intelligence based Measurement and Control (AIMaC 91), Ritsumeikan University, Kyoto, Japan, september

More information

1038. Adaptive input estimation method and fuzzy robust controller combined for active cantilever beam structural system vibration control

1038. Adaptive input estimation method and fuzzy robust controller combined for active cantilever beam structural system vibration control 1038. Adaptive input estimation method and fuzzy robust controller combined for active cantilever beam structural system vibration control Ming-Hui Lee Ming-Hui Lee Department of Civil Engineering, Chinese

More information

Takagi-Sugeno-Kang Fuzzy Structures in Dynamic System Modeling

Takagi-Sugeno-Kang Fuzzy Structures in Dynamic System Modeling Takagi-Sugeno-Kang Fuzzy Structures in Dynamic System Modeling L. Schnitman 1, J.A.M. Felippe de Souza 2 and T. Yoneyama 1 leizer@ele.ita.cta.br; felippe@demnet.ubi.pt; takashi@ele.ita.cta.br 1 Instituto

More information

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer 772 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer Avdhesh Sharma and MLKothari Abstract-- The paper deals with design of fuzzy

More information

A Residual Gradient Fuzzy Reinforcement Learning Algorithm for Differential Games

A Residual Gradient Fuzzy Reinforcement Learning Algorithm for Differential Games International Journal of Fuzzy Systems manuscript (will be inserted by the editor) A Residual Gradient Fuzzy Reinforcement Learning Algorithm for Differential Games Mostafa D Awheda Howard M Schwartz Received:

More information

Stable Flocking Motion of Mobile Agents Following a Leader in Fixed and Switching Networks

Stable Flocking Motion of Mobile Agents Following a Leader in Fixed and Switching Networks International Journal of Automation and Computing 1 (2006) 8-16 Stable Flocking Motion of Mobile Agents Following a Leader in Fixed and Switching Networks Hui Yu, Yong-Ji Wang Department of control science

More information

Fuzzy Local Trend Transform based Fuzzy Time Series Forecasting Model

Fuzzy Local Trend Transform based Fuzzy Time Series Forecasting Model Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. VI (2011), No. 4 (December), pp. 603-614 Fuzzy Local Trend Transform based Fuzzy Time Series Forecasting Model J. Dan,

More information

Balancing and Control of a Freely-Swinging Pendulum Using a Model-Free Reinforcement Learning Algorithm

Balancing and Control of a Freely-Swinging Pendulum Using a Model-Free Reinforcement Learning Algorithm Balancing and Control of a Freely-Swinging Pendulum Using a Model-Free Reinforcement Learning Algorithm Michail G. Lagoudakis Department of Computer Science Duke University Durham, NC 2778 mgl@cs.duke.edu

More information

ARTIFICIAL INTELLIGENCE

ARTIFICIAL INTELLIGENCE BABEŞ-BOLYAI UNIVERSITY Faculty of Computer Science and Mathematics ARTIFICIAL INTELLIGENCE Solving search problems Informed local search strategies Nature-inspired algorithms March, 2017 2 Topics A. Short

More information

Using Fuzzy Logic as a Complement to Probabilistic Radioactive Waste Disposal Facilities Safety Assessment -8450

Using Fuzzy Logic as a Complement to Probabilistic Radioactive Waste Disposal Facilities Safety Assessment -8450 Using Fuzzy Logic as a Complement to Probabilistic Radioactive Waste Disposal Facilities Safety Assessment -8450 F. L. De Lemos CNEN- National Nuclear Energy Commission; Rua Prof. Mario Werneck, s/n, BH

More information

Situation. The XPS project. PSO publication pattern. Problem. Aims. Areas

Situation. The XPS project. PSO publication pattern. Problem. Aims. Areas Situation The XPS project we are looking at a paradigm in its youth, full of potential and fertile with new ideas and new perspectives Researchers in many countries are experimenting with particle swarms

More information

A Method of HVAC Process Object Identification Based on PSO

A Method of HVAC Process Object Identification Based on PSO 2017 3 45 313 doi 10.3969 j.issn.1673-7237.2017.03.004 a a b a. b. 201804 PID PID 2 TU831 A 1673-7237 2017 03-0019-05 A Method of HVAC Process Object Identification Based on PSO HOU Dan - lin a PAN Yi

More information

FUZZY SLIDING MODE CONTROL DESIGN FOR A CLASS OF NONLINEAR SYSTEMS WITH STRUCTURED AND UNSTRUCTURED UNCERTAINTIES

FUZZY SLIDING MODE CONTROL DESIGN FOR A CLASS OF NONLINEAR SYSTEMS WITH STRUCTURED AND UNSTRUCTURED UNCERTAINTIES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 7, July 2013 pp. 2713 2726 FUZZY SLIDING MODE CONTROL DESIGN FOR A CLASS

More information

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Journal of Electrical Engineering 3 (205) 30-35 doi: 07265/2328-2223/2050005 D DAVID PUBLISHING Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Olga

More information

X. F. Wang, J. F. Chen, Z. G. Shi *, and K. S. Chen Department of Information and Electronic Engineering, Zhejiang University, Hangzhou , China

X. F. Wang, J. F. Chen, Z. G. Shi *, and K. S. Chen Department of Information and Electronic Engineering, Zhejiang University, Hangzhou , China Progress In Electromagnetics Research, Vol. 118, 1 15, 211 FUZZY-CONTROL-BASED PARTICLE FILTER FOR MANEUVERING TARGET TRACKING X. F. Wang, J. F. Chen, Z. G. Shi *, and K. S. Chen Department of Information

More information

Stability of interval positive continuous-time linear systems

Stability of interval positive continuous-time linear systems BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES, Vol. 66, No. 1, 2018 DOI: 10.24425/119056 Stability of interval positive continuous-time linear systems T. KACZOREK Białystok University of

More information

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM Dr.S.Chandrasekaran, Associate Professor and Head, Khadir Mohideen College, Adirampattinam E.Tamil Mani, Research Scholar, Khadir Mohideen

More information

Self-Organization and Collective Decision Making in Animal and Human Societies

Self-Organization and Collective Decision Making in Animal and Human Societies Self-Organization and Collective Decision Making... Frank Schweitzer SYSS Dresden 31 March 26 1 / 23 Self-Organization and Collective Decision Making in Animal and Human Societies Frank Schweitzer fschweitzer@ethz.ch

More information

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic

Improvement of Process Failure Mode and Effects Analysis using Fuzzy Logic Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vol. 371, pp 822-826 doi:10.4028/www.scientific.net/amm.371.822 2013 Trans Tech Publications, Switzerland Improvement of Process Failure

More information

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5].

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5]. Hybrid particle swarm algorithm for solving nonlinear constraint optimization problems BINGQIN QIAO, XIAOMING CHANG Computers and Software College Taiyuan University of Technology Department of Economic

More information

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION 141 CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION In most of the industrial processes like a water treatment plant, paper making industries, petrochemical industries,

More information

ADAPTIVE DESIGN OF CONTROLLER AND SYNCHRONIZER FOR LU-XIAO CHAOTIC SYSTEM

ADAPTIVE DESIGN OF CONTROLLER AND SYNCHRONIZER FOR LU-XIAO CHAOTIC SYSTEM ADAPTIVE DESIGN OF CONTROLLER AND SYNCHRONIZER FOR LU-XIAO CHAOTIC SYSTEM WITH UNKNOWN PARAMETERS Sundarapandian Vaidyanathan 1 1 Research and Development Centre, Vel Tech Dr. RR & Dr. SR Technical University

More information

EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER

EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER Zhen Zhen 1, Jun Young Lee 2, and Abdus Saboor 3 1 Mingde College, Guizhou University, China zhenz2000@21cn.com 2 Department

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

Vehicle Networks for Gradient Descent in a Sampled Environment

Vehicle Networks for Gradient Descent in a Sampled Environment Proc. 41st IEEE Conf. Decision and Control, 22 Vehicle Networks for Gradient Descent in a Sampled Environment Ralf Bachmayer and Naomi Ehrich Leonard 1 Department of Mechanical and Aerospace Engineering

More information

Towards Smooth Monotonicity in Fuzzy Inference System based on Gradual Generalized Modus Ponens

Towards Smooth Monotonicity in Fuzzy Inference System based on Gradual Generalized Modus Ponens 8th Conference of the European Society for Fuzzy Logic and Technology (EUSFLAT 2013) Towards Smooth Monotonicity in Fuzzy Inference System based on Gradual Generalized Modus Ponens Phuc-Nguyen Vo1 Marcin

More information

Mathematical Aspects of Self-Organized Dynamics

Mathematical Aspects of Self-Organized Dynamics October 30, 205 Mathematical Aspects of Self-Organized Dynamics Consensus, Emergence of Leaders, and Social Hydrodynamics By Eitan Tadmor Simulation of agent-based V icsek dynamics and the corresponding

More information

NEURAL NETWORK WITH VARIABLE TYPE CONNECTION WEIGHTS FOR AUTONOMOUS OBSTACLE AVOIDANCE ON A PROTOTYPE OF SIX-WHEEL TYPE INTELLIGENT WHEELCHAIR

NEURAL NETWORK WITH VARIABLE TYPE CONNECTION WEIGHTS FOR AUTONOMOUS OBSTACLE AVOIDANCE ON A PROTOTYPE OF SIX-WHEEL TYPE INTELLIGENT WHEELCHAIR International Journal of Innovative Computing, Information and Control ICIC International c 2006 ISSN 1349-4198 Volume 2, Number 5, October 2006 pp. 1165 1177 NEURAL NETWORK WITH VARIABLE TYPE CONNECTION

More information

Application of Fuzzy Logic and Uncertainties Measurement in Environmental Information Systems

Application of Fuzzy Logic and Uncertainties Measurement in Environmental Information Systems Fakultät Forst-, Geo- und Hydrowissenschaften, Fachrichtung Wasserwesen, Institut für Abfallwirtschaft und Altlasten, Professur Systemanalyse Application of Fuzzy Logic and Uncertainties Measurement in

More information

A New Approach to Control of Robot

A New Approach to Control of Robot A New Approach to Control of Robot Ali Akbarzadeh Tootoonchi, Mohammad Reza Gharib, Yadollah Farzaneh Department of Mechanical Engineering Ferdowsi University of Mashhad Mashhad, IRAN ali_akbarzadeh_t@yahoo.com,

More information

B-Positive Particle Swarm Optimization (B.P.S.O)

B-Positive Particle Swarm Optimization (B.P.S.O) Int. J. Com. Net. Tech. 1, No. 2, 95-102 (2013) 95 International Journal of Computing and Network Technology http://dx.doi.org/10.12785/ijcnt/010201 B-Positive Particle Swarm Optimization (B.P.S.O) Muhammad

More information

Completion Time of Fuzzy GERT-type Networks with Loops

Completion Time of Fuzzy GERT-type Networks with Loops Completion Time of Fuzzy GERT-type Networks with Loops Sina Ghaffari 1, Seyed Saeid Hashemin 2 1 Department of Industrial Engineering, Ardabil Branch, Islamic Azad university, Ardabil, Iran 2 Department

More information

Consensus Tracking for Multi-Agent Systems with Nonlinear Dynamics under Fixed Communication Topologies

Consensus Tracking for Multi-Agent Systems with Nonlinear Dynamics under Fixed Communication Topologies Proceedings of the World Congress on Engineering and Computer Science Vol I WCECS, October 9-,, San Francisco, USA Consensus Tracking for Multi-Agent Systems with Nonlinear Dynamics under Fixed Communication

More information

Stability Analysis of One-Dimensional Asynchronous Swarms

Stability Analysis of One-Dimensional Asynchronous Swarms 1848 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL 48, NO 10, OCTOBER 003 Stability Analysis of One-Dimensional Asynchronous Swarms Yang Liu, Kevin M Passino, and Marios Polycarpou Abstract Coordinated swarm

More information

A Note to Robustness Analysis of the Hybrid Consensus Protocols

A Note to Robustness Analysis of the Hybrid Consensus Protocols American Control Conference on O'Farrell Street, San Francisco, CA, USA June 9 - July, A Note to Robustness Analysis of the Hybrid Consensus Protocols Haopeng Zhang, Sean R Mullen, and Qing Hui Abstract

More information

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems Journal of Applied Mathematics Volume 2013, Article ID 757391, 18 pages http://dx.doi.org/10.1155/2013/757391 Research Article A Novel Differential Evolution Invasive Weed Optimization for Solving Nonlinear

More information

Graph rigidity-based formation control of planar multi-agent systems

Graph rigidity-based formation control of planar multi-agent systems Louisiana State University LSU Digital Commons LSU Doctoral Dissertations Graduate School 213 Graph rigidity-based formation control of planar multi-agent systems Xiaoyu Cai Louisiana State University

More information

Time-varying Algorithm for Swarm Robotics

Time-varying Algorithm for Swarm Robotics IEEE/CAA JOURNAL OF AUTOMATICA SINICA, VOL 5, NO 1, JANUARY 2018 217 Time-varying Algorithm for Swarm Robotics Ligang Hou, Fangwen Fan, Jingyan Fu, and Jinhui Wang Abstract Ever since the concept of swarm

More information

Formation Stabilization of Multiple Agents Using Decentralized Navigation Functions

Formation Stabilization of Multiple Agents Using Decentralized Navigation Functions Formation Stabilization of Multiple Agents Using Decentralized Navigation Functions Herbert G. Tanner and Amit Kumar Mechanical Engineering Department University of New Mexico Albuquerque, NM 873- Abstract

More information

New Neural Architectures and New Adaptive Evaluation of Chaotic Time Series

New Neural Architectures and New Adaptive Evaluation of Chaotic Time Series New Neural Architectures and New Adaptive Evaluation of Chaotic Time Series Tutorial for the 2008-IEEE-ICAL Sunday, August 31, 2008 3 Hours Ivo Bukovsky, Jiri Bila, Madan M. Gupta, and Zeng-Guang Hou OUTLINES

More information

Virtual leader approach to coordinated control of multiple mobile agents with asymmetric interactions

Virtual leader approach to coordinated control of multiple mobile agents with asymmetric interactions Physica D 213 (2006) 51 65 www.elsevier.com/locate/physd Virtual leader approach to coordinated control of multiple mobile agents with asymmetric interactions Hong Shi, Long Wang, Tianguang Chu Intelligent

More information

depending only on local relations. All cells use the same updating rule, Time advances in discrete steps. All cells update synchronously.

depending only on local relations. All cells use the same updating rule, Time advances in discrete steps. All cells update synchronously. Swarm Intelligence Systems Cellular Automata Christian Jacob jacob@cpsc.ucalgary.ca Global Effects from Local Rules Department of Computer Science University of Calgary Cellular Automata One-dimensional

More information

Constrained State Estimation Using the Unscented Kalman Filter

Constrained State Estimation Using the Unscented Kalman Filter 16th Mediterranean Conference on Control and Automation Congress Centre, Ajaccio, France June 25-27, 28 Constrained State Estimation Using the Unscented Kalman Filter Rambabu Kandepu, Lars Imsland and

More information

Rule-Based Fuzzy Model

Rule-Based Fuzzy Model In rule-based fuzzy systems, the relationships between variables are represented by means of fuzzy if then rules of the following general form: Ifantecedent proposition then consequent proposition The

More information

Uncertain System Control: An Engineering Approach

Uncertain System Control: An Engineering Approach Uncertain System Control: An Engineering Approach Stanisław H. Żak School of Electrical and Computer Engineering ECE 680 Fall 207 Fuzzy Logic Control---Another Tool in Our Control Toolbox to Cope with

More information

Lecture 1: Introduction & Fuzzy Control I

Lecture 1: Introduction & Fuzzy Control I Lecture 1: Introduction & Fuzzy Control I Jens Kober Robert Babuška Knowledge-Based Control Systems (SC42050) Cognitive Robotics 3mE, Delft University of Technology, The Netherlands 12-02-2018 Lecture

More information

FUZZY-ARITHMETIC-BASED LYAPUNOV FUNCTION FOR DESIGN OF FUZZY CONTROLLERS Changjiu Zhou

FUZZY-ARITHMETIC-BASED LYAPUNOV FUNCTION FOR DESIGN OF FUZZY CONTROLLERS Changjiu Zhou Copyright IFAC 5th Triennial World Congress, Barcelona, Spain FUZZY-ARITHMTIC-BASD LYAPUNOV FUNCTION FOR DSIGN OF FUZZY CONTROLLRS Changjiu Zhou School of lectrical and lectronic ngineering Singapore Polytechnic,

More information

KEYWORDS: fuzzy set, fuzzy time series, time variant model, first order model, forecast error.

KEYWORDS: fuzzy set, fuzzy time series, time variant model, first order model, forecast error. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A NEW METHOD FOR POPULATION FORECASTING BASED ON FUZZY TIME SERIES WITH HIGHER FORECAST ACCURACY RATE Preetika Saxena*, Satyam

More information

A general modeling framework for swarms

A general modeling framework for swarms Delft University of Technology Delft Center for Systems and Control Technical report 08-002 A general modeling framework for swarms J. van Ast, R. Babuška, and B. De Schutter If you want to cite this report,

More information

Research Article Design of PDC Controllers by Matrix Reversibility for Synchronization of Yin and Yang Chaotic Takagi-Sugeno Fuzzy Henon Maps

Research Article Design of PDC Controllers by Matrix Reversibility for Synchronization of Yin and Yang Chaotic Takagi-Sugeno Fuzzy Henon Maps Abstract and Applied Analysis Volume 212, Article ID 35821, 11 pages doi:1.1155/212/35821 Research Article Design of PDC Controllers by Matrix Reversibility for Synchronization of Yin and Yang Chaotic

More information

FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY

FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY Jarkko Niittymäki Helsinki University of Technology, Laboratory of Transportation Engineering P. O. Box 2100, FIN-0201

More information

A Parallel Evolutionary Approach to Multi-objective Optimization

A Parallel Evolutionary Approach to Multi-objective Optimization A Parallel Evolutionary Approach to Multi-objective Optimization Xiang Feng Francis C.M. Lau Department of Computer Science, The University of Hong Kong, Hong Kong Abstract Evolutionary algorithms have

More information

Stability of Amygdala Learning System Using Cell-To-Cell Mapping Algorithm

Stability of Amygdala Learning System Using Cell-To-Cell Mapping Algorithm Stability of Amygdala Learning System Using Cell-To-Cell Mapping Algorithm Danial Shahmirzadi, Reza Langari Department of Mechanical Engineering Texas A&M University College Station, TX 77843 USA danial_shahmirzadi@yahoo.com,

More information

M odeling and sim ula ting the forag ing system in multi2source groups w ith random d isturbances

M odeling and sim ula ting the forag ing system in multi2source groups w ith random d isturbances 3 4 Vol. 3. 4 20088 CAA I Transactions on Intelligent System s Aug. 2008,, (,150001) :..... 2,,,. Starlogo,.,. : ;; ; Starlogo : TP18 : A: 167324785 (2008) 0420342207 M odeling and sim ula ting the forag

More information

A Probabilistic Relational Model for Characterizing Situations in Dynamic Multi-Agent Systems

A Probabilistic Relational Model for Characterizing Situations in Dynamic Multi-Agent Systems A Probabilistic Relational Model for Characterizing Situations in Dynamic Multi-Agent Systems Daniel Meyer-Delius 1, Christian Plagemann 1, Georg von Wichert 2, Wendelin Feiten 2, Gisbert Lawitzky 2, and

More information

Dynamic Output Feedback Controller for a Harvested Fish Population System

Dynamic Output Feedback Controller for a Harvested Fish Population System Dynamic Output Feedback Controller for a Harvested Fish Population System Achraf Ait Kaddour, El Houssine Elmazoudi, Noureddine Elalami Abstract This paper deals with the control of a continuous age structured

More information