Path Planning of Robot Based on Modified Ant Colony Algorithm

Size: px
Start display at page:

Download "Path Planning of Robot Based on Modified Ant Colony Algorithm"

Transcription

1 Boletín Técnico, Vol., Issue, 07, pp.- Path Planning of Robot Based on Modified Ant Colony Algorithm Yuanliang Zhang* School of Mechanical Engineering, Huaihai Institute of Technology, Lianyungang 00, Jiangsu, China *Corresponding author( Yu Zhang School of Mechanical Engineering, Huaihai Institute of Technology, Lianyungang 00, Jiangsu, China Abstract Aiming at the problems in the practical application of the basic ant colony algorithm for the path planning application of the mobile robot, a modified ant colony optimization algorithm is proposed. A short path with lots of turning angles is not a good one. In this paper the proposed modified ant colony algorithm is used to search the optimal path, considering the size of the robot and the turning situation. The modified ant colony algorithm reevaluates the selected path by considering not only the length of the path but also the turning situation of the mobile robot, and can provide an optimal path for the robot to run. Finally, some simulations are done to verify the proposed modified ant colony algorithm. Key words: Path Planning, Ant Colony Algorithm, Turning Situation, Mobile Robot.. INTRODUCTION In the past 0 years, the problem of path planning has been paid more attention with the extensive development of robots. Many scholars have proposed a number of different algorithms to solve the problem of path planning. At present, the methods of solving path planning mainly include artificial potential field method (Triharminto et al., 0), visual graph method (Liu et al., 0), grid method, genetic algorithm (Tuncer and Yildirim, 0), A*(A-star) algorithm (Duchoň et al., 04), and ant colony algorithm (Wang et al., 0). In many algorithms, the ant colony algorithm is a ind of intelligent algorithm which is more mature and effective in solving the path planning problem. So that the ant colony algorithm has been widely developed and used in the path planning of the mobile robot. Ant colony algorithm has the advantages of good searching ability, positive feedbac, distributed computing and so on (Duan et al., 004). But the traditional ant colony algorithm also has some shortcomings, such as slow convergence, easy to fall into the local optimal solution and the phenomenon of stagnation (Zhao, 04). A combination of Cellular Automata and Ant Colony Optimization techniques are provided to create collision-free trajectories for a robot team (Ioannidis et al., 0). The proposded method reacts with obstacle distribution changes and therefore can be used in dynamical or unnown environments, without the need of a priori nowledge of the space. Sudholt and Thyssen analyze the running time of different ant colony algorithm systems for shortest path problems (Sudholt and Thyssen, 0). A robot path planning algorithm for dynamic unnown environments is provided based on an improved ant-based algorithm (Zhu et al., 0). For the path planning application using ant colony algorithm, the optimal path which the ants select is applied directly to the real application of the robot. In this case the robot is regarded as an ant and its own volume is neglected. As well as the big turining angle of the optimal path is also a problem that cannot be ignored. In many cases, the provided optimal path has the shortest length, but it is not the real optimal path for the mobile robot since the mobile robot has to turn many times which maes the mobile spend more time and energy. In this paper, based on the idea of the optimal path of the robot, the grid model of the woring environment is established, firstly. And then the concrete ant search function expression is given. According to the ant colony algorithm, the path is searched. Finally, according to the corners in the path, comprehensive evaluation of an optimal path by considering both the length and the turning situation of the planning path is given. Simulations are done to evaluate the proposed modified ant colony algorithm for the path planning application of the mobile robot.. THE BASIC PRINCIPLE OF ANT COLONY ALGORITHM In reality, the ants search the path through the pheromone on the path. The ants will release pheromone about the length of the path. The following ants will choose the path with a large amount of pheromone, which will form a positive feedbac mechanism. Ants choose the path basing on the amount of pheromone on the path, which is the basic principle of ant colony algorithm.

2 Boletín Técnico, Vol., Issue, 07, pp.- The basic mathematical model of ant colony algorithm is as follows. m is the number of the ants, bi ( t ) is the number of ants in the node i at t moment, and ( t) is the amount of pheromone from the node i to the node j at t moment. So the Eq.() can be obtained. n m b ( t) () i i In order to satisfy the constraint that each ant must go through n different nodes, a data structure for each ant is produced. A set called tabu (,,...m) which records the nodes that have been gone through at t moment is built. It can forbid the ants to go through these nodes in this data structure again. The translation probability from node i to node j at t moment for the ant is defined as: ( t) ( t), j allowed P ( t) ( t) ( t) () is is 0, otherwise where allowed is the set which includes the nodes that can be chosen by ant next step is the factor of heuristic pheromone is the expected factor of heuristic pheromone and is a reflection of the heuristic function, which can be expressed as follows. () where d is the distance between node i to node j. When an iteration cycle is completed, the pheromone update is performed on each path. The update formula is as shown in Eqs. (4)-(). d ( t n) ( ) ( t) (0,) (4) m () where (0,) is the volatile coefficient of pheromone. is the total amount of the increased pheromone on the edge ( i, j ), and is the amount of the increased pheromone on the edge ( i, j ) by the th ant between time t and t n. There are three updated models about the pheromone, which are the antcycle system, the ant-quantity system and the ant-density system. For path planning application, the ant-cycle system has a better performance. Its formula is as shown in Eq. (). Q th, If ant uses path in tour L () 0, otherwise. ALGORITHM DESIGN.. The Problem of Ant Colony Algorithm When the path chosen by the ant colony algorithm is applied directly to the path planning of the robot, the traditional algorithm ignores the two problems. () The size of the mobile robot itself In the traditional ant colony algorithm, before the use of ant colony algorithm into the simulation, it is necessary to establish the environment by using the grid map. In the grid map the physical obstacles in the environment is generally mared as the barrier grid. But in this case the environment model does not tae into account the size of the mobile robot itself. So there is a problem with this definition. As shown in Fig., in the simulation the ant in the node g can choose to move to the node g9 even if the nodes g 8 are the obstacle nodes. But in practical applications, it is necessary to consider the size of mobile robots. When the

3 Boletín Técnico, Vol., Issue, 07, pp.- nodes g 8 are the obstacle nodes, the mobile robot cannot move directly from the node g to the node g 9 in order to avoid the collision because of the size of the mobile robot. In fact the mobile robot has to detour a long way. In this paper the size of the robot is taen into account and the barrier grid and the free grid are redefined. As shown in Figure, the node g is considered. For the node g the statuses of the four diagonal nodes g, g, g 7 9 are not only decided by themselves but also their neighbours. For instance, only when the nodes g, g are all free nodes the node g can be set as free node. g g g g 4 g g g 7 g 8 g 9 Figure. Grid environment model () Mobile robot turning angle In the actual woring environment, it is better for the mobile robot to move straight and avoid turning big angles. This is because that when the mobile robot turns, especially big angles, the robot has to slow down, turn and reaccelerate. In the turning process, the mobile robot has to spend more time and more energy. In this case the planned shortest path may not be the optimal one because of the existence of the lots of big turning angles. As shown in Figure, assuming that the ant moves from the node g 4 to the node g at the beginning, and then transfers to the node g or g 9. In this case the robot needs to turn the angle of degrees. If the robot transfers from node g to the node g or g 8 it needs to transfer the angle of 90 degrees. In the same way, if the robot transfers from node g to the node g or g 7 it needs to transfer the angle of 4 degrees. In the actual operation environment of the mobile robot, the degrees angle transferring is easy to realize for the robot due to the inertia during the process of the robot s movement. But if the rotation angle is 90 degrees it will be difficult for the robot. Especially, when the rotation angle is 4 degrees, it will be much more difficult to realize. To sum up, in the path planning process, it is not only needed to consider the length, but also needed to tae care of the turning angles in the whole path so that the robot does not need to turn too small angle. g g g g 4 g g g 7 g 8 g 9 Figure. Angle relationship between travel routes.. Modified Ant Colony Algorithm Through the analysis of the above problems in the practical application, the basic ant colony algorithm is modified in this paper. It is necessary to improve the evaluation standard of the optimal path. That is, not only the length of the path but also the turing angles should be considered during the path planning process. Here a borad length is defined using Eq. (7). L L N N N (7) r where L is the broad length of the path, L r is the length of the path, N is the number of the degrees angles in the path, N is the number of the 90 degrees angles in the path, and N is the number of the 4 degrees angles in the path. The parameters are the gain of the turning angles. In general, smaller turning angle means more difficult to realize for the robot. So is bigger than and is bigger than.

4 Boletín Técnico, Vol., Issue, 07, pp.- 4. SIMULATION In this paper simulation using the modified ant colony algorithm to the path planning is done to verify the proposed method. The *, 0*0, and 0*0 grid maps are used in this simulation. And the basic ant colony algorithm and the modified ant colony algorithm are applied, respectively. In the simulation m is set as 0, the maximum number of iterations N c is set as 00, and the angle gain factors are set as,, and respectively. The pheromone volatilization coefficient is 0.4 is, and is 4. () * grid map environment Figure shows the simulation results using the basic ant colony algorithm. Figure (a) shows the obtained optimal path, and Figure (b) shows all feasible paths. The length of the obtained optimal path is.40. If only consider the length factor, the obtained path is the optimal one. In this case the robot needs to turn three degrees angles. The broad length of the obtained path calculated using Eq.(7) is L (a) (b) Figure. Simulation results using the basic ant colony algorithm (case ) Figure 4 shows the simulation results using the modified ant colony algorithm. In this case the obtained optimal path includes two degrees angles. The broad length of the obtained optimal path is L From Figures and 4 it can be seen that the modified ant colony algorithm can provide better path with less turning angles. Figure 4. Modified ant colony algorithm simulation results (case ) () 0 * 0 grid environment Figure shows the simulation results using the basic ant colony algorithm in this case. Figure 4(a) shows the obtained optimal path, and Figure 4(b) shows all feasible paths. The length of the obtained optimal path is In this case the robot needs to turn seven degrees angles. The broad length of the obtained path calculated using Eq.(7) is L And since the size of the robot is ignored when doing the path planning the obtained optimal path is not feasible as shown in Figure (a) using the circle mar. 4

5 Boletín Técnico, Vol., Issue, 07, pp.- (a) (b) Figure. Simulation results of basic ant colony algorithm (case ) Figure shows the simulation results using the modified ant colony algorithm. In this case the obtained optimal path includes two degrees angles. The broad length of the obtained optimal path is L 7.9. From Figures and it can be seen that the modified ant colony algorithm can provide better path by considering the turing angles of the robot and the size of the robot. In this case the planned path avoids the narrow channel between two obstacle grids. Figure. Modified ant colony algorithm simulation results (case ) () 0 * 0 grid map environment Figure 7 shows the simulation results using the basic ant colony algorithm in this case. In this case the map is bigger and more complex. The planned path provided by the basic ant colony algorithm provide contains much more turning angles which maes the robot spend much more time and energy to run. The length of the obtained optimal path is.790. The broad length of the obtained path calculated using Eq.(7) is L.790. Figure 7. Simulation results of basic ant colony algorithm (case )

6 Boletín Técnico, Vol., Issue, 07, pp.- Figure 8 shows the simulation results using the modified ant colony algorithm. In this case the obtained optimal path includes two degrees angles. The broad length of the obtained optimal path is L CONCLUSIONS Figure 8. Modified ant colony algorithm simulation results (case ) In this paper, a modified ant colony algorithm is proposed to do the path planning for mobile robots. When do the path planning using the basic ant colony algorithm the size of the mobile robot and the turning angles are ignored. In this case the robot may collide to the obtacles when go through the narrow channel between two obstacle grids and the planned path may contain much more turning angles. When the robot turns, especially the big turning angle, it has to slow down, turns and reaccelerate. During the turning process the robot will spend more time and energy. In the modified ant colony algorithm these two factors are considered. In the planned path the collision is avoided and the turning angles are less which can improve the efficiency of the robot. Several simulations using different size map are done to verify the proposed modified algorithm. The results show that the modified algorithm can provide better path. ACKNOWLEDGEMENTS This wor is supported by National Natural Science Foundation of China (70), Science and Technology Planning Project of Jiangsu Province (BY00-0, BY00-08) and Science and Technology Planning Project of Lianyungang City (CG7). REFERENCES Duan, H. B., Wang, D. B., Zhu, J. Q. (004) Development on Ant Colony Algorithm Theory and its Application, Control and Decision, 9(), pp.-. Duchoň, F., Babinec, A., Kajan, M., Beňo, P., Flore, M., Fico, T., Jurišica, L. (04) Path Planning with Modified A Star Algorithm for a Mobile Robot, Procedia Engineering, 9, pp Ioannidis, K., Siraoulis, G. C., Andreadis, I. (0) Cellular Ants: a Method to Create Collision Free Trajectories for a Cooperative Robot Team, Robotics and Autonomous Systems, 9(), pp. -7. Liu, G., Liu, Y. B., Zhao, J., Zhu, L. (0) Path Planning for a New Mine Rescue Robot Base on Visual Tangent Graphs, Journal of Jilin University, 4(4), pp Sudholt, D., Thyssen, C. (0) Running Time Analysis of Ant Colony Optimization for Shortest Path Problems, Journal of Discrete Algorithms, 0(), pp Triharminto, H. H., Wahyunggoro, O., Adji, T. B., Cahyadi, A. I. (0) An Integrated Artificial Potential Field Path Planning with Kinematic Control for Nonholonomic Mobile Robot, International Journal on Advanced Science, Engineering and Information Technology, (4), pp Tuncer, A., Yildirim, M. (0) Dynamic Path Planning o Mobile Robots with Improved Genetic Algorithm, Computers & Electrical Engineering, 8, pp Wang, X., Zhang, Y. Y., Wu, D., Gao, S. D. (0) Collision-Free Path Planning for Mobile Cranes Based on Ant Colony Algorithm, Key Engineering Materials, 47-49, pp Zhao, J. D. (04) Ant Colony Algorithm Improvement Strategies, Computer nowledge and technology in Chinese, 0(8), pp Zhu, Q. B., Jun, H., Cai, W. B., Henschen, L. (0) A New Robot Navigation Algorithm for Dynamic Unnown Environments Based on Dynamic Path Re-Computation and an Improved Scout Ant Algorithm, Applied Soft Computing, (8), pp

Improvement and Implementation of Best-worst Ant Colony Algorithm

Improvement and Implementation of Best-worst Ant Colony Algorithm Research Journal of Applied Sciences, Engineering and Technology 5(21): 4971-4976, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 31, 2012 Accepted: September

More information

Path Planning for Multi-AGV Systems based on Two-Stage Scheduling

Path Planning for Multi-AGV Systems based on Two-Stage Scheduling Available online at www.ijpe-online.com vol. 13, no. 8, December 2017, pp. 1347-1357 DOI: 10.23940/ijpe.17.08.p16.13471357 Path Planning for Multi-AGV Systems based on Two-Stage Scheduling Wan Xu *, Qi

More information

Application of an Improved Ant Colony Algorithm in TSP Problem Solving

Application of an Improved Ant Colony Algorithm in TSP Problem Solving 373 A publication of HEMIAL ENGINEERING TRANSATIONS VOL. 51, 2016 Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian opyright 2016, AIDI Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italian

More information

Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm

Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm 12th WSEAS Int. Conf. on APPLIED MATHEMATICS Cairo Egypt December 29-31 2007 222 Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm Jiann-Horng Lin Department of Information

More information

AUV Search Target Research Based meta-heuristic algorithm

AUV Search Target Research Based meta-heuristic algorithm , pp.22-26 http://dx.doi.org/0.4257/astl.24.79.05 AUV Search Target Research Based meta-heuristic algorithm JianJun LI,3, RuBo ZHANG,2, Yu YANG 3 (. College of Computer Science and Technology, Harbin Engineering

More information

Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms

Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms HABIBEH ABBASI, ABBAS AFSHAR, MOHAMMAD REZA JALALI Department of Civil Engineering Iran University of Science and Technology

More information

Research on the Hybrid Fruit Fly Optimization Algorithm with Local Search for Multi-compartment Vehicle Routing Problem

Research on the Hybrid Fruit Fly Optimization Algorithm with Local Search for Multi-compartment Vehicle Routing Problem Computational and Applied Mathematics Journal 2017; 3(4): 22-31 http://www.aascit.org/journal/camj ISSN: 2381-1218 (Print); ISSN: 2381-1226 (Online) Research on the Hybrid Fruit Fly Optimization Algorithm

More information

Method of Optimal Scheduling of Cascade Reservoirs based on Improved Chaotic Ant Colony Algorithm

Method of Optimal Scheduling of Cascade Reservoirs based on Improved Chaotic Ant Colony Algorithm Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Method of Optimal Scheduling of Cascade Reservoirs based on Chaotic Ant Colony Algorithm 1 Hongmin Gao, 2 Baohua Xu, 1 Zhenli Ma, 1 Lin Zhang,

More information

Cloud Load Balancing Based on ACO Algorithm

Cloud Load Balancing Based on ACO Algorithm Cloud Load Balancing Based on ACO Algorithm Avtar Singh, Kamlesh Dutta, Himanshu Gupta Department of Computer Science, National Institute of Technology,Hamirpur, HP, India Department of Computer Science,

More information

An Improved Ant Colony Algorithm for Optimal Path of Travel Research and Simulation

An Improved Ant Colony Algorithm for Optimal Path of Travel Research and Simulation 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 An Improved Ant Colony Algorithm for Optimal Path of Travel Research and Simulation

More information

Port Multi-Period Investment Optimization Model Based on Supply-Demand Matching

Port Multi-Period Investment Optimization Model Based on Supply-Demand Matching Journal of Systems Science and Information Feb., 205, Vol. 3, No., pp. 77 85 Port Multi-Period Investment Optimization Model Based on Supply-Demand Matching Guangtian ZHAO Faculty of Management and Economics,

More information

Parallel Ant Colony Optimization Algorithm For Vehicle Routing Problem

Parallel Ant Colony Optimization Algorithm For Vehicle Routing Problem International Conference on Software Engineering and Computer Science (ICSECS2013) Parallel Ant Colony Optimization Algorithm For Vehicle Routing Problem Ya Li, Dong Wang, Yuewu Yang, Yan Zhou, and Chen

More information

Artificial Intelligence Breadth-First Search and Heuristic

Artificial Intelligence Breadth-First Search and Heuristic Artificial Intelligence Breadth-First Search and Heuristic Chung-Ang University, Jaesung Lee The original version of this content is came from MIT OCW of MIT Electrical Engineering and Computer Science

More information

Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation

Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation Lei Yang 1,2 *, Ying Ma 3 1 Science and Technology Key Laboratory of Hebei Province, Baoding 071051,

More information

Routing Optimization of Fourth Party Logistics with Reliability Constraints based on Messy GA

Routing Optimization of Fourth Party Logistics with Reliability Constraints based on Messy GA Journal of Industrial Engineering and Management JIEM, 2014 7(5) : 1097-1111 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1126 Routing Optimization of Fourth Party Logistics

More information

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013.

Procedia - Social and Behavioral Sciences 109 ( 2014 ) Selection and peer review under responsibility of Organizing Committee of BEM 2013. Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 109 ( 2014 ) 779 783 2 nd World Conference On Business, Economics And Management-WCBEM 2013 A hybrid metaheuristic

More information

APPLICATION OF GIS COMBINING WITH LIMITS OF VORONOI DIAGRAM IN SOCIOECONOMIC FACTOR OF AGRICULTURAL LAND GRADING

APPLICATION OF GIS COMBINING WITH LIMITS OF VORONOI DIAGRAM IN SOCIOECONOMIC FACTOR OF AGRICULTURAL LAND GRADING APPLICATION OF GIS COMBINING WITH LIMITS OF VORONOI DIAGRAM IN SOCIOECONOMIC FACTOR OF AGRICULTURAL LAND GRADING Zhanlu Zhang 1,*, Ying Li 2 1 School of Public Administration, Renmin University of China,

More information

Study on Search Algorithm of Passenger Travel Route in Railway Transport

Study on Search Algorithm of Passenger Travel Route in Railway Transport Send Orders for Reprints to reprints@benthamscience.ae 2436 The Open Cybernetics & Systemics Journal, 2015, 9, 2436-2444 Open Access Study on Search Algorithm of Passenger Travel Route in Railway Transport

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-2016 332 Ant Colony Algorithms: A Brief Review and Its Implementation Renu Jangra Ph.D,Research Scholar Department

More information

Design and Development of Enhanced Optimization Techniques based on Ant Colony Systems

Design and Development of Enhanced Optimization Techniques based on Ant Colony Systems IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 04 September 2016 ISSN (online): 2349-6010 Design and Development of Enhanced Optimization Techniques based on

More information

OPTIMIZATION OF DISTRIBUTION ROUTE SELECTION BASED ON PARTICLE SWARM ALGORITHM

OPTIMIZATION OF DISTRIBUTION ROUTE SELECTION BASED ON PARTICLE SWARM ALGORITHM ISSN 1726-4529 Int j simul model 13 (2014) 2, 230-242 Original scientific paper OPTIMIZATION OF DISTRIBUTION ROUTE SELECTION BASED ON PARTICLE SWARM ALGORITHM Wu, Z. Information College, Capital University

More information

ANT COLONY ALGORITHM APPLIED TO FUNDAMENTAL FREQUENCY MAXIMIZATION OF LAMINATED COMPOSITE CYLINDRICAL SHELLS

ANT COLONY ALGORITHM APPLIED TO FUNDAMENTAL FREQUENCY MAXIMIZATION OF LAMINATED COMPOSITE CYLINDRICAL SHELLS ANT COLONY ALGORITHM APPLIED TO FUNDAMENTAL FREQUENCY MAXIMIZATION OF LAMINATED COMPOSITE CYLINDRICAL SHELLS Rubem M. Koide 1 *, Marco A. Luersen 1 ** 1 Laboratório de Mecânica Estrutural (LaMEs), Universidade

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BY AENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2016 Special 10(10): pages Open Access Journal Heuristic Based Path

More information

INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION

INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION Proceedings of the 1st International Conference on Computers & Industrial Engineering INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION S.Y. Wan, T.N.

More information

Research and Solution for the Shortest Routing Problem of Logistics Vehicle Based on Genetic Algorithm

Research and Solution for the Shortest Routing Problem of Logistics Vehicle Based on Genetic Algorithm doi:10.21311/002.31.6.14 Research and Solution for the Shortest Routing Problem of Logistics Vehicle Based on Genetic Algorithm Haifeng Hu, Xiaohui Wang* College of Information Technology, Pingdingshan

More information

Ant Colony Optimisation

Ant Colony Optimisation Ant Colony Optimisation Alexander Mathews, Angeline Honggowarsito & Perry Brown 1 Image Source: http://baynature.org/articles/the-ants-go-marching-one-by-one/ Contents Introduction to Ant Colony Optimisation

More information

Study on Defects Edge Detection in Infrared Thermal Image based on Ant Colony Algorithm

Study on Defects Edge Detection in Infrared Thermal Image based on Ant Colony Algorithm , pp.37-41 http://dx.doi.org/10.14257/astl.2016.137.07 Study on Defects Edge Detection in Infrared Thermal Image based on Ant Colony Algorithm Tang Qingju 1,2, Dai Jingmin 1, Liu Chunsheng 2, Liu Yuanlin

More information

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

Design of medical track logistics transmission and simulation system based on internet of things 1

Design of medical track logistics transmission and simulation system based on internet of things 1 Acta Technica 62 No. 1B/2017, 207 220 c 2017 Institute of Thermomechanics CAS, v.v.i. Design of medical track logistics transmission and simulation system based on internet of things 1 Wei Liu 2, 3, Shuang

More information

Improvement and Simulation of Rear Axle Assembly Line Based on Plant Simulation Platform

Improvement and Simulation of Rear Axle Assembly Line Based on Plant Simulation Platform 2017 International Conference on Mechanical Engineering and Control Automation (ICMECA 2017) ISBN: 978-1-60595-449-3 Improvement and Simulation of Rear Axle Assembly Line Based on Plant Simulation Platform

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization Part 2: Simple Ant Colony Optimization Fall 2009 Instructor: Dr. Masoud Yaghini Outline Ant Colony Optimization: Part 2 Simple Ant Colony Optimization (S-ACO) Experiments with S-ACO

More information

Ant Colony Solution to Optimal Transformer Sizing Problem

Ant Colony Solution to Optimal Transformer Sizing Problem Ant Colony Solution to Optimal Transformer Sizing Problem Elefterios I. Amoiralis 1, Marina A. Tsili 2, Pavlos S. Georgilais 1, and Antonios G. Kladas 2 1 Department of Production Engineering and Management

More information

A Tabu Search Optimization Module for Scheduling

A Tabu Search Optimization Module for Scheduling A Tabu Search Optimization Module for Scheduling Design and Integration in the Open Source Tool LibrePlan for Project Management A. González-Sieira, A. Bugarín, M. Mucientes Centro de Investigación en

More information

Genetic Algorithms and Genetic Programming. Lecture 1: Introduction (25/9/09)

Genetic Algorithms and Genetic Programming. Lecture 1: Introduction (25/9/09) Genetic Algorithms and Genetic Programming Michael Herrmann Lecture 1: Introduction (25/9/09) michael.herrmann@ed.ac.uk, phone: 0131 6 517177, Informatics Forum 1.42 Problem Solving at Decreasing Domain

More information

An Approach for Solving Multiple Travelling Salesman Problem using Ant Colony Optimization

An Approach for Solving Multiple Travelling Salesman Problem using Ant Colony Optimization An Approach for Solving Multiple Travelling Salesman Problem using Ant Colony Optimization Krishna H. Hingrajiya University of Rajiv Gandhi Proudyogiki Vishwavidyalaya, Bhopal (M. P.), India Email: krishnahingrajiya@gmail.com

More information

Multi-Objective Design and Path Planning Optimization of Unmanned Aerial Vehicles (UAVs)

Multi-Objective Design and Path Planning Optimization of Unmanned Aerial Vehicles (UAVs) Multi-Objective esign and Path Planning Optimization of Unmanned Aerial Vehicles (UAVs) Eliot Rudnick-Cohen 1,3 Shapour Azarm 1 Jeffrey W. Herrmann 1,2 1 epartment of Mechanical Engineering 2 Institute

More information

World Scientific Research Journal (WSRJ) ISSN: Research on Intelligent Microgrid and its Reliable Grid Connection

World Scientific Research Journal (WSRJ) ISSN: Research on Intelligent Microgrid and its Reliable Grid Connection World Scientific Research Journal (WSRJ) ISSN: 2472-3703 www.wsr-j.org Research on Intelligent Microgrid and its Reliable Grid Connection Xin Qiao a, * Department of Electrical Power Engineering, North

More information

Metaheuristics and Cognitive Models for Autonomous Robot Navigation

Metaheuristics and Cognitive Models for Autonomous Robot Navigation Metaheuristics and Cognitive Models for Autonomous Robot Navigation Raj Korpan Department of Computer Science The Graduate Center, CUNY Second Exam Presentation April 25, 2017 1 / 31 Autonomous robot navigation

More information

The Research of Terminal Distribution Network Path Optimization

The Research of Terminal Distribution Network Path Optimization Journal of Computer and Communications, 214, 2, 28-37 Published Online March 214 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/1.4236/jcc.214.252 The Research of Terminal Distribution Network

More information

Path-finding in Multi-Agent, unexplored And Dynamic Military Environment Using Genetic Algorithm

Path-finding in Multi-Agent, unexplored And Dynamic Military Environment Using Genetic Algorithm International Journal of Computer Networks and Communications Security VOL. 2, NO. 9, SEPTEMBER 2014, 285 291 Available online at: www.ijcncs.org ISSN 2308-9830 C N C S Path-finding in Multi-Agent, unexplored

More information

Study on Shear Lag Effect of Composite Box Girder Bridge with Corrugated Steel Webs

Study on Shear Lag Effect of Composite Box Girder Bridge with Corrugated Steel Webs 979 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 6, 017 Guest Editors: Fei Song, Haibo Wang, Fang He Copyright 017, AIDIC Servizi S.r.l. ISBN 978-88-95608-60-0; ISSN 8-916 The Italian Association

More information

Research on the Improved Back Propagation Neural Network for the Aquaculture Water Quality Prediction

Research on the Improved Back Propagation Neural Network for the Aquaculture Water Quality Prediction Journal of Advanced Agricultural Technologies Vol. 3, No. 4, December 2016 Research on the Improved Back Propagation Neural Network for the Aquaculture Water Quality Prediction Ding Jin-ting and Zang Ze-lin

More information

2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016)

2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) A hybrid Model for the Evolution of Network Public Sentiment Based on Bass and Cellular Automata Shibao Suna,

More information

A new idea for train scheduling using ant colony optimization

A new idea for train scheduling using ant colony optimization Computers in Railways X 601 A new idea for train scheduling using ant colony optimization K. Ghoseiri School of Railway Engineering, Iran University of Science and Technology, Iran Abstract This paper

More information

A Kind of Ant Colony Algorithm with Route Evaluation. ( i, j), n presents the TSP size, m is the total number of ant

A Kind of Ant Colony Algorithm with Route Evaluation. ( i, j), n presents the TSP size, m is the total number of ant Send Orders for Reprints to reprints@benthascienceae The Open Autoation and Control Systes Journal, 04, 6, 699705 699 A Kind of Ant Colony Algorith with Route Evaluation Open Access Fang Zhao * Departent

More information

Low-carbon Development of Urban Logistics Based on Principal Component Analysis A Case Study of Lanzhou City

Low-carbon Development of Urban Logistics Based on Principal Component Analysis A Case Study of Lanzhou City Low-carbon Development of Urban Logistics Based on Principal Component Analysis A Case Study of Lanzhou City Huifang Bai 1, Kedong Tan 2, Kaishun Huang 1 & Qian Guo 1 1 College of Management, Northwest

More information

A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre

A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre X. Zhu 1, R. Zhang *2, F. Chu 3, Z. He 4 and J. Li 5 1, 4, 5 School of Mechanical, Electronic and Control

More information

Presenting a New Ant Colony Optimization Algorithm (ACO) for Efficient Job Scheduling in Grid Environment

Presenting a New Ant Colony Optimization Algorithm (ACO) for Efficient Job Scheduling in Grid Environment Presenting a New Ant Colony Optimization Algorithm (ACO) for Efficient Job Scheduling in Grid Environment Firoozeh Ghazipour Science and Research Branch Islamic Azad University, Kish, Iran Seyyed Javad

More information

Impellers of low specific speed centrifugal pump based on the draughting technology

Impellers of low specific speed centrifugal pump based on the draughting technology IOP Conference Series: Earth and Environmental Science Impellers of low specific speed centrifugal pump based on the draughting technology To cite this article: C Hongxun et al 2010 IOP Conf. Ser.: Earth

More information

Research on the Support Model of Large Equipment Emergency Spare Parts under Fuzzy Demand

Research on the Support Model of Large Equipment Emergency Spare Parts under Fuzzy Demand Journal of Industrial Engineering and Management JIEM, 2015 8(3): 658-673 Online ISSN: 2013-0953 Print ISSN: 2013-8423 http://dx.doi.org/10.3926/jiem.1372 Research on the Support Model of Large Equipment

More information

Rendezvous of Multiple UAVs with Collision Avoidance using Consensus

Rendezvous of Multiple UAVs with Collision Avoidance using Consensus Rendezvous of Multiple UAVs with Collision Avoidance using Consensus J G Manathara & D Ghose Department of Aerospace Engineering, Indian Institute of Science, Bangalore, India 560012. A R T I C L E I N

More information

Stochastic Fractal Search Algorithm for 3D Protein Structure Prediction Chuan SUN 1, Zi-qi WEI 2, Chang-jun ZHOU 1,* and Bin WANG 1

Stochastic Fractal Search Algorithm for 3D Protein Structure Prediction Chuan SUN 1, Zi-qi WEI 2, Chang-jun ZHOU 1,* and Bin WANG 1 206 International Conference on Artificial Intelligence and Computer Science (AICS 206 ISBN: 978--60595-4-0 Stochastic Fractal Search Algorithm for 3D Protein Structure Prediction Chuan SUN, Zi-qi WEI

More information

A New Approach Towards Intelligent Analysis for Competitive Intelligence *

A New Approach Towards Intelligent Analysis for Competitive Intelligence * A New Approach Towards Intelligent Analysis for Competitive Intelligence * Yanping Zhao, Yidan Wang, Donghua Zhu School of Management and Economics Beijing Institute of Technology P.R.China Abstract: -

More information

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION Chien-Li Shen* and Eldon Y. Li, Department of Information Management, College of Commerce National Chengchi University, Taiwan E-mail: 99356508@nccu.edu.tw,

More information

Hierarchical Traffic Control for Partially Decentralized Coordination of Multi AGV Systems in Industrial Environments

Hierarchical Traffic Control for Partially Decentralized Coordination of Multi AGV Systems in Industrial Environments Hierarchical Traffic Control for Partially Decentralized Coordination of Multi AGV Systems in Industrial Environments Valerio Digani, Lorenzo Sabattini, Cristian Secchi and Cesare Fantuzzi Abstract This

More information

Simulation Method of Shortest and Safest Path. Algorithm for Evacuation in High Rise Building

Simulation Method of Shortest and Safest Path. Algorithm for Evacuation in High Rise Building Applied Mathematical Sciences, Vol. 8, 2014, no. 104, 5163-5172 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.45384 Simulation Method of Shortest and Safest Path Algorithm for Evacuation

More information

Establishment and Optimization of Green Logistics Fuel Consumption Model Based on Ant Colony Algorithm

Establishment and Optimization of Green Logistics Fuel Consumption Model Based on Ant Colony Algorithm 1495 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 62, 2017 Guest Editors: Fei Song, Haibo Wang, Fang He Copyright 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608-60-0; ISSN 2283-9216 The Italian

More information

Artificial Intelligence Computational Techniques to Optimize a Multi Objective Oriented Distribution Operations

Artificial Intelligence Computational Techniques to Optimize a Multi Objective Oriented Distribution Operations Proceedings of the 2010 International Conference on Industrial Engineering and Operations Management Dhaa, Bangladesh, January 9 10, 2010 Artificial Intelligence Computational Techniques to Optimize a

More information

The Occurrence Law of Residual Leaching Reagent and Rare Earth by in-situ Leaching based on K-means

The Occurrence Law of Residual Leaching Reagent and Rare Earth by in-situ Leaching based on K-means , pp.223-229 http://dx.doi.org/10.14257/astl.2017.143.45 The Occurrence Law of Residual Leaching Reagent and Rare Earth by in-situ Leaching based on K-means Jiang Xu 1,2, Yongjun Ren 1,2, XiuJuan Feng

More information

A PLANT GROWTH SIMULATION ALGORITHM FOR DYNAMIC VEHICLE SCHEDULING PROBLEM WITH TIME WINDOW. Received August 2017; revised December 2017

A PLANT GROWTH SIMULATION ALGORITHM FOR DYNAMIC VEHICLE SCHEDULING PROBLEM WITH TIME WINDOW. Received August 2017; revised December 2017 International Journal of Innovative Computing, Information and Control ICIC International c 2018 ISSN 1349-4198 Volume 14, Number 3, June 2018 pp. 947 958 A PLANT GROWTH SIMULATION ALGORITHM FOR DYNAMIC

More information

A Study on Transportation Algorithm of Bi-Level Logistics Nodes Based on Genetic Algorithm

A Study on Transportation Algorithm of Bi-Level Logistics Nodes Based on Genetic Algorithm A Study on Transportation Algorithm of Bi-Level Logistics Nodes Based on Genetic Algorithm Jiacheng Li 1 and Lei Li 1 1 Faculty of Science and Engineering, Hosei University, Tokyo, Japan Abstract: To study

More information

Depth-Bound Heuristics and Iterative-Deepening Search Algorithms in Classical Planning

Depth-Bound Heuristics and Iterative-Deepening Search Algorithms in Classical Planning Depth-Bound Heuristics and Iterative-Deepening Search Algorithms in Classical Planning Bachelor s Thesis Presentation Florian Spiess, 13 June 2017 Departement of Mathematics and Computer Science Artificial

More information

THE EFFECT OF AXIAL COMPRESSION RATIO ON SEISMIC BEHAVIOR OF INFILLED REINFORCED CONCRETE FRAMES WITH PROFILED STEEL SHEET BRACING

THE EFFECT OF AXIAL COMPRESSION RATIO ON SEISMIC BEHAVIOR OF INFILLED REINFORCED CONCRETE FRAMES WITH PROFILED STEEL SHEET BRACING THE EFFECT OF AXIAL COMPRESSION RATIO ON SEISMIC BEHAVIOR OF INFILLED REINFORCED CONCRETE FRAMES WITH PROFILED STEEL SHEET BRACING FENG Ningning 1, WU Changsheng 2, MA Junyue 1, MAO Xiaotian 1 1. Changzhou

More information

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Iterative train scheduling in networks with tree topologies: a case study

More information

IMPLEMENTATION OF EFFECTIVE BED ALLOCATION AND JOB SCHEDULING IN HOSPITALS USING ANT COLONY OPTIMIZATION

IMPLEMENTATION OF EFFECTIVE BED ALLOCATION AND JOB SCHEDULING IN HOSPITALS USING ANT COLONY OPTIMIZATION IMPLEMENTATION OF EFFECTIVE BED ALLOCATION AND JOB SCHEDULING IN HOSPITALS USING ANT COLONY OPTIMIZATION N.Gopalakrishnan Department of Biomedical Engineering, SSN College of Engineering, Kalavakkam. Mail

More information

Ant Colony Optimization Algorithm using Back-tracing and Diversification Strategy

Ant Colony Optimization Algorithm using Back-tracing and Diversification Strategy , June 29 - July 1, 16, London, U.K. Ant Colony Optimization Algorithm using Bac-tracing and Diversification Strategy SeungGwan Lee and SangHyeo An Abstract We propose a new improved bio-inspired ant colony

More information

AGV Path Planning and Obstacle Avoidance Using Dijkstra s Algorithm

AGV Path Planning and Obstacle Avoidance Using Dijkstra s Algorithm AGV Path Planning and Obstacle Avoidance Using Dijkstra s Algorithm 1, Er. Atique Shaikh, 2, Prof. Atul Dhale 1, (Department of Automobile Engg, Mumbai University, MHSSCOE, Mumbai - 400008. 2, (Associate

More information

Geometric optimization of steel trusses with parallel chords

Geometric optimization of steel trusses with parallel chords Journal of Construction Engineering, Management & Innovation 2018 Volume 1 Issue 3 Pages 129-138 https://doi.org/10.31462/jcemi.2018.03129138 www.goldenlightpublish.com RESEARCH ARTICLE Geometric optimization

More information

An Overview of Minimum Shortest Path Finding System Using Ant Colony Algorithm

An Overview of Minimum Shortest Path Finding System Using Ant Colony Algorithm An Overview of Minimum Shortest Path Finding System Using Ant Colony Algorithm Nikita G. Mugal Department of Information, Technology,Yeshwantrao Priyanka A. Solanke Nagpur,India. Rinku Dhadse Roshani Chandekar

More information

AN ANT COLONY APPROACH TO SOLVE A VEHICLE ROUTING PROBLEM IN A FMCG COMPANY SRINIVAS RAO T & PRAKASH MARIMUTHU K

AN ANT COLONY APPROACH TO SOLVE A VEHICLE ROUTING PROBLEM IN A FMCG COMPANY SRINIVAS RAO T & PRAKASH MARIMUTHU K International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN(P): 2249-6890; ISSN(E): 2249-8001 Vol. 8, Issue 1 Feb 2018, 1113-1118 TJPRC Pvt. Ltd. AN ANT COLONY

More information

Decision Support and Business Intelligence Systems

Decision Support and Business Intelligence Systems Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 4: Modeling and Analysis Learning Objectives Understand the basic concepts of management support system (MSS) modeling

More information

Time-of-use Short-term Load Prediction Model Based on Variable Step Size Optimized HBMO-LS-SVM Method in Day-head Market

Time-of-use Short-term Load Prediction Model Based on Variable Step Size Optimized HBMO-LS-SVM Method in Day-head Market First International Conference on Economic and Business Management (FEBM 2016) Time-of-use Short-term Load Prediction Model Based on Variable Step Size Optimized HBMO-LS-SVM Method in Day-head Market Guo

More information

Research on automatic first break picking method in seismic data processing Zhang Rongxi1,a

Research on automatic first break picking method in seismic data processing Zhang Rongxi1,a 014 International Conference on Computer Science and Electronic Technology (ICCSET 014) Research on automatic first break picking method in seismic data processing Zhang Rongxi1,a a College of Computer

More information

IT PROJECT DISTRIBUTION AUTOMATION

IT PROJECT DISTRIBUTION AUTOMATION IT PROJECT DISTRIBUTION AUTOMATION 1 Aniket Kale, 2 Ajay Sonune, 3 Om Awagan, 4 Sandeep Chavan, 5 Prof. Rupali Dalvi 1, 2,3,4,5 Department of Computer Engineering, Marathwada Mitra Mandal s College of

More information

A Novel Data Mining Algorithm based on BP Neural Network and Its Applications on Stock Price Prediction

A Novel Data Mining Algorithm based on BP Neural Network and Its Applications on Stock Price Prediction 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 206) A Novel Data Mining Algorithm based on BP Neural Network and Its Applications on Stock Price Prediction

More information

APPLICATION OF ANT COLONY OPTIMISATION IN DISTRIBUTION TRANSFORMER SIZING

APPLICATION OF ANT COLONY OPTIMISATION IN DISTRIBUTION TRANSFORMER SIZING Nigerian Journal of Technology (NIJOTECH) Vol. 36, No. 4, October 2017, pp. 1233 1238 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821

More information

SHAPE OPTIMAL DESIGN OF AN EARTH DAM, USING ARTIFICIAL BEE COLONY ALGORITHM

SHAPE OPTIMAL DESIGN OF AN EARTH DAM, USING ARTIFICIAL BEE COLONY ALGORITHM SHAPE OPTIMAL DESIGN OF AN EARTH DAM, USING ARTIFICIAL BEE COLONY ALGORITHM *Farhad Hamze-Zarghani 1 and Nader Barahmand 2 1 Department of Civil Engineering, Zarghan Branch, Islamic Azad University, Zarghan,

More information

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute Jane Li Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute (2 pts) How to measure distance in Cspace? List at least two metrics. (2 pts)

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 693-697 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on multi-resource constraints vehicle scheduling

More information

Anti-fatigue Performance Analysis on Steel Crane Beam

Anti-fatigue Performance Analysis on Steel Crane Beam Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Anti-fatigue Performance Analysis on Steel Crane Beam Yuanmin Xie College of Machinery and Automation, Wuhan University of Science and Technology,

More information

Crane Scheduling for ABB: Progress Report

Crane Scheduling for ABB: Progress Report Crane Scheduling for ABB: Progress Report Ionuţ Aron Latife Genç John Hooker March 2006 1 Problem Schedule 2 cranes to transfer material between locations in a copper processing facility. Some 300 jobs,

More information

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2012 Farzaneh Abdollahi Computational

More information

Online Publication. Keywords: Ant colony optimization, data mining, IoT smart device, smart city, smart waste management

Online Publication. Keywords: Ant colony optimization, data mining, IoT smart device, smart city, smart waste management Smart City Application: Internet of Things (IoT) Technologies Based Smart Waste Collection Using Data Mining Approach and Ant Colony Optimization Zeki ORALHAN 1, Burcu ORALHAN 2, and Yavuz YİĞİT 3 1 Department

More information

Ant Colony Optimization for Road Modifications

Ant Colony Optimization for Road Modifications Ant Colony Optimization for Road Modifications Storm Beck 1 and John Sessions 2 Abstract Non-conventional products provide opportunities for the forest industry to increase economic value from forests;

More information

Security Assessment of Distribution System with Distributed Photovoltaic

Security Assessment of Distribution System with Distributed Photovoltaic Journal of Power and Energy Engineering, 215, 3, 25-261 Published Online April 215 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/1.4236/jpee.215.3434 Security Assessment of Distribution

More information

Intelligent Controlling System of Aquiculture Environment

Intelligent Controlling System of Aquiculture Environment Intelligent Controlling System of Aquiculture Environment Deshen Zhao,* and Xuemei Hu Department of Electric Engineering, Henan Polytechnic Institute, Nanyang, Henan Province, P.R. China 473009, Department

More information

Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi Xie2, b and Zhihan Yang1, c

Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi Xie2, b and Zhihan Yang1, c International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi

More information

Adaptive Multi-Agent Path Planning for Distributed UAV Systems CS 229 Autumn 2017 Final Project Category: Theory & Reinforcement Learning

Adaptive Multi-Agent Path Planning for Distributed UAV Systems CS 229 Autumn 2017 Final Project Category: Theory & Reinforcement Learning Adaptive Multi-Agent Path Planning for Distributed UAV Systems CS 229 Autumn 2017 Final Project Category: Theory & Reinforcement Learning Lloyd Maza lmaza Cameron McMillan cmac12 Introduction In recent

More information

Fengjiao Wan. Jianghan University, Wuhan, China

Fengjiao Wan. Jianghan University, Wuhan, China China-USA Business Review, June 2017, Vol. 16, No. 6, 279-286 doi: 10.17265/1537-1514/2017.06.004 D DAVID PUBLISHING Study on the Influence Factors of Logistics Demand in China Based on Grey Correlation

More information

Optimisation of cargo services for the Slovak railways

Optimisation of cargo services for the Slovak railways Optimisation of cargo services for the Slovak railways P. Cenek, P. Bednar, E. JanoSikova Faculty of Management Science and Informatics, University of Zilina, Slovakia. Abstract Political changes in Slovakia

More information

Task Assignment Problem of Robots in a Smart Warehouse Environment. Zhenping Li, Wenyu Li, Lulu Jiang. Beijing Wuzi University, Beijing, China

Task Assignment Problem of Robots in a Smart Warehouse Environment. Zhenping Li, Wenyu Li, Lulu Jiang. Beijing Wuzi University, Beijing, China Management Studies, July-Aug. 2016, Vol. 4, No. 4, 167-175 doi: 10.17265/2328-2185/2016.04.004 D DAVID PUBLISHING Task Assignment Prolem of Roots in a Smart Warehouse Environment Zhenping Li, Wenyu Li,

More information

Short-Term Electricity Price Forecasting Based on Grey Prediction GM(1,3) and Wavelet Neural Network

Short-Term Electricity Price Forecasting Based on Grey Prediction GM(1,3) and Wavelet Neural Network American Journal of Electrical Power and Energy Systems 08; 7(4): 5055 http://www.sciencepublishinggroup.com/j/epes doi: 0.648/j.epes.080704. ISSN: 369X (Print); ISSN: 36900 (Online) ShortTerm Electricity

More information

DNA genetic artificial fish swarm constant modulus blind equalization algorithm and its application in medical image processing

DNA genetic artificial fish swarm constant modulus blind equalization algorithm and its application in medical image processing DNA genetic artificial fish swarm constant modulus blind equalization algorithm and its application in medical image processing Y.C. Guo 1,, H. Wang 1 and B.L. Zhang 1 1 Jiangsu Key Laboratory of Meteorological

More information

AUTOMATED GUIDED VEHICLES (AGV) IN PRODUCTION ENTERPRISES

AUTOMATED GUIDED VEHICLES (AGV) IN PRODUCTION ENTERPRISES AUTOMATED GUIDED VEHICLES (AGV) IN PRODUCTION ENTERPRISES Lucjan Kurzak Faculty of Civil Engineering Czestochowa University of Technology, Poland E-mail: lumar@interia.pl tel/fax +48 34 3250936 Abstract

More information

Study on BIM Family Self-create for Steel Reinforcing Bar Detail Construction Design and Information Extraction

Study on BIM Family Self-create for Steel Reinforcing Bar Detail Construction Design and Information Extraction Study on BIM Family Self-create for Steel Reinforcing Bar Detail Construction Design and Information Extraction L.C. Lien a,b, P.C. Zhang b, S.B Chen c, Z.C. Liao b and Y.N. Liu b a Department of Civil

More information

Genetic Algorithm and Application in training Multilayer Perceptron Model

Genetic Algorithm and Application in training Multilayer Perceptron Model Genetic Algorithm and Application in training Multilayer Perceptron Model Tuan Dung Lai Faculty of Science, Engineering and Technology Swinburne University of Technology Hawthorn, Victoria 3122 Email:

More information

Solution of a Bi-Objective Purchasing Scheduling Problem with Constrained Funds using Pareto Optimization

Solution of a Bi-Objective Purchasing Scheduling Problem with Constrained Funds using Pareto Optimization Solution of a Bi-Objective Purchasing Scheduling Problem with Constrained Funds using Pareto Optimization José Francisco Delgado-Orta 1, Laura Cruz-Reyes 2, Alejandro Palacios-Espinosa 3, and Christian

More information

The Weapon Target Assignment Strategy Research on Genetic Algorithm

The Weapon Target Assignment Strategy Research on Genetic Algorithm 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.1.75 The Weapon Target Assignment

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Applied Research and Technology ISSN: 1665-6423 jart@aleph.cinstrum.unam.mx Centro de Ciencias Aplicadas y Desarrollo Tecnológico México Zhu, X.; Zhang, R.; Chu, F.; He, Z.; Li, J. A Flexsim-based

More information

Stochastic Lot-Sizing: Maximising Probability of Meeting Target Profit

Stochastic Lot-Sizing: Maximising Probability of Meeting Target Profit F1 Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Stochastic Lot-Sizing: Maximising Probability of Meeting Target

More information