Microsoft Word - 001.docx CHEMICAL ENGINEERING TRANSACTIONS VOL. 66, 2018 A publication of The Italian Association of Chemical Engineering Online at www.aidic.it/cet Guest Editors: Songying Zhao, Yougang Sun, Ye Zhou Copyright © 2018, AIDIC Servizi S.r.l. ISBN 978-88-95608-63-1; ISSN 2283-9216 An Improved Chemical Reaction Optimization Algorithm Based on Ant Colony Algorithm Lei Song Business School, University of Jinan, Jinan 250022, China 7865639@qq.com With the rapid development of computer technology, more and more research organizations and enterprises have turned their attentions from artificial intelligence algorithm to multi-task scheduling. In the face of complex data calculation and task management, natural computing has gradually shown its superiority. As a new method of natural computation, the chemical reaction optimization algorithm has become a new branch of natural computing. In this paper, an improved chemical reaction optimization algorithm is proposed by introducing the ant colony algorithm, which can effectively improve the accuracy and convergence of the chemical reaction optimization algorithm. Firstly, this paper introduces the classification and implementation of chemical reaction optimization algorithm. Secondly, the ant colony algorithm is introduced into the chemical reaction optimization algorithm by introducing the information conversion factor. Finally, ten TSPLIB cases are used as the test object in order to compare with other algorithms. The experimental results show that the improved chemical reaction optimization algorithm based on ant colony algorithm has higher accuracy and efficiency. 1. Introduction Instructions: In academic research and modern engineering technology, many complex mathematical problems are encountered, which involves a lot of computational problems. So, it is necessary to study the problem of getting optimal solution by computer. With the development of computer technology and artificial intelligence technology, natural computing has gradually become an important field in computational science. Meanwhile, more and more new natural computing methods are proposed. Natural computing can be seen as a revolutionary calculation after the traditional artificial intelligence, which has a very broad application prospects (Rabinovich, 2003). Natural computing will promote the fundamental development of the systematic, which includes the generalization of the system structure and the expansion of the system field. Nigel (2004) points out that the difference between natural computing and traditional computing system lies in the performance of self-organization, and he discussed the realization of the system from the network and molecular level. Francescoi (2009) reviews the complex data analysis problems in bioinformatics, such as protein structure prediction, microarray data analysis and gene regulatory networks. Wang Peng (2010) analyses the inherent relationship between parallelism and uncertainty in natural computing model, and presents an intelligent model of uncertainty in natural computation. In addition, a large number of computational models based on natural phenomena are proposed. The idea of ant colony optimization is based on the behavior of ant population in path selection and information transfer (Dorigo, 1996). Genetic algorithm is a method to simulate the evolution of biological population by genetic and natural selection (Holland, 1975). Artificial neural network (ANN) is a mathematical model for distributed parallel information processing by referring to the behavior characteristics of animal neural network (Xing, 2013). The optimization algorithm of chemical reaction is an optimization algorithm based on the phenomenon that the molecule is always stable in the low potential energy state. Chemical reaction optimization algorithm plays an important role in industrial production because of its advantages of multi task scheduling. In this paper, an improved chemical reaction optimization algorithm based on ant colony algorithm is proposed, which can effectively improve the accuracy and convergence of the chemical reaction optimization DOI: 10.3303/CET1866169 Please cite this article as: Song L., 2018, An improved chemical reaction optimization algorithm based on ant colony algorithm, Chemical Engineering Transactions, 66, 1009-1014 DOI:10.3303/CET1866169 1009 algorithm. Firstly, this paper introduces the classification and implementation of chemical reaction optimization algorithm. Secondly, the ant colony algorithm is introduced into the chemical reaction optimization algorithm by introducing an information conversion factor. Finally, ten TSPLIB cases are used as the test object in order to compare with other algorithms. The experimental results show that the improved chemical reaction optimization algorithm has higher accuracy and efficiency. 2. Basic theory and method 2.1 Chemical reaction optimization algorithm Chemical reaction optimization (CRO) algorithm is a natural algorithm proposed by Albert and Victor (2010) in Hong Kong. It is a swarm intelligence algorithm based on molecular collision and energy conversion in chemical reaction process. It follows the criterion that each reaction system will respond to its lowest energy state. Through this algorithm, we can solve the problem of finding the optimal solution, so as to solve the calculation problem in many large projects (Li, 2014). Chemical reaction follows the law of energy conservation. That is to say, the total energy of the whole chemical reaction system is constant. ( )     i im m buffer i A EK EP E K (1) In the above formula, and respectively represent kinetic energy and potential energy of a molecular. represents the molecular assembly of the whole chemical reaction system and represents central energy buffer. is a constant which represents the total energy of the whole chemical reaction system. At the same time, the chemical reaction can meet the following conditions. 1 1 ( ) i i i A B m m m i i EK EP EP       (2) According to the changes of molecular structure and the number of molecules involved in the reaction, it can be divided into monomolecular reaction and multi molecular reaction. The monomolecular reaction includes molecular decomposition and the collision between molecule and the system boundary. Multi-molecular reaction includes molecular synthesis and intermolecular collision. (1) Collision between molecules and system boundary This kind of collision refers to the process of obtaining a neighbouring molecule after the collision between molecules and the boundary of the system. We assume that the molecular structure before collision is m, and the molecular structure after collision is m’=N(m). According to the law of conservation of energy, we can get the formula. m m m EK EP EP   (3) The kinetic energy after molecular collision can be get by the following formula. ( ) m m m m EK EP EK EP      (4) where,  means the loss rate of kinetic energy, and it satisfies the condition (0,1]. (2) Molecular decomposition Molecular decomposition is the process that one molecule is broken down into multiple molecules after the collision with the system boundary. We assume that the molecular structure before collision is m, and the molecular structure after collision are m1’, …, mn’.The whole reaction process meets the following conditions. 1 i n m m m i EK EP EP      (5) Since the central energy buffer can complement the potential energy of the decomposed molecules, the conservation equation when the central energy buffer is considered can be get as follows. 1 i n m m m i EK EP EP      (5) 11 i n n m m buffer i m ii EK EP E EP        (6) 1010 where, the parameters are independent of each other, and it meet the condition i(0,1]. (3) Intermolecular collision The intermolecular collision is the process that some molecules collide with each other and produce the same number of new molecules. We use m1, m2 to represent the molecular structure before collision, and use m1, m2 to represent the molecular structure after collision. The intermolecular collision follows the following conditions. 1 1 2 2 1 2m m m m m m EK EP EK EP EP EP      (7) Then, we can get the kinetic energy of the new molecule after collision. 1 1 1 2 2 1 2 [( ) ( )] m m m m m m m EK EK EP EK EP EP EP          (8) 2 1 1 2 2 1 2 [( ) ( )] (1 ) m m m m m m m EK EK EP EK EP EP EP           (9) (4) Molecular synthesis Molecular synthesis refers to the process that many molecules collide with each other and fuse into a new molecule. We let m’ as the new molecule after collision, and the reaction process satisfies the following formula. 1 1 2 2m m m m m EK EP EK EP EP     (10) 2.2 The realization of CRO Table 1: The parameter and meaning Parameter Meaning T Molecular aggregation Rloss Loss rate of kinetic energy De Determining factor of Molecular reaction EKinitial Initial kinetic energy Ebuffer Central energy buffer γ The control factor of single molecule μ The control factor of Multi-molecule Start End Unimolecular reaction Parameter initialization Meet the decomposition condition Multi-molecular reaction Intermolecular interaction NO YES Collision with system boundary Molecular decomposition Intermolecular collision Molecular synthesis Meet the synthetic conditionNO YES NO YES Preserving the optimal solution Global optimal solution YES NO Figure 1: The flow chart of CRO 1011 Generally speaking, the whole process of chemical reaction optimization algorithm can be divided into three parts, and they are respectively the initialization of molecular structure, molecular collision and validation of collision result. The flow chart of CRO is as follows. Initialization of system parameters The parameters of the chemical reaction system are set according to the practical problems. And the main parameters in the algorithm initialization are shown in the following table. Check the type of molecular collision Take a random number θ(θ(0, 1]), if θ