A destination swap scheme for multi-agent system with agent-robots in region search problems

Size: px
Start display at page:

Download "A destination swap scheme for multi-agent system with agent-robots in region search problems"

Transcription

1 A destnaton swap scheme for mult-agent system wth agent-robots n regon search problems Zongln Ye, Shuo Yang, Shuo Zhu, Yazhe Tang, Hu Cao, and Yanbn Zhang ABSTRACT As the mult-agent robots can share nformaton and cooperate wth each other, they are appled n the regon search problems lke odor source localzaton. In ths knd of problems, the detecton result of the agent-robot at the current destnaton wll nfluence the locaton of ts next destnaton. So the route plannng of the agent-robots cannot be made n advance. Ths paper proposes a dynamc destnaton allocaton scheme for the agent-robot group to reduce the total movng dstance of the agent-robot group and thus save energy. When the agent-robots start to search the target regon, the scheme calculates the frst destnatons for the agent-robots and allocates the destnatons to the agent group to mnmze ther total movng dstance. Then as the dstances between the agent-robots and ther destnatons are dfferent, the agent-robots wll reach ther target destnatons at dfferent moments. In the followng searchng process, whenever an agent-robot arrves at ts current destnaton and calculates ts next destnaton, the scheme wll then fnd out the best destnaton allocaton plan for the agentgroup to mnmze the total movng dstance of the group. The smulaton s performed wth partcle swarm optmzaton (PSO) on benchmark functons wth agent-robots. The experments verfy the effectveness of the proposed scheme. 1 INTRODUCTION The mult-agent system (MAS) conssts of a number of agents whch can nteract wth each other and react to the envronment. Due to ts superorty n dealng wth complex problems, the noton of MAS has been appled n many aspects lke commercal bargan modellng [1], optmzaton problems [2], wreless sensor network (WSN) [3], and dstrbuted survellance system [4]. In ths knd of applcaton, the agent s a programme sent by the snk node n the WSN or the central computer n the Yazhe Tang s wth the Temasek Laboratores, Natonal Unversty of Sngapore, Sngapore (emal: yztang2008@yahoo.com) Correspondng author. Tel.: ; fax: Emal address: hucao@mal.xjtu.edu.cn Zongln Ye, Shuo Yang, Shuo Zhu, Hu Cao and Yanbn Zhang are wth State Key Laboratory of Electrcal Insulaton and Power Equpment, School of Electrcal Engneerng, Xan Jaotong Unversty, Xan, Shaanx, dstrbuted survellance system when a msson s generated. That s to say, the agents n the applcaton above are vrtual agents, not enttes. They do not occupy any space, wll not be worn, and cost nearly no energy. However, for mult-agent robots, lke robots used for regon search operatons [5] (e.g. odor source localzaton [6]), the stuaton s dfferent. In these two applcatons, agentrobots consume energy whle movng. So the desgner should not only make sure that the problem can be solved, but also reduce the energy consumpton. Decreasng the total movng dstance of the agent-robot group s an effectve approach and s meanngful for all the group-search problems wth agentrobots. There are many works focus on the task allocaton problems of the agent-robot group or the UAV group [7, 8]. However, n these works, the locatons of all the targets are known before the allocaton. As n the regon search problems lke odor source localzaton, the locatons of the targets to be detected are calculated real-tmely wth the nformaton obtaned from the former detecton results, other methods are needed to fnd an optmal allocaton scheme for the regon search problems. Ths paper proposes a dynamc destnaton allocaton scheme for mult-agent system wth agent-robots n the regon search problems to reduce the total movng dstance of the agent-robot group. When the agent-robots start to search the target regon, the scheme frst calculates the frst destnatons under the predefned searchng algorthm for the agentrobots and allocates the destnatons to the agent group to mnmze ther total movng dstance. Then as the dstances between the agent-robots and ther destnatons are dfferent, the agent-robots wll reach ther target destnatons at dfferent moments. In the followng searchng process, whenever an agent-robot arrves at ts current destnaton and calculates ts next destnaton, the scheme wll then fnd out the best destnaton allocaton plan for the agent-group to mnmze the total movng dstance of the group. Generally speakng, the destnaton re-allocaton scheme s trggered whenever an agent-robot reaches calculates ts next destnaton. As partcle swarm optmzaton (PSO) [9] s wdely used n the regon search problems, a smulaton of 2-D PSO benchmark functon optmzaton problem wth agent-robots usng PSO s performed to show the effectveness of the proposed scheme. As the conventonal PSO s a synchronous algorthm and the agent-robots wll reach ts dstance and dfferent moment, an asynchronous verson of PSO s used. In ths asynchronous PSO, the partcles are treated as the real-world robots and 1

2 ther movements cost tme. As the dstances between the locatons of the partcles and ther destnatons are dfferent and we assume that the veloctes of the partcles are dentcal, the partcles wll arrve at ther destnaton at dfferent moments. Whenever a partcle arrves at ts current destnaton, ts next destnaton s calculated by ts personal best and the current global best. Thus, n ths verson of PSO, the dfferent partcles wll have dfferent update tmes at a specfc moment. The experments verfy the effectveness of the proposed scheme. The nfluence of the number of the agent-robot to the scheme s also analysed. The rest of the paper s organzed as follows. Secton II s the proposed scheme. Secton III s the experment and secton IV gves the concluson. 2 THE PROPOSED SCHEME In regon search problems, the agent-robots need to move n the searchng regon to fnd the problem-related target under the predefned algorthm. No matter what the problem and the algorthm are, the agent-robots are always n the teraton composed of three parts: detectng the destnaton, calculatng the next destnaton, and movng to the next destnaton. The detecton part s accomplshed by the sensors equpped on the agent-robot. Then the agents can exchange the nformaton of the problem, lke the optmal value beng detected and the locatons of the obstacles. When calculatng the next destnaton for every agent, the agent-robots are treated as a group n the sense that the knowledge gathered by all the agent-robots s used. However, when movng to the next destnaton, the agent-robot just moves to the destnaton calculated by tself. In another word, n the movng process, the agent-robots are treated as ndvduals and there s no cooperaton among them. The followng part ntroduces a dynamc destnaton allocaton scheme for the agent-robot group. The destnaton allocaton scheme s based on the fact that the next destnaton of an agent-robot may be closer to another agent-robot. In that stuaton, f the two destnatons are re-allocated between the two agent-robots, the total movng dstance and the energy consumpton of the two agent-robots can be decreased. In the scheme, the parts of detectng the destnaton and calculatng the next destnaton are the same as the conventonal scheme n the regon search problems. Now we show the proposed destnaton allocaton scheme for the process of movng to the next destnaton. Assume that there are m agent-robots r 1, r 2,..., r m n the searchng regon to detect the target whch s at a specfc locaton X. The searchng process s controlled by a specfc algorthm C. The process of the scheme can be descrbed as follows: Step 1: The calculaton of the ntal locatons and the frst destnatons of the agent-robots. The ntal locatons of the agent-robots, donated as x 0 1, x 0 2, x 0 3,..., x 0 m are obtaned by C. The subscrpt s the label of the agent-robot and the superscrpt s the teratons of the agent-robot. For example, x 5 3 s the thrd locaton of the 5th agent-robot. The second locaton of agent-robot, donated as x 1, s also obtaned by C. Step 2: The frst destnaton allocaton process of the agent-robot group. The purpose of ths step s to mnmze the total movng dstance of the robot group. At the begnnng, the agent-robots are at x 0 1, x 0 2, x 0 3,..., x 0 m, and ther destnatons are x 1 1, x 1 2, x 1 3,..., x 1 m. In conventonal algorthms wthout consderng the cooperaton n the movng process, the agent-robots wll move to ther destnaton, respectvely. And the total movng dstance of the robot group s dst(x 1 x0 ), where dst s the Eucldean dstance. The destnaton allocaton process s used to mnmze the total movng dstance. For example, f there are agent-robots, j, and k wth x 1 = p, x 1 j = p j, x 1 k = p k, where p, p j, and p k are the locatons of the destnatons after step 1. Then after Hungaran algorthm gves an allocaton plan, the allocated destnatons may be lke x 1 = p, x 1 j = p k, x 1 k = p j. In ths case, the agent-robots j and k have exchanged ther destnatons to decrease the total movng dstance. Step 3: The agent-robots wth the movng dstance moves to ts current destnaton and gets ts new destnaton. For an agent-robot, after step 2, ts movng dstance wll be dst(x 1 x0 ). For the agent-robot group, there wll be a robot, labeled as, wth the movng dstance. As we assume that the velocty of all the agent-robots are 1, then robot wll frst reach ts destnaton x 1 after t 1 = dst(x 1 x0 ). Here t 1 s the tme nterval between the frst and the second allocaton. Then based on the nformaton obtaned from locaton x 1, the predefned searchng algorthm C calculates the next locaton of the agent-robot, whch s donated as x 2. Step 4: The destnaton allocaton process of the agentrobot group. When the next destnaton of the agent wth the movng dstance, x t +1 s obtaned, another destnaton allocaton for the agent-robot group s performed. The lth destnaton allocaton can be formulated as follows: arg mn( dst(x 1 k j x 0 j)) s.t. where x nj jc =1 k j = 1 =1 k j = 1 j=1 k j = 1 or 0 j = 1, 2, 3,..., m = 1, 2, 3,..., m, j = 1, 2, 3,..., m (1) s the current locaton of agent-robot j when the lth destnaton allocaton happens. n j s the number of tmes that agent-robot j s the frst to reach ts destnaton, whch also can be nterpreted as the tmes that agent-robot j gets ts destnaton by C, not by the allocaton process. Ths s a combnatoral optmzaton problem and can be solved by

3 Hungaran algorthm whch solves the assgnment problem n polynomal tme [10]. The algorthm can gve an allocaton plan to the agent-robot group. x nj jc = xnj j + xnj+1 j x nj+1 j x nj j x nj j xn+1 x n (2) x n c = xn +1 (3) where x n +1 s updated by C. In our scheme, Hungaran algorthm s also used to solve (2) and gves a destnaton re-allocaton plan for the agentrobot group. Step 5: Iterate step 3 and 4, untl algorthm C ends. The followng secton wll llustrate the performance of the proposed scheme on some benchmark functons of PSO algorthm, whch s wdely used n regon search problems. 3 EXPERIMENTS In ths secton, sx test functons (Bohachevsky, Grewank, Mchalewcz, Rastrgn, Rosenbrock, and Schwefel) are used to verfy the effectveness of the proposed scheme. The concept of PSO was frst suggested by Kennedy and Eberhart [9]. The algorthm uses a group of partcles to search the feasble regon and updates the locatons of the partcles by consderng the current locaton of the partcle, the hstory best locaton of the partcle, and the global best locaton of the partcle group. For the th partcle P, let vd t donate the velocty on the dth dmenson at the tth teraton. Smlarly, x t d s ts locaton on the dth dmenson at the tth teraton. Let p t d and pt gd be the partcle best locaton and swarm best locaton tll the tth teraton. Then the velocty of the th partcle on the dth dmenson s updated accordng to the followng equaton [9]: v t d = wv t 1 d + c 1 r 1 (p t d x t d) + c 2 r 2 (p t gd x t d) (4) where d = 1, 2,..., D, and D s the dmenson of the searchng space. c 1 and c 2 are acceleraton factors ndcatng the degree that the partcle s attracted by ts personal best poston and the global best poston. These two constants are set as 2 n order to make the average velocty change coeffcent close to 1 [9]. r 1 and r 2 are unformly generated random numbers wth a scope of [0, 1]. w s the weghtng factor controllng the searchng regon of the partcles. Then the locaton of the th partcle on the dth dmenson s updated as follows: x t+1 d = x t d + v t d (5) For the experments wth real robots, movng from one place to another costs tme. Usually, the agent-robots wll not arrve at ther destnatons at the same tme. Comparng wth the strategy that updatng the new destnatons synchronously when each member of the agent-robot group reaches ts destnaton, we would rather do the destnaton allocaton process whenever an agent-robot reaches the destnaton. Thus, unlke the conventonal PSO, the PSO used n the experment s an asynchronous PSO. The asynchronous PSO s v n = wv n 1 + c 1 r 1 (p n x n ) + c 2 r 2 (p l g x n ) (6) x n+1 d = x n d + v n d (7) The experment uses the asynchronous PSO descrbed above and the asynchronous PSO wth the destnaton allocaton scheme on sx benchmark functons to compare the total movng dstance of the agent-robot group n the entre searchng process. For each functon, the asynchronous PSO algorthm and the asynchronous PSO wth the proposed scheme both run for 100 tmes. The number of the teratons of the algorthm s set to be 1000 before t ends n each run. The average value of the total movng dstance of the agent-robot group n the two methods, the percentage of the dstance decreased by the proposed scheme, and the results of the Wlcoxon rank-sum test are lsted n table 1. From Table 1, t s clear that the proposed scheme can sgnfcantly reduce the movng dstance of the agent-robot group for all the benchmark problems. For all the functons, the proposed scheme helps to decrease the total movng dstance of the agent-robot group by nearly one quarter except one functon. The maxmum reducton happens on the Rastrgn functon, whch s 24.2 %. Wth a sgnfcance level of 5%, the p-value also ndcates that the superorty of the proposed scheme does not happen by chance. And the superorty also holds over Bohachevsky functon. Another experment s performed to nvestgate the relatonshp between the number of the robots and ts effect on the proposed scheme. For Grewank functon, the experment s performed for 100 tmes wth the number of the robots ncreasng from 6 to 12. The average values of the total movng dstance of the two schemes n 100 experments of Grewank functon wth the number of the robots rangng from 6 to 12 are n Table 2. From ths table, t can be found that the total movng dstance of the two schemes change wth the number of the robots. The total movng dstance of the proposed scheme s always smaller than that of the conventonal PSO. The percentage of dstance decreased vares, rangng from 5.7% to 47.4%. It can be seen that the number of the robots s not the only element that affects the total movng dstance. More experments are needed to dscover the other elements. 4 CONCLUSIONS Ths paper proposes a dynamc destnaton allocaton scheme for the agent-robot group to reduce the total movng dstance of the agent-robot group and thus save energy. As PSO s wdely used n regon search problems, experments

4 Benchmark functons Asynchronous PSO wth proposed scheme Asynchronous PSO Decreased percentage (%) P-value Bohachevsky E E E-04 Grewank E E E-16 Mchalewcz E-18 Rastrgn E E E-20 Rosenbrock E E E-19 Schwefel E E E-15 Table 1: The average of the total movng dstance on sx benchmark functons of the two schemes The number of the robots The proposed scheme (1E+03) Asynchronous PSO (1E+03) Decreased percentage (%) Table 2: The total movng dstance wth the changng of the number of the robots for the two schemes are performed on the benchmark functons to verfy the effectveness of the proposed scheme. From our research, several conclusons can be obtaned. Frst, the proposed scheme can sgnfcantly reduce the total movng dstance of the agentrobot group. Second, lke the conventonal PSO, the asynchronous PSO can fnd the optmal value of the regon search problem. Fnally, the asynchronous PSO wth the proposed scheme can reduce the total movng dstance of the agentrobot group compared to the asynchronous PSO tself. In the future, the smulatons and experments on practcal regon search problems lke odor source localzaton need to be mplemented. More propertes of the asynchronous PSO also deserve further analyss. ACKNOWLEDGEMENTS Ths work s supported by the Natonal Natural Scence Foundaton of Chna under Grant , the Program for New Century Excellent Talents n Unversty under Grant NCET , the Natural Scence Foundaton of Shaanx Provnce of Chna under Grant 2014JQ8365, State Key Laboratory of Electrcal Insulaton and Power Equpment EIPE16313 and the Fundamental Research Funds for the Central Unversty. REFERENCES [1] M.H. Chen and L. Wang. Impact of ndvdual response strategy on the spatal publc goods game wthn moble agents. Appled Mathematcs and Computaton, 251: , [2] X.F. Xe and J.M. Lu. Multagent optmzaton system for solvng the travelng salesman problem (tsp). IEEE Transactons on Systems Man And Cybernetcs Part B, 39(2): , [3] D.Y. Ye, M.J. Zhang, and D. Sutanto. Self-organzaton n an agent network: A mechansm and a potental applcaton. Decson Support Systems, 53(3): , [4] J.M. Gascuena and F.C. Antono. On the use of agent technology n ntellgent, multsensory and dstrbuted survellance. The Knowledge Engneerng Revew, 26(2): , [5] D.W.Gong and C.L. Q. Modfed partcle swarm optmzaton for odor source localzaton of mult-robot. In IEEE Congress on Evolutonary Computaton (CEC), [6] A.T. Hayes, A. Martnol, and R.M. Goodman. Swarm robotc odor localzaton: Off-lne optmzaton and valdaton wth real robots. Robotca, 21(4): , [7] M. Alghanbar, Y. Kuwata, and J.P. How. Coordnaton and control of multple uavs wth tmng constrants and loterng. In Proceedng of the IEEE Amercan Control Conference, [8] S. Rathnam and R. Sengupta. Lower and upper bounds for a multple depot uav routng problem. In Proceedng of the IEEE Amercan Control Conference, [9] J. Kennedy and R. Eberhart. Partcle swarm optmzaton. In IEEE Internatonal Conference on Neural Networks, 1995.

5 [10] Pentco and W. Davd. Assgnment problems: A golden annversary survey. European Journal Of Operatonal Research, 176(2): , 2007.

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Wavelet chaotic neural networks and their application to continuous function optimization

Wavelet chaotic neural networks and their application to continuous function optimization Vol., No.3, 04-09 (009) do:0.436/ns.009.307 Natural Scence Wavelet chaotc neural networks and ther applcaton to contnuous functon optmzaton Ja-Ha Zhang, Yao-Qun Xu College of Electrcal and Automatc Engneerng,

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

A Study on Improved Cockroach Swarm Optimization Algorithm

A Study on Improved Cockroach Swarm Optimization Algorithm A Study on Improved Cockroach Swarm Optmzaton Algorthm 1 epartment of Computer Scence and Engneerng, Huaan Vocatonal College of Informaton Technology,Huaan 223003, Chna College of Computer and Informaton,

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Collision-Free Path and Trajectory Planning Algorithm for Multiple-Vehicle Systems

Collision-Free Path and Trajectory Planning Algorithm for Multiple-Vehicle Systems Collson-Free Path and Trajectory Plannng Algorthm for Multple-Vehcle Systems Anugrah K. Pamosoaj, and Keum-Sh Hong, Senor Member, IEEE Abstract An algorthm to generate collson-free paths and trajectores

More information

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

More information

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

More information

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at www.jraset.com Comparatve Analyss of SPSO and PSO to Optmal Power Flow Solutons

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

on the improved Partial Least Squares regression

on the improved Partial Least Squares regression Internatonal Conference on Manufacturng Scence and Engneerng (ICMSE 05) Identfcaton of the multvarable outlers usng T eclpse chart based on the mproved Partal Least Squares regresson Lu Yunlan,a X Yanhu,b

More information

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

More information

SOLVING CAPACITATED VEHICLE ROUTING PROBLEMS WITH TIME WINDOWS BY GOAL PROGRAMMING APPROACH

SOLVING CAPACITATED VEHICLE ROUTING PROBLEMS WITH TIME WINDOWS BY GOAL PROGRAMMING APPROACH Proceedngs of IICMA 2013 Research Topc, pp. xx-xx. SOLVIG CAPACITATED VEHICLE ROUTIG PROBLEMS WITH TIME WIDOWS BY GOAL PROGRAMMIG APPROACH ATMII DHORURI 1, EMIUGROHO RATA SARI 2, AD DWI LESTARI 3 1Department

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1]

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1] DYNAMIC SHORTEST PATH SEARCH AND SYNCHRONIZED TASK SWITCHING Jay Wagenpfel, Adran Trachte 2 Outlne Shortest Communcaton Path Searchng Bellmann Ford algorthm Algorthm for dynamc case Modfcatons to our algorthm

More information

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS Journal of Theoretcal and Appled Informaton Technology 005-01 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM

More information

Gravitational Acceleration: A case of constant acceleration (approx. 2 hr.) (6/7/11)

Gravitational Acceleration: A case of constant acceleration (approx. 2 hr.) (6/7/11) Gravtatonal Acceleraton: A case of constant acceleraton (approx. hr.) (6/7/11) Introducton The gravtatonal force s one of the fundamental forces of nature. Under the nfluence of ths force all objects havng

More information

Multiple Sound Source Location in 3D Space with a Synchronized Neural System

Multiple Sound Source Location in 3D Space with a Synchronized Neural System Multple Sound Source Locaton n D Space wth a Synchronzed Neural System Yum Takzawa and Atsush Fukasawa Insttute of Statstcal Mathematcs Research Organzaton of Informaton and Systems 0- Mdor-cho, Tachkawa,

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI 2017 2nd Internatonal Conference on Electrcal and Electroncs: echnques and Applcatons (EEA 2017) ISBN: 978-1-60595-416-5 Study on Actve Mcro-vbraton Isolaton System wth Lnear Motor Actuator Gong-yu PAN,

More information

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems Mult-agent system based on self-adaptve dfferental evoluton for solvng dynamc optmzaton problems Aleš Čep Faculty of Electrcal Engneerng and Computer Scence Unversty of Marbor ales.cep@um.s ABSTRACT Ths

More information

AP Physics 1 & 2 Summer Assignment

AP Physics 1 & 2 Summer Assignment AP Physcs 1 & 2 Summer Assgnment AP Physcs 1 requres an exceptonal profcency n algebra, trgonometry, and geometry. It was desgned by a select group of college professors and hgh school scence teachers

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

Appendix B: Resampling Algorithms

Appendix B: Resampling Algorithms 407 Appendx B: Resamplng Algorthms A common problem of all partcle flters s the degeneracy of weghts, whch conssts of the unbounded ncrease of the varance of the mportance weghts ω [ ] of the partcles

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

A Genetic-Algorithm-Based Approach to UAV Path Planning Problem

A Genetic-Algorithm-Based Approach to UAV Path Planning Problem A Genetc-Algorm-Based Approach to UAV Pa Plannng Problem XIAO-GUAG GAO 1 XIAO-WEI FU 2 and DA-QIG CHE 3 1 2 School of Electronc and Informaton orwestern Polytechncal Unversty X An 710072 CHIA 3 Dept of

More information

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Volume 2012, Artcle ID 207318, 11 pages do:10.1155/2012/207318 Research Artcle Adaptve Parameters for a Modfed Comprehensve Learnng Partcle Swarm

More information

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling Real-Tme Systems Multprocessor schedulng Specfcaton Implementaton Verfcaton Multprocessor schedulng -- -- Global schedulng How are tasks assgned to processors? Statc assgnment The processor(s) used for

More information

Economics 101. Lecture 4 - Equilibrium and Efficiency

Economics 101. Lecture 4 - Equilibrium and Efficiency Economcs 0 Lecture 4 - Equlbrum and Effcency Intro As dscussed n the prevous lecture, we wll now move from an envronment where we looed at consumers mang decsons n solaton to analyzng economes full of

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Synchronized Multi-sensor Tracks Association and Fusion

Synchronized Multi-sensor Tracks Association and Fusion Synchronzed Mult-sensor Tracks Assocaton and Fuson Dongguang Zuo Chongzhao an School of Electronc and nformaton Engneerng X an Jaotong Unversty Xan 749, P.R. Chna Zlz_3@sna.com.cn czhan@jtu.edu.cn Abstract

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Clock-Gating and Its Application to Low Power Design of Sequential Circuits

Clock-Gating and Its Application to Low Power Design of Sequential Circuits Clock-Gatng and Its Applcaton to Low Power Desgn of Sequental Crcuts ng WU Department of Electrcal Engneerng-Systems, Unversty of Southern Calforna Los Angeles, CA 989, USA, Phone: (23)74-448 Massoud PEDRAM

More information

High resolution entropy stable scheme for shallow water equations

High resolution entropy stable scheme for shallow water equations Internatonal Symposum on Computers & Informatcs (ISCI 05) Hgh resoluton entropy stable scheme for shallow water equatons Xaohan Cheng,a, Yufeng Ne,b, Department of Appled Mathematcs, Northwestern Polytechncal

More information

Power law and dimension of the maximum value for belief distribution with the max Deng entropy

Power law and dimension of the maximum value for belief distribution with the max Deng entropy Power law and dmenson of the maxmum value for belef dstrbuton wth the max Deng entropy Bngy Kang a, a College of Informaton Engneerng, Northwest A&F Unversty, Yanglng, Shaanx, 712100, Chna. Abstract Deng

More information

Section 8.3 Polar Form of Complex Numbers

Section 8.3 Polar Form of Complex Numbers 80 Chapter 8 Secton 8 Polar Form of Complex Numbers From prevous classes, you may have encountered magnary numbers the square roots of negatve numbers and, more generally, complex numbers whch are the

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

Research Article Three-Dimensional Path Planning Method for Autonomous Underwater Vehicle Based on Modified Firefly Algorithm

Research Article Three-Dimensional Path Planning Method for Autonomous Underwater Vehicle Based on Modified Firefly Algorithm Mathematcal Problems n Engneerng Volume 2015, Artcle ID 561394, 10 pages http://dx.do.org/10.1155/2015/561394 Research Artcle Three-Dmensonal Path Plannng Method for Autonomous Underwater Vehcle Based

More information

The lower and upper bounds on Perron root of nonnegative irreducible matrices

The lower and upper bounds on Perron root of nonnegative irreducible matrices Journal of Computatonal Appled Mathematcs 217 (2008) 259 267 wwwelsevercom/locate/cam The lower upper bounds on Perron root of nonnegatve rreducble matrces Guang-Xn Huang a,, Feng Yn b,keguo a a College

More information

Comments on a secure dynamic ID-based remote user authentication scheme for multiserver environment using smart cards

Comments on a secure dynamic ID-based remote user authentication scheme for multiserver environment using smart cards Comments on a secure dynamc ID-based remote user authentcaton scheme for multserver envronment usng smart cards Debao He chool of Mathematcs tatstcs Wuhan nversty Wuhan People s Republc of Chna Emal: hedebao@63com

More information

An Adaptive Learning Particle Swarm Optimizer for Function Optimization

An Adaptive Learning Particle Swarm Optimizer for Function Optimization An Adaptve Learnng Partcle Swarm Optmzer for Functon Optmzaton Changhe L and Shengxang Yang Abstract Tradtonal partcle swarm optmzaton (PSO) suffers from the premature convergence problem, whch usually

More information

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING N. Phanthuna 1,2, F. Cheevasuvt 2 and S. Chtwong 2 1 Department of Electrcal Engneerng, Faculty of Engneerng Rajamangala

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Credit Card Pricing and Impact of Adverse Selection

Credit Card Pricing and Impact of Adverse Selection Credt Card Prcng and Impact of Adverse Selecton Bo Huang and Lyn C. Thomas Unversty of Southampton Contents Background Aucton model of credt card solctaton - Errors n probablty of beng Good - Errors n

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

DUE: WEDS FEB 21ST 2018

DUE: WEDS FEB 21ST 2018 HOMEWORK # 1: FINITE DIFFERENCES IN ONE DIMENSION DUE: WEDS FEB 21ST 2018 1. Theory Beam bendng s a classcal engneerng analyss. The tradtonal soluton technque makes smplfyng assumptons such as a constant

More information

A Self-Adaptive Chaos Particle Swarm Optimization Algorithm

A Self-Adaptive Chaos Particle Swarm Optimization Algorithm TELKOMNIKA, Vol.13, No.1, March 2015, pp. 331~340 ISSN: 1693-6930, accredted A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v131.1267 331 A Self-Adaptve Chaos Partcle Swarm Optmzaton

More information

Discrete Particle Swarm Optimization for TSP: Theoretical Results and Experimental Evaluations

Discrete Particle Swarm Optimization for TSP: Theoretical Results and Experimental Evaluations Dscrete Partcle Swarm Optmzaton for TSP: Theoretcal Results and Expermental Evaluatons Matthas Hoffmann, Mortz Mühlenthaler, Sabne Helwg, Rolf Wanka Department of Computer Scence, Unversty of Erlangen-Nuremberg,

More information

ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM

ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM An elastc wave s a deformaton of the body that travels throughout the body n all drectons. We can examne the deformaton over a perod of tme by fxng our look

More information

V is the velocity of the i th

V is the velocity of the i th Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) Probablstcally rven Partcle Swarms for Optmzaton of Mult Valued screte Problems : esgn and Analyss Kalyan Veeramachanen, Lsa Osadcw, Ganapath

More information

829. An adaptive method for inertia force identification in cantilever under moving mass

829. An adaptive method for inertia force identification in cantilever under moving mass 89. An adaptve method for nerta force dentfcaton n cantlever under movng mass Qang Chen 1, Mnzhuo Wang, Hao Yan 3, Haonan Ye 4, Guola Yang 5 1,, 3, 4 Department of Control and System Engneerng, Nanng Unversty,

More information

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate Internatonal Journal of Mathematcs and Systems Scence (018) Volume 1 do:10.494/jmss.v1.815 (Onlne Frst)A Lattce Boltzmann Scheme for Dffuson Equaton n Sphercal Coordnate Debabrata Datta 1 *, T K Pal 1

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM Internatonal Conference on Ceramcs, Bkaner, Inda Internatonal Journal of Modern Physcs: Conference Seres Vol. 22 (2013) 757 761 World Scentfc Publshng Company DOI: 10.1142/S2010194513010982 FUZZY GOAL

More information

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods Indan Journal of Scence and Technology Entropy Generaton Mnmzaton of Pn Fn Heat Snks by Means of Metaheurstc Methods Amr Jafary Moghaddam * and Syfollah Saedodn Department of Mechancal Engneerng, Semnan

More information

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL

PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL ARPN Journal of Engneerng and Appled Scences 2006-2012 Asan Research Publshng Networ (ARPN). All rghts reserved. PARTICLE SWARM OPTIMIZATION BASED OPTIMAL POWER FLOW FOR VOLT-VAR CONTROL M. Balasubba Reddy

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

The Analysis of Convection Experiment

The Analysis of Convection Experiment Internatonal Conference on Appled Scence and Engneerng Innovaton (ASEI 5) The Analyss of Convecton Experment Zlong Zhang School of North Chna Electrc Power Unversty, Baodng 7, Chna 469567@qq.com Keywords:

More information

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints Internatonal Journal of Engneerng Research and Applcatons (IJERA) ISSN: 48-96 Natonal Conference On Advances n Energy and Power Control Engneerng (AEPCE-K1) Evolutonary Computatonal Technques to Solve

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

More information

Combinatorial Optimization of Multi-agent Differential Evolution Algorithm

Combinatorial Optimization of Multi-agent Differential Evolution Algorithm Send Orders or Reprnts to reprnts@benthamscence.ae 0 The Open Cybernetcs & Systemcs Journal, 04, 8, 0-06 Open Access Combnatoral Optmzaton o Mult-agent Derental Evoluton Algorthm Fahu Gu,,*, Kangshun L,

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

More information

Feature Selection in Multi-instance Learning

Feature Selection in Multi-instance Learning The Nnth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 10) Chengdu-Juzhagou, Chna, August 19 23, 2010 Copyrght 2010 ORSC & APORC, pp. 462 469 Feature Selecton n Mult-nstance Learnng

More information

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

More information

Week3, Chapter 4. Position and Displacement. Motion in Two Dimensions. Instantaneous Velocity. Average Velocity

Week3, Chapter 4. Position and Displacement. Motion in Two Dimensions. Instantaneous Velocity. Average Velocity Week3, Chapter 4 Moton n Two Dmensons Lecture Quz A partcle confned to moton along the x axs moves wth constant acceleraton from x =.0 m to x = 8.0 m durng a 1-s tme nterval. The velocty of the partcle

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification E395 - Pattern Recognton Solutons to Introducton to Pattern Recognton, Chapter : Bayesan pattern classfcaton Preface Ths document s a soluton manual for selected exercses from Introducton to Pattern Recognton

More information

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl RECURSIVE SPLINE INTERPOLATION METHOD FOR REAL TIME ENGINE CONTROL APPLICATIONS A. Stotsky Volvo Car Corporaton Engne Desgn and Development Dept. 97542, HA1N, SE- 405 31 Gothenburg Sweden. Emal: astotsky@volvocars.com

More information

An Integrated Asset Allocation and Path Planning Method to to Search for a Moving Target in in a Dynamic Environment

An Integrated Asset Allocation and Path Planning Method to to Search for a Moving Target in in a Dynamic Environment An Integrated Asset Allocaton and Path Plannng Method to to Search for a Movng Target n n a Dynamc Envronment Woosun An Mansha Mshra Chulwoo Park Prof. Krshna R. Pattpat Dept. of Electrcal and Computer

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

More information

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy Comparatve Studes of Law of Conservaton of Energy and Law Clusters of Conservaton of Generalzed Energy No.3 of Comparatve Physcs Seres Papers Fu Yuhua (CNOOC Research Insttute, E-mal:fuyh1945@sna.com)

More information

Orientation Model of Elite Education and Mass Education

Orientation Model of Elite Education and Mass Education Proceedngs of the 8th Internatonal Conference on Innovaton & Management 723 Orentaton Model of Elte Educaton and Mass Educaton Ye Peng Huanggang Normal Unversty, Huanggang, P.R.Chna, 438 (E-mal: yepeng@hgnc.edu.cn)

More information

Unscented Particle Filtering Algorithm for Optical-Fiber Sensing Intrusion Localization Based on Particle Swarm Optimization

Unscented Particle Filtering Algorithm for Optical-Fiber Sensing Intrusion Localization Based on Particle Swarm Optimization TELKOMNIKA, Vol13, No1, March 015, pp 349~356 ISSN: 1693-6930, accredted A by DIKTI, Decree No: 58/DIKTI/Kep/013 DOI: 10198/TELKOMNIKAv13117 349 Unscented Partcle Flterng Algorthm for Optcal-Fber Sensng

More information

1 Introduction. Keywords: parallel pumping stations, decomposition, aggregation, dynamic programming, optimization, adjustable-blade

1 Introduction. Keywords: parallel pumping stations, decomposition, aggregation, dynamic programming, optimization, adjustable-blade Study of Optmal Operaton for Hua an Parallel Pumpng Statons wth Adustable-Blade Unts Based on Two Stages Decomposton-Dynamc Programmng Aggregaton Method Y Gong, Jln Cheng, Rentan Zhang,2, Lhua Zhang College

More information

Investigation of a New Monte Carlo Method for the Transitional Gas Flow

Investigation of a New Monte Carlo Method for the Transitional Gas Flow Investgaton of a New Monte Carlo Method for the Transtonal Gas Flow X. Luo and Chr. Day Karlsruhe Insttute of Technology(KIT) Insttute for Techncal Physcs 7602 Karlsruhe Germany Abstract. The Drect Smulaton

More information

Amiri s Supply Chain Model. System Engineering b Department of Mathematics and Statistics c Odette School of Business

Amiri s Supply Chain Model. System Engineering b Department of Mathematics and Statistics c Odette School of Business Amr s Supply Chan Model by S. Ashtab a,, R.J. Caron b E. Selvarajah c a Department of Industral Manufacturng System Engneerng b Department of Mathematcs Statstcs c Odette School of Busness Unversty of

More information

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015)

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Internatonal Power, Electroncs and Materals Engneerng Conference (IPEMEC 2015) Dynamc Model of Wnd Speed Dstrbuton n Wnd Farm Consderng the Impact of Wnd Drecton and Interference Effects Zhe Dong 1, a,

More information

Parameter Estimation for Dynamic System using Unscented Kalman filter

Parameter Estimation for Dynamic System using Unscented Kalman filter Parameter Estmaton for Dynamc System usng Unscented Kalman flter Jhoon Seung 1,a, Amr Atya F. 2,b, Alexander G.Parlos 3,c, and Klto Chong 1,4,d* 1 Dvson of Electroncs Engneerng, Chonbuk Natonal Unversty,

More information

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem Internatonal Journal of Industral Engneerng Computatons 7 (2016) 573 584 Contents lsts avalable at GrowngScence Internatonal Journal of Industral Engneerng Computatons homepage: www.growngscence.com/ec

More information

6.3.4 Modified Euler s method of integration

6.3.4 Modified Euler s method of integration 6.3.4 Modfed Euler s method of ntegraton Before dscussng the applcaton of Euler s method for solvng the swng equatons, let us frst revew the basc Euler s method of numercal ntegraton. Let the general from

More information

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

More information

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD 90 CHAPTER 7 STOCHASTIC ECOOMIC EMISSIO DISPATCH-MODELED USIG WEIGHTIG METHOD 7.1 ITRODUCTIO early 70% of electrc power produced n the world s by means of thermal plants. Thermal power statons are the

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U)

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U) Econ 413 Exam 13 H ANSWERS Settet er nndelt 9 deloppgaver, A,B,C, som alle anbefales å telle lkt for å gøre det ltt lettere å stå. Svar er gtt . Unfortunately, there s a prntng error n the hnt of

More information

Chapter 2 A Class of Robust Solution for Linear Bilevel Programming

Chapter 2 A Class of Robust Solution for Linear Bilevel Programming Chapter 2 A Class of Robust Soluton for Lnear Blevel Programmng Bo Lu, Bo L and Yan L Abstract Under the way of the centralzed decson-makng, the lnear b-level programmng (BLP) whose coeffcents are supposed

More information

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure Intern. J. Fuzzy Mathematcal rchve Vol. 5, No., 04, 9-7 ISSN: 30 34 (P, 30 350 (onlne Publshed on 5 November 04 www.researchmathsc.org Internatonal Journal of Complement of Type- Fuzzy Shortest Path Usng

More information

Week 9 Chapter 10 Section 1-5

Week 9 Chapter 10 Section 1-5 Week 9 Chapter 10 Secton 1-5 Rotaton Rgd Object A rgd object s one that s nondeformable The relatve locatons of all partcles makng up the object reman constant All real objects are deformable to some extent,

More information

Mathematical Preparations

Mathematical Preparations 1 Introducton Mathematcal Preparatons The theory of relatvty was developed to explan experments whch studed the propagaton of electromagnetc radaton n movng coordnate systems. Wthn expermental error the

More information