BEHAVIOR BASED CONTROL AND FUZZY Q-LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION

Size: px
Start display at page:

Download "BEHAVIOR BASED CONTROL AND FUZZY Q-LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION"

Transcription

1 572 BEHAVIOR BASE COTROL A FUZZY Q-LEARIG FOR AUTOOMOUS MOBILE ROBOT AVIGATIO Kharul Anam 1,3, Son Kuswad 2,Rusdhanto Effend 3 1 epartment of Electrcal Engneerng, Faculty of Engneerng, Unversty of Jember, Jl. Slamet Ryad 62 Jember emal : kh_anam_sp@elect-eng.ts.ac.d 2 EEPIS-ITS, Kampus Keputh ITS SUkollo emal : sonk@eeps-ts.edu 3 epartment of Electrcal Engneerng, Faculty of Industral Engneerng, ITS ABSTRACT Ths paper presents collaboraton of behavor based control and fuzzy Q-learnng for moble robot navgaton systems. There are many fuzzy Q- learnng algorthms that have been proposed to yeld ndvdual behavor lke obstacle avodance, fnd target and so on. However, for complcated tasks, t s needed to combne all behavors n one control schema usng behavor based control. Based ths fact, ths paper proposes a control schema that ncorporate fuzzy q-learnng n behavor based schema to overcome complcated tasks n navgaton systems of autonomous moble robot. In the proposed schema, there are two behavors whch s learned by fuzzy q-learnng. Other behavors s constructed n desgn step. All behavors are coordnated by herarchcal hybrd coordnaton node. Smulaton results demonstrate that the robot wth proposed schema s able to learn the rght polcy, to avod obstacle and to fnd the target. However, Fuzzy q-learnng faled to gve rght polcy for the robot to avod collson n the corner locaton. Keywords : behavor based control, fuzzy q- learnng 1 ITROUCTIO Moble robot autonomous navgaton system s a one of actve area of robot research. To mplement such a robot system, t s mportant for the system to properly react n an unknown envronment by learnng ts actons through experence. For ths purpose, renforcement learnng methods have been recevng ncreased attenton for use n autonomous robot systems. One method that has been wdely used s Q- learnng. However, snce Q-learnng deals wth dscrete actons and states, an enormous amount of states may be necessary for an autonomous robot to learn an approprate acton n a contnuous envronment. Therefore, Q-learnng can not be drectly used to such a case due to the problems of the curse of dmensonalty. To overcome ths problem, varatons of the Q- learnng algorthm have been developed. fferent authors have proposed to use the generalzaton of statstcal method (hammng dstance,statstcal clusterng)[1], of generalzaton ablty of feedforward eural etworks to store the Q-values[1-3]. Another approach consst n extendng Learnng nto fuzzy envronments [4,5] and was called by fuzzy q-learnng. In ths approach, pror knowledge can be embedded nto the fuzzy rules whch can reduce tranng sgnfcantly. Therefore, ths approach s used n ths paper. Fuzzy Q-learnng (FQL) has been used n varous feld of research, such as robot navgaton[2,3], control system[6], robot soccer[7], game[8], and so on[9]. In moble robot navgaton, FQL has been used to generate tasks for navgaton purposes lke obstacle avodance[10], wall followng[11]. However, most of them was mplemented n sngle task and smple problem. For more complcated problems, t s necessary to desgn a schema control that nvolves more than one FQL to conduct the complcated tasks smultaneously. Ths paper s focused on collaboraton between FQLs and behavor-based control n autonomous moble robot navgaton. The rest of the paper s organzed as follows. Secton 2 descrbes theory and desgn of control schema. Smulaton result s descrbed n secton 3 and concluson s descrbed n secton 4. 2 THEORY A ESIG 2.1 Fuzzy Q-learnng Fuzzy Q-learnng methods may be consdered as an extenson of ts orgnal verson of Q-learnng. Q-learnng [12] s a renforcement learnng method where the learner bulds ncrementally a Q-value functon whch attempts to estmate the dscounted

2 097 Behavor Based Control And Fuzzy Q-Learnng For Autonomous Moble Robot avgaton - Kharul Anam 573 future rewards for takng acton from gven states. Q-value functon descrbed by followng equaton : Qs ˆ ( t, at) = Qs ( t, at) + α r t+ 1 + γ. V( s t+ 1 ) Qs ( t, at) (1) where r s the scalar renforcement sgnal, α s the learnng rate, γ s a dscount factor. In order to deal wth large contnuous state, generalzaton must be ncorporated n the state representaton. Generalzaton ablty of fuzzy nference system (FIS) can be used to facltate generalzaton n the state space and to generate contnuous acton [10]. Each fuzzy rule R~ s a local representaton over a regon defned n the nput space and t memorzes the parameter vector q assocated wth each of these possble dscrete actons. These Q-values are then used to select actons so as to maxmze the dscounted sum of reward obtaned whle achevng the task. The rules have the form [4]: If x s S then acton = a[,1] wth q[,1] or a[,2] wth q[,2] or a[,3] wth q[,3]... or a[,j] wth q[,j] where the state S are fuzzy labels and x s nput vektor (x 1,., x n ), a[,j] s possble acton and q[,j] s q-values that s correspondng to acton a[,j], and J s number of possble acton. The learnng robot has to fnd the best concluton for each rule.e. the acton wth the best value. In order to explore the set of possble actons and acqure experence through renforcement sgnals, the local acton are selected usng usng an exploraton-explotaton strategy based on the stateacton qualty,.e., q values. Here, the smple ε- greedy method s used for acton selecton: a greedy acton s chosen wth probablty 1-ε, and a random acton s used wth probablty ε. The exploraton 2 probablty s set by ε = where T s the 10 + T number of tral. The exploraton probablty s ntended to control the necessary trade-off between exploraton and control, whch s gradually elmnated after each tral.[10] Let be selected acton n rule usng acton selecton mechanms that was mentoned before and * such as q [,*] = max j J q [, j]. The nfered acton a s : = 1 α ( x) x a (, ) ax ( ) = = 1 α ( x) (2) The actual Q-value of the nfered acton, a, s : 1 ( ) x (, ) (, ) α x q Qxa = = = 1 α ( x) (3) and the value of the states x : 1 ( ) x (, *) (, ) α x q V xa = = = 1 α ( x) (4) If x s a state, a s the acton appled to the system, y the new state and r s the renforcement sgnal, then Q(x,a) can be updated usng equtons (1) and (3). The dfference between the old and the new Q(x,a) can be thought of as an error sgnal, Q= r+ γv( y) Qxa (, ), than can be used to update the acton q-values. By ordnary gradent descent, we obtan : o α ( x) q [, ] = ε x Q = 1 α ( x) (5) Where ε s a learnng rate. To speed up learnng, t s needed to combne Q- learnng and Temporal fference (T(λ)) method[4] and s yelded the elgblty e[,j] of an acton y : α ( x) λγ e [, j] + f j= e [, j] = α ( x) = 1 λγ e [, j] elsewhere (6) Therefore, the updatng equaton (5) become : q [, ] = ε x Qx e [, j]. (7) The algorthm of fuzzy q-learnng as has been expalned before s descrbed below. 1. Observe the state x. 2. for each rule, choose the actual consequence usng e-greedy secelton 3. compute global consequence a(x) and ts correspondng Q-value Q(x,a) 4. Apply the acton a(x). Let y be the new state 5. receve the renforcement r Update q-values.

3 574 4 th Internatonal Conference Informaton & Communcaton Technology and System 2.2 Behavor Based Control Ths paper consders herarchcal control structure (fg. 1) that showng two layers : hgh level controller and low level controller. HIGH LEVEL COTROLLER Stmulus Behavor 1 Behavor 2 Behavor 3 FQL-behavor 1 FQL-behavor 2 Percepton n n Moble Robot HYBRI COORIATOR n 1 n 2 n n 3 Low level Control Fgure 1. Behavor based Control Schema Hgh level controller s behavor-based layer that conssts of a set of behavors and a coordnator. Ths paper uses hybrd coordnator that was proposed by carreras[13]. The hybrd coordnator takes advantage of compettve and cooperatve approaches. The hybrd coordnator allows the coordnaton of a large number of behavors wthout the need of a complex desgnng phase or tunng phase. The addton of a new behavor only mples the assgnment of ts prorty wth reference to other behavors. The hybrd coordnator uses the prorty and behavor actvaton level to calculate the output of the layer, whch s the desred control acton nput to the low-level control system Therefore, the response of each behavor s composed of the actvaton level and the control acton, as llustrated n Fg. 2[13]. S b Fgure 2. Behavor ormalzaton [5] Before enterng the coordnator, each behavor s normalzed as descrbed n fgure 7. In fgure 7, S s th behavor and r s th result of behavor normalzaton that consst of expected control acton v and actvaton level (degree of behavor), a 0 1. Behavor coordnator uses r behavor responses to compose control acton of entre system. Ths process s executed each samplng tme of hgh level controller. The coordnaton system s composed of set of n nodes. Each node has two nputs and one output. The nputs are domnant nput and non-domnant nput. The response that s connected to domnant r n n 2 nput has hgher prorty than the response that s connected to non-domnant nput. The node output conssts of expected control acton v and actvaton level a. When domnant behavor s fully actvated,.e. a d =1, node output s same as domnant behavor. In ths case, the node behaves lke compettve coordnaton. However, when domnant behavor s partly actvated,.e. 0 < a d < 1, the node output s combnaton of two behavors, domnant behavor and non-domnant behavor. When a d =0, the node output wll behave lke non-domnant behavor. Set of nodes construct a herarchy called Herarchcal Hybrd Coordnaton odes (HHC). S d S nd b d b nd r d r nd n domnan non-domnan r a a d + a nd.(1 - a d ) k k = 1,2,3,.. f (a >1) a = 1 V V d. a d /a + V nd.a nd.(1 - a d ) k / a f ( V >1) V = V / V Fgure 3. Mathematc formulaton of node output [13] The low-level controller s constructed from conventonal control.e. PI controller. The nput s derved from output of hgh-level controller, that s velocty settng that must be accomplshed by motor. Ths controller has responsblty to control speed motor so that the actual speed motor s same or almost same as the velocty settng from hgh-level controller. 2.3 Robot esgn and Envronment model To test our proposed schema, cluttered envronment s created as descrbed n fgure 5. The fgure 5 s. consderd as cluttered envronment because some reasons. The frst, there are many objects wth varous shape and poston. Second, the poston of the target s hded. Ths condton gve a dffculty to robot to fnd the target drectly. The large area of the envronment s 1.6 m x 1.6 m. Fgure 4 descrbe the robot that was used n the testng of proposed schema. The robot has three range fnder sensors, two lght sources and two touch sensors (bumpers). Fgure 4. Robot desgn

4 097 Behavor Based Control And Fuzzy Q-Learnng For Autonomous Moble Robot avgaton - Kharul Anam 575 Envronment model whch s used n ths paper s showed by fgure 5. Fgure 5. Envronment model for smulaton purpose 2.4 FQL and BBC for robot control Ths paper presents collaboraton between Fuzzy Q-Learnng and Behavor based control. Most of authors have developed fuzzy q-learnng to generate a behavor that s constructed by learnng contnuously to maxmze dscounted future reward. However, most of them only focus on generatng a behavor for smple envronment as showed by eng[10], Mr Jo [11]. For complex envronment, t s necessary to ncorporate FQL n behavor-based schema. Therefore, ths paper proposes behavor based schema that uses hybrd coordnaton node [13] to coordnate some behavors ether from FQl generaton or from behavor that s desgned n desgn step. Proposed schema s adapted from [13] and descrbed n fgure 6. HIGH LEVEL COTROLLER Stmulus Stop Obstacle Avodance -FQL Searchng Target - FQL Wanderng Percepton HYBRI COORIATOR n 1 n n 2 n n 3 n Low level Controlller Fgure 6. Fuzzy Q-learnng n Behavor based Control In fgure, Hgh-level controller conssts of four behavors and one HHC. The four behavors are stop, obstacle avodance-fql, searchng target- FQL, and wandreng. Stop behavor has hghest prorty and wanderng behavor has lowest prorty. Each behavor s developed separately and there s no relaton between behavors. The output of hghlevel controller s speed settng to low level controller and robot headng. The wanderng behavor has task to explore the robot envronment to detect the exstence of target. Actvaton parameter, a tm, s 1 over tme. The output s speed settng that s vary every few seconds. The obstacle avodance-fql behavor s one of behavor that s generated by Fuzzy Q-learnng. Ths behavor has task to avod every object whch s encountered and detected by the rangng fndng sensors. The nput s dstance data between robot and the object from three IR range fnder sensors. Output of the range fnder sensors s nteger value from 0 to The zero value means that the object s far from the robot. On the contrary, the 1024 value means that the robot has collded the object. The acton set conssts of fve actons: {turnrght, lttle turn-rght, move-forward, lttle turn-left, turn-left}. The renforcement functon s drectly derved from the task defnton, whch s to have a wde clearance to the obstacles. Renforcement sgnal r penalzes the robot whenever t colldes wth or approaches an obstacle. If the robot colldes or the bumper s actve or the dstance more than 1000, t s penalzed by a fxed value,.e. -1. f the dstance between the robot and obstacles s more than a certan threshold, d k = 300, the penalty value s 0. Otherwse, the robot s rewarded by 1. The component of the renforcement that teaches the robot keep away from obstacles s: 1 f collson, d > 1000 s r = 0 f ds > dk 1 otherwse (8) where d s s the shortest dstance provded by any of IR sensor whle performng the acton. The value of actvaton parameter, s proportonal to the dstance between the sensors and the obstacle.. The searchng target behavor has task to fnd and go to target. The goal s to follow a movng lght source, whch s dsplaced manually. The two lght sensors are used to measure the ambent lght on dfferent sdes of the robot. The sensors value s from 0 to The acton set conssts of fve actons: {turn-rght, lttle turn-rght, move-forward, lttle turn-left, turn-left}. The robot s rewarded

5 576 4 th Internatonal Conference Informaton & Communcaton Technology and System when t s faced toward the lght source, and receves punshment n the other cases. 1 f d < 300 s r = 0 f ds < 800 (9) 1 otherwse where d s s the largest value provded by any of lght sensor whle performng the acton. The stop Behavor wll be fully actve when the any of lght sensor value more than The goal s to stop the robot when t reaches the lght source n certan dstance. 3 SIMULATIO RESULT To test performance of the proposed structure control, eght experments has been conducted. The man goal s the robot has to fnd and get the target wthout any collson wth the object that was encountered and to reach the target n as quck as possble n cluttered envronment fgure 5. From the task defnton, there are three performance ndcators. The Frst s robot ablty to get the target. The second s robot ablty to avod collson wth the obstacle and the last s the tme that was needed by the robot to reach the target. The parameters values that are used n ths paper are : α = ; λ = 0.3 ; γ = 0.9 Fgure 8. Local reward of FQL-obstacle avodance The local reward fgure 8 gves more nformaton about the performance of FQL-obstacle avodance. Robot got many rewards and few penaltes. Fgure 9. Reward accumulaton of FQL-target searchng Fgure 7. Reward accumulaton of FQL-obstacle avodance The performance of FQL-target searchng can be analyzed from fgure 9 and 10. The reward accumulaton tends to go -1. In ths condton, robot was tryng to fnd target and the target was stll outsde scope of the robots. Therefore, n ths step, robot was penalzed by -1. After explorng the envronment, the robot succeed to detect the exstence of the target. Fgure 7 shows the smulaton result for eght trals for reward accumulaton of FQL-obstacle avodance. For all of trals, robot has succeeded to reach the target. But the tme that was spent to reach the target s dfferent. There are one tral that spent more tme than the others. In the tral, the robot have collded more obstacles than the others.

6 097 Behavor Based Control And Fuzzy Q-Learnng For Autonomous Moble Robot avgaton - Kharul Anam 577 Fgure 9. Local reward of FQL-target searchng Another test that was accomplshed to measure the performance of the FQL s to test the learnng ablty of the robot to get the target from dfferent startng pont. There are three dfferent startng ponts. The result of smulaton s showed by fgure 10. Fgure 11. Robot trajectory from dfferent target poston testng In the frst effort, the robot must get the 1 st target poston. After gettng the target, the target was moved to second poston. Then the target was moved to thrd poston after t got the second poston. Fnally, t got the last poston. The trajectory gves nformaton that the robot was able to track the target poston wherever target s. However, the robot was not able to avod collson wth some walls or obstacle (red crcles). From the fgure 11, the corner postons are the most dffcult poston for the robot to avod t wthout collson. They cause the robot get confuson to decde what acton should be chosen from local dscrete acton that was defned n fuzzy q-learnng. If the robot chooses turn left acton, t wll collde the wall n the left sde. Otherwse, f t choose turn rght acton, t wll collde the wall n the rght sde. Therefore the robot perforce collde the wall. Fgure 10. Robot trajectory from dfferent startng pont testng The trajectory result of fgure 10 gves nformaton that robot was able to reach and get the target although t started from dfferent pont and t was able to avod almost all of obstacles that was encountered. It also gves some ponts that the robot have collded the wall or obstacles (red crcles). Fgure 11 s test of FQL-target searchng. There s only one target but the poston of the target was moved to another place after the robot got the target. Three dfferent target poston s tested and fgure 11 shows the smulaton result. 4 COCLUSIO Ths paper proposes control schema for navgaton system of autonomous moble robot n complcated envronment by ncorporatng the fuzz q-learnng to behavor based control. Two behavors were generated by fuzzy q-learnng by learnng the envronment contnuously. Smulaton results demonstrate that the robot wth proposed schema s able to learn the rght polcy, to avod obstacle and to fnd the target. However, Fuzzy q-learnng faled to gve rght polcy for the robot to avod collson n the corner locaton.

7 578 4 th Internatonal Conference Informaton & Communcaton Technology and System REFERECE [1]. C. Touzet,"eural Renforcement Learnng for Behavour Synthess", Robotcs and Autonomous Systems, Specal ssue on Learnng Robot: the ew Wave,. Sharkey Guest Edtor, 1997 [2]. Yang, GS, Chen, ER, Wan, C.(2004), Moble Robot avgaton Usng eural Q Learnng, Proceedng of the Thrd Internatonal Conference on Machne learnng and Cybernatcs, Shangha, Cna, Vol. 1,p [3]. Huang, BQ, Cao, GY, Guo, M.(2005),"Renforcement Learnng eural etwork to The Problem Of Autonomous Moble Robot Obstacle Avodance "IEEE Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, Vol. 1, p [4]. Jouffe,L,"Fuzzy Inference System Learnng By Renforcement Methods", IEEE Transactons On Systems, Man, And Cybernetcs Part C: Applcatons And Revews, Vol. 28, o. 3, August 1998 [5]. Glorennec, P.Y., Jouffe,L, Fuzzy Q- learnng, Proceedng of the sxth IEEE Internasonal Conference on Fuzzy Sstem, Vol. 2, o. 1, 1997,hal [6]. CharlesW. Anderson1, ouglas C. Httle2, Alon. Katz2, and R. Matt Kretchmar, "Synthess of Renforcement Learnng, eural etworks, and PI Control Appled to a Smulated Heatng Col", Elsever : Artfcal Intellgence n Engneerng, Volume 11, umber 4, October 1997, pp (9) [7]. Tomoharu akashma, Masayo Udo, and Hsao Ishbuch, "Implementaton of Fuzzy Q-Learnng for a Soccer Agent", The IEEE Internatonal Conference on Fuzzy Systems, 2003 [8]. Ishbuch, H, akashma, T., Myamoto, H., Ch-Hyon Oh,"Fuzzy QLearnng for a Mult- Player on-cooperatve Repeated Game", Proceedngs of the Sxth IEEE Internatonal Conference on Fuzzy Systems,Volume 3, Issue, 1997 Page: vol.3 [9]. Ho-Sub Seo, So-Joeng Youn, Kyung-Whan Oh, "A Fuzzy Renforcement Functon for the Intellgent Agent to process Vague Goals", 19th Internatonal Conference of the orth Amercan Fuzzy Informaton Processng Socety-AFIPS, 2000, Page(s):29-33 [10]. C. eng, M. J. Er and J. Xu, "ynamc Fuzzy Q-Learnng and Control of Moble Robots", 8th Internatonal Conference on Control, Automaton, Robotcs and Vson, Kunmng, Chna, 6-9th ecember 2004 [11]. Meng Joo Er, Member, IEEE, and Chang eng, "Onlne Tunng of Fuzzy Inference Systems Usng ynamc Fuzzy Q- Learnng", IEEE Transactons On Systems, Man, And Cybernetcs, Vol. 34, o. 3, June 2004 [12]. Watkns C., ayan P.(1992),"Qlearnng,Thechncal ote", Machne Learnng, Vol 8, hal [13]. Carreras, M, Yuh, J, Batlle, J, Rdao, P A Behavor-Based Scheme Usng Renforcement Learnng for Autonomous Underwater Vehcles, IEEE Journal Of Oceanc Engneerng, Vol. 30, o. 2, Aprl 2005.

Bayesian Inference Driven Behavior Network Architecture for Avoiding Moving Obstacles *

Bayesian Inference Driven Behavior Network Architecture for Avoiding Moving Obstacles * Bayesan Inference Drven Behavor Network Archtecture for Avodng Movng Obstacles * Hyeun-Jeong Mn and Sung-Bae Cho Dept. of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749,

More information

Experiments with Protocols for Service Negotiation

Experiments with Protocols for Service Negotiation PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 25-31, 2011 Experments wth Protocols for Servce Negotaton Costn Bădcă and Mhnea Scafeş Unversty of Craova, Software

More information

Consumption capability analysis for Micro-blog users based on data mining

Consumption capability analysis for Micro-blog users based on data mining Consumpton capablty analyss for Mcro-blog users based on data mnng ABSTRACT Yue Sun Bejng Unversty of Posts and Telecommuncaton Bejng, Chna Emal: sunmoon5723@gmal.com Data mnng s an effectve method of

More information

Evaluating The Performance Of Refrigerant Flow Distributors

Evaluating The Performance Of Refrigerant Flow Distributors Purdue Unversty Purdue e-pubs Internatonal Refrgeraton and Ar Condtonng Conference School of Mechancal Engneerng 2002 Evaluatng The Performance Of Refrgerant Flow Dstrbutors G. L Purdue Unversty J. E.

More information

Multi-UAV Task Allocation using Team Theory

Multi-UAV Task Allocation using Team Theory Proceedngs of the 44th IEEE Conference on Decson and Control, and the European Control Conference 2005 Sevlle, Span, December 12-15, 2005 MoC03.6 Mult-UAV Task Allocaton usng Team Theory P. B. Sut, A.

More information

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise Expermental Valdaton of a Suspenson Rg for Analyzng Road-nduced Nose Dongwoo Mn 1, Jun-Gu Km 2, Davd P Song 3, Yunchang Lee 4, Yeon June Kang 5, Kang Duc Ih 6 1,2,3,4,5 Seoul Natonal Unversty, Republc

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

More information

Modeling of Suppliers Learning Behaviors in an Electricity Market Environment

Modeling of Suppliers Learning Behaviors in an Electricity Market Environment Modelng of Supplers Learnng ehavors n an Electrcty Market Envronment Nanpeng Yu, Student Member, IEEE Chen-Chng Lu, Fellow, IEEE Legh Tesfatson, Member, IEEE Abstract--The ay-ahead electrcty market s modeled

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

More information

Coordination in Competitive Environments

Coordination in Competitive Environments Proceedngs of the World Congress on Engneerng 0 Vol II, WCE 0, July - 5, 0, London, U.K. Coordnaton n Compettve Envronments I. González, S. Ibarra, J. A. Castán, J. Lara, J. Guzmán Abstract Despte several

More information

Dynamic Mission Control for UAV Swarm via Task Stimulus Approach

Dynamic Mission Control for UAV Swarm via Task Stimulus Approach Amercan Journal of Intellgent Systems 2012, 2(7): 177-183 DOI: 10.5923/.as.20120207.04 Dynamc Msson Control for UAV Swarm va Task Stmulus Approach Haoyang Cheng *, John Page, John Olsen School of Mechancal

More information

1 Basic concepts for quantitative policy analysis

1 Basic concepts for quantitative policy analysis 1 Basc concepts for quanttatve polcy analyss 1.1. Introducton The purpose of ths Chapter s the ntroducton of basc concepts of quanttatve polcy analyss. They represent the components of the framework adopted

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

An Implicit Rating based Product Recommendation System

An Implicit Rating based Product Recommendation System An Implct Ratng based Product Recommendaton System Cheh-Yuan Tsa Department of Industral Engneerng and Management Yuan Ze Unversty, Taoyuan Cty, Tawan Tel: (+886) 3-463-8800 ext. 2512, Emal: cytsa@saturn.yzu.edu.tw

More information

A Hybrid Intelligent Learning Algorithm in MAS

A Hybrid Intelligent Learning Algorithm in MAS A Hybrd Intellgent Learnng Algorthm n MAS SHUJUN ZHANG, QINGCHUN MENG, WEN ZHANG, CHANGHONG SONG Computer Scence Department Ocean Unversty of Chna Computer Scence Department of Ocean Unversty of Chna,

More information

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics Extended Abstract for WISE 5: Workshop on Informaton Systems and Economcs How Many Bundles?:An Analyss on Customzed Bundlng of Informaton Goods wth Multple Consumer Types Wendy HUI Ph.D. Canddate Department

More information

EHJO/V AOVGE 3.33P/0. A/BttGE 33.33% SCBA

EHJO/V AOVGE 3.33P/0. A/BttGE 33.33% SCBA APPENDIX 4: SURVEY STATISTICAL ANALYSIS METHODOLOGY Percentage Scores Percentage scores lsted n Fgure 1 are calculated from the answers of 35 respondents. It s calculated as a smple percentage to show

More information

Simulation of the Cooling Circuit with an Electrically Operated Water Pump

Simulation of the Cooling Circuit with an Electrically Operated Water Pump Smulaton of the Coolng Crcut wth an Electrcally Operated Water Pump Dragan Smc, Chrstan Kral, Franz Prker Arsenal Research Faradaygasse 3, Object 1 A 1030 Venna, Austra phone: + 43 (0) 50 550-6347 fax:

More information

Calculation and Prediction of Energy Consumption for Highway Transportation

Calculation and Prediction of Energy Consumption for Highway Transportation Calculaton and Predcton of Energy Consumpton for Hghway Transportaton Feng Qu, Wenquan L *, Qufeng Xe, Peng Zhang, Yueyng Huo School of Transportaton, Southeast Unversty, Nanjng 210096, Chna; *E-mal: wenql@seu.edu.cn

More information

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting Proceedngs of the 2007 Industral Engneerng Research Conference G. Bayraksan W. Ln Y. Son and R. Wysk eds. Evaluatng Clusterng Methods for Mult-Echelon (r) Polcy Settng Vkram L. Desa M.S.; Manuel D. Rossett

More information

High impact force attenuation of reinforced concrete systems

High impact force attenuation of reinforced concrete systems Structures Under Shock and Impact XII 273 Hgh mpact force attenuaton of renforced concrete systems Y. Km, T. El-Korch & K. S. Arsava Department of Cvl and Envronmental Engneerng, Worcester Polytechnc Insttute

More information

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach Proceedngs of the 010 Internatonal Conference on Industral Engneerng and Operatons Management Dhaka, Bangladesh, January 9 10, 010 A Group Decson Makng Method for Determnng the Importance of Customer Needs

More information

Analysis Online Shopping Behavior of Consumer Using Decision Tree Leiyue Yao 1, a, Jianying Xiong 2,b

Analysis Online Shopping Behavior of Consumer Using Decision Tree Leiyue Yao 1, a, Jianying Xiong 2,b Advanced Materals Research Onlne: 2011-07-04 ISSN: 1662-8985, Vols. 271-273, pp 891-894 do:10.4028/www.scentfc.net/amr.271-273.891 2011 Trans Tech Publcatons, Swtzerland Analyss Onlne Shoppng Behavor of

More information

Prediction algorithm for users Retweet Times

Prediction algorithm for users Retweet Times , pp.9-3 http://dx.do.org/0.457/astl.05.83.03 Predcton algorthm for users Retweet Tmes Hahao Yu, Xu Feng Ba,ChengZhe Huang, Haolang Q Helongang Insttute of Technology, Harbn, Chna Abstract. In vew of the

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment Adaptve ose Reducton for Engneerng Drawngs Based on Prmtves and ose Assessment Jng Zhang Wan Zhang Lu Wenyn Department of Computer Scence, Cty Unversty of Hong Kong, Hong Kong SAR, PR Chna {jzhang,wanzhang,

More information

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai*

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai* 296 Int. J. Intellgent Systems Technologes and Applcatons, Vol. x, No. x, 200x Incremental onlne PCA for automatc moton learnng of egen behavour Xanhua Jang and Yuch Mota* Department of Electrcal and Computer

More information

Construction of Control Chart Based on Six Sigma Initiatives for Regression

Construction of Control Chart Based on Six Sigma Initiatives for Regression 2018 IJSRST Volume 4 Issue 2 Prnt ISSN: 2395-6011 Onlne ISSN: 2395-602X Themed Secton: Scence and Technology Constructon of Control Chart Based on Sx Sgma Intatves for Regresson ABSTRACT R. Radhakrshnan

More information

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan 2C4-IOS-3c-6 An estmaton method of tem dffculty ndex combned wth the partcle swarm optmzaton algorthm for the computerzed adaptve testng Shu-Chen Cheng Guan-Yu Chen I-Chun Pan Department of Computer Scence

More information

Interactive Human Intention Reading by Learning Hierarchical Behavior Knowledge Networks for Human-Robot Interaction

Interactive Human Intention Reading by Learning Hierarchical Behavior Knowledge Networks for Human-Robot Interaction Interactve Human Intenton adng by Learnng Herarchcal Behavor Knowledge Networs for Human-Robot Interacton J-Hyeong Han, Seung-Hwan Cho, and Jong-Hwan Km For effcent nteracton between humans and robots,

More information

RouteMaker Users Guide

RouteMaker Users Guide Gettng Started RouteMaker Users Gude Users Gude Fg. RouteMaker Man Screen RouteMaker s an addon opton for ProftMaker that helps you manage your Route busness. It prnts delvery Manfests for your drvers

More information

ANFIS Based Modeling and Prediction Car Following Behavior in Real Traffic Flow Based on Instantaneous Reaction Delay

ANFIS Based Modeling and Prediction Car Following Behavior in Real Traffic Flow Based on Instantaneous Reaction Delay th Internatonal IEEE Annual Conference on Intellgent Transportaton Systems Madera Island, Portugal, September 9-, MC.5 AFIS Based Modelng and Predcton Car Followng Behavor n Real Traffc Flow Based on Instantaneous

More information

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data 8 th World IMACS / MODSIM Congress, Carns, Australa 3-7 July 29 http://mssanz.org.au/modsm9 Evaluatng the statstcal power of goodness-of-ft tests for health and medcne survey data Steele, M.,2, N. Smart,

More information

6.4 PASSIVE TRACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULATIONS

6.4 PASSIVE TRACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULATIONS 6.4 PASSIVE RACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULAIONS Jose Lus Santago *, Alberto Martll and Fernando Martn CIEMA (Center for Research on Energy, Envronment and echnology). Madrd,

More information

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS Internatonal Journal of Industral Engneerng, 18(3), 120-129, 2011. A TABU SEACH FO MULTIPLE MULTI-LEVEL EDUNDANCY ALLOCATION POBLEM IN SEIES-PAALLEL SYSTEMS Kl-Woong Jang and Jae-Hwan Km Department of

More information

Guidelines on Disclosure of CO 2 Emissions from Transportation & Distribution

Guidelines on Disclosure of CO 2 Emissions from Transportation & Distribution Gudelnes on Dsclosure of CO 2 Emssons from Transportaton & Dstrbuton Polcy Research Insttute for Land, Infrastructure and Transport June 2012 Contents 1. Introducton...- 3-1.1 Purpose and concept...- 3-1.2

More information

An Analysis on Stability of Competitive Contractual Strategic Alliance Based on the Modified Lotka-Voterra Model

An Analysis on Stability of Competitive Contractual Strategic Alliance Based on the Modified Lotka-Voterra Model Advanced Scence and Technology Letters, pp.60-65 http://dx.do.org/10.14257/astl.2014.75.15 An Analyss on Stablty of Compettve Contractual Strategc Allance Based on the Modfed Lotka-Voterra Model Qng Xueme

More information

Customer segmentation, return and risk management: An emprical analysis based on BP neural network

Customer segmentation, return and risk management: An emprical analysis based on BP neural network Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 204, 6(6):698-703 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Customer segmentaton, return and rsk management: An emprcal

More information

Modeling Social Group Structures in Pedestrian Crowds

Modeling Social Group Structures in Pedestrian Crowds Modelng Socal Group Structures n Pedestran Crowds Fasheng Qu, Xaoln Hu, Xue Wang, and Saurav Karmakar Abstract Group structure s an mportant characterstc of socal crowd. However, up to now, the effect

More information

TRAFFIC SIGNAL CONTROL FOR REDUCING VEHICLE CARBON DIOXIDE EMISSIONS ON AN URBAN ROAD NETWORK

TRAFFIC SIGNAL CONTROL FOR REDUCING VEHICLE CARBON DIOXIDE EMISSIONS ON AN URBAN ROAD NETWORK TRAFFIC SIGNAL CONTROL FOR REDUCING VEHICLE CARBON DIOXIDE EMISSIONS ON AN URBAN ROAD NETWORK Toshhko Oda (1), Masao Kuwahara (2) and Satosh Nkura (3) (1) Panasonc System Solutons Company, Matsushta Electrc

More information

MODELLING AND SIMULATION OF TEAM EFFECTIVENESS EMERGED FROM MEMBER-TASK INTERACTION. Shengping Dong Bin Hu Jiang Wu

MODELLING AND SIMULATION OF TEAM EFFECTIVENESS EMERGED FROM MEMBER-TASK INTERACTION. Shengping Dong Bin Hu Jiang Wu Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. MODELLING AND SIMULATION OF TEAM EFFECTIVENESS EMERGED FROM MEMBER-TASK INTERACTION

More information

A Multi-Product Reverse Logistics Model for Third Party Logistics

A Multi-Product Reverse Logistics Model for Third Party Logistics 2011 Internatonal Conference on Modelng, Smulaton and Control IPCSIT vol.10 (2011) (2011) IACSIT Press, Sngapore A Mult-Product Reverse Logstcs Model for Thrd Party Logstcs Tsa-Yun Lao, Agatha Rachmat

More information

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons. ISSN 2150-7988 Volume 6 (2014) pp. 364-372 MIR Labs, www.mrlabs.net/csm/ndex.html Best-Order Crossover n an Evolutonary

More information

WISE 2004 Extended Abstract

WISE 2004 Extended Abstract WISE 2004 Extended Abstract Does the Internet Complement Other Marketng Channels? Evdence from a Large Scale Feld Experment Erc Anderson Kellogg School of Management, Northwestern Unversty Erk Brynjolfsson

More information

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger Journal of Energy and Power Engneerng 10 (016) 555-560 do: 10.1765/1934-8975/016.09.006 D DAVID PUBLISHING Smulaton of Steady-State and Dynamc Behavour of a Plate Heat Exchanger Mohammad Aqeel Sarareh

More information

MALAY ARABIC LETTERS RECOGNITION AND SEARCHING

MALAY ARABIC LETTERS RECOGNITION AND SEARCHING Internatonal Journal of Scence and Appled echnology MALAY ARABIC LEERS RECOGNIION AND SEARCHING *Correspondng author Sukamto 1, Elfzar 2*, Mara Erna 3 1 Informaton System Department, Unversty of Rau, Indonesa

More information

EVALUATING THE PERFORMANCE OF SUPPLY CHAIN SIMULATIONS WITH TRADEOFFS BETWEEN MULITPLE OBJECTIVES. Pattita Suwanruji S. T. Enns

EVALUATING THE PERFORMANCE OF SUPPLY CHAIN SIMULATIONS WITH TRADEOFFS BETWEEN MULITPLE OBJECTIVES. Pattita Suwanruji S. T. Enns Proceedngs of the 00 Wnter Smulaton Conference R.G. Ingalls, M. D. Rossett, J. S. Smth, and B. A. Peters, eds. EVALUATING THE PERFORMANCE OF SUPPLY CHAIN SIMULATIONS WITH TRADEOFFS BETWEEN MULITPLE OBJECTIVES

More information

Method for measuring viscoelastic properties of wood under high temperature and high pressure steam conditions

Method for measuring viscoelastic properties of wood under high temperature and high pressure steam conditions J Wood Sc (1999) 45:373-377 The Japan Wood Research Socety 1999 Wahyu Dwanto Toshro Morooka Msato Normoto Method for measurng vscoelastc propertes of wood under hgh temperature and hgh pressure steam condtons

More information

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation.

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation. OPTIMISATION OF MECHANICAL SYSTEMS IN AN INTEGRATED BUILDING ENERGY ANALYSIS PROGRAM: PART I: CONVENTIONAL CENTRAL PLANT EQUIPMENT Russell D. Taylor and Curts O. Pedersen Unversty of Illnos at Urbana-

More information

RECEIVING WATER HYDRAULICS ASSIGNMENT 2

RECEIVING WATER HYDRAULICS ASSIGNMENT 2 RECEIVING WATER HYDRAULICS ASSIGNMENT 2 Desgn of wastewater dscharge from the cty of Göteborg. Example of a dffuser n a stratfed coastal sea Example of retenton tme calculatons Ths assgnment conssts of

More information

Determination of Housing Price in Taipei City Using Fuzzy Adaptive Networks

Determination of Housing Price in Taipei City Using Fuzzy Adaptive Networks Determnaton of Housng Prce n Tape Cty Usng Fuzzy Adaptve Networks We-Tes Lee, Jan-Jun Chen and Kuenta Chen*, Abstract The man purpose of ths research s to forecast pre-owned housng prces usng Fuzzy Adaptve

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

Supplementary Appendix to. Rich Communication, Social Preferences, and Coordinated Resistance against Divide-and-

Supplementary Appendix to. Rich Communication, Social Preferences, and Coordinated Resistance against Divide-and- Supplementary ppendx to Rch Communcaton, Socal Preferences, and Coordnated Resstance aganst Dvde-and- Conquer: Laboratory Investgaton (2013) by Tmothy N. Cason and Va-Lam Mu In the text, before proceedng

More information

Floorplanning with IR-drop consideration

Floorplanning with IR-drop consideration Floorplannng wth IR-drop consderaton Jan Chen 1, Chonghong Zhao 1, Dan Zhou 2, Xaofang Zhou 1 1 ASIC & System State-key Lab 2 Department of Electrcal Engneerng Mcroelectroncs Department School of Engneerng

More information

An Analytical Model for Atmospheric Distribution. and Transport of Pollutants from Area Source

An Analytical Model for Atmospheric Distribution. and Transport of Pollutants from Area Source nt. J. Contemp. Math. Scences, Vol. 6, 0, no. 6, 97-30 An Analytcal Model for Atmospherc Dstrbuton and Transport of Pollutants from Area Source D.V.S. Kushwah, V. S. Dhakad and 3 Vandana Kushwah Department

More information

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network Internatonal Journal of Electrcal and Computer Engneerng (IJECE) Vol., o., ecember 0, pp. 35~39 ISS: 088-8708 35 Optmum Generaton Schedulng for Thermal ower lants usng Artfcal eural etwork M. S. agaraja

More information

A New Artificial Fish Swarm Algorithm for Dynamic Optimization Problems

A New Artificial Fish Swarm Algorithm for Dynamic Optimization Problems WCCI 2012 IEEE World Congress on Computatonal Intellgence June, 10-15, 2012 - Brsbane, Australa IEEE CEC A New Artfcal Fsh Swarm Algorthm for Dynamc Optmzaton Problems 1 Danal Yazdan Department of Electrcal,

More information

Research on the Process of Runoff and Sediment-production in the Shunjiagou Small Watershed by Applying Automatic Measurement System

Research on the Process of Runoff and Sediment-production in the Shunjiagou Small Watershed by Applying Automatic Measurement System Research on the Process of Runoff and -producton n the Shunjagou Small Watershed by Applyng Automatc Measurement System Zhou Janghong, Le Tngwu College of Hydraulc and Cvl Engneerng, Chna Agrcultural Unversty,

More information

LECTURE 9 The Benefits and Challenges of Intercultural Communication

LECTURE 9 The Benefits and Challenges of Intercultural Communication Internatonal Extenson Currculum: Strengthenng Extenson s Capacty for Internatonal Engagement http://www2.ces.purdue.edu/ec/default.htm UNIT 7 LECTURE 9 The Benefts and Challenges of Intercultural Communcaton

More information

Hierarchized Distributed Control System for a Gas Processing Unit

Hierarchized Distributed Control System for a Gas Processing Unit Journal of Electrcal Engneerng, Electroncs, Control and Computer Scence JEEECCS, Volume 2, Issue 6, pages 25-35, 2016 Herarchzed Dstrbuted Control System for a Gas Processng Unt Maran POPESCU Automatc

More information

Elastic Lateral Features of a New Glass Fiber Reinforced Gypsum Wall

Elastic Lateral Features of a New Glass Fiber Reinforced Gypsum Wall Vol:, No:3, Elastc Lateral Features of a New Glass Fber Renforced Gypsum Wall Zhengyong Lu, Huqng Yng Internatonal Scence Index, Cvl and Envronmental Engneerng Vol:, No:3, waset.org/publcaton/67 Abstract

More information

A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling

A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling A Revsed Dscrete Partcle Swarm Optmzaton for Cloud Workflow Schedulng Zhangun Wu 1,2, Zhwe N 1, Lchuan Gu 1 1 Insttute of Intellgent Management Hefe Unversty of Technology Hefe, Chna wuzhangun@mal.hfut.edu.cn

More information

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Advances n Producton Engneerng & Management 6 (2011) 1, 15-26 ISSN 1854-6250 Scentfc paper SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Sörensen,

More information

Production Scheduling for Parallel Machines Using Genetic Algorithms

Production Scheduling for Parallel Machines Using Genetic Algorithms Producton Schedulng for Parallel Machnes Usng Genetc Algorthms Chchang Jou 1), Hsn-Chang Huang 2) 1) Tamkang Unversty, Department of Informaton Management (cjou@mal.m.tku.edut.tw) 2) Tamkang Unversty,

More information

On Advantages of Scheduling using Genetic Fuzzy Systems

On Advantages of Scheduling using Genetic Fuzzy Systems On Advantages of Schedulng usng Genetc Fuzzy Systems Carsten Franke, Joachm Leppng, and Uwe Schwegelshohn Computer Engneerng Insttute, Dortmund Unversty, 44221 Dortmund, Germany (emal: {carsten.franke,

More information

Product Innovation Risk Management based on Bayesian Decision Theory

Product Innovation Risk Management based on Bayesian Decision Theory Advances n Management & Appled Economcs, vol., no., 0, - ISS: 79-7 (prnt verson), 79-7 (onlne) Internatonal Scentfc Press, 0 Product Innovaton Rsk Management based on Bayesan Decson Theory Yngchun Guo

More information

Integration of Rules from a Random Forest

Integration of Rules from a Random Forest 2011 Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 (2011) (2011) IACSIT Press, Sngapore Integraton of Rules from a Random Forest Naphaporn Srkulvrya 1 and Sukree Snthupnyo

More information

Development and production of an Aggregated SPPI. Final Technical Implementation Report

Development and production of an Aggregated SPPI. Final Technical Implementation Report Development and producton of an Aggregated SPP Fnal Techncal mplementaton Report Marcus Frdén, Ulf Johansson, Thomas Olsson Servces Producer Prce ndces, Prce Statstcs Unt, Statstcs Sweden 2010 ntroducton

More information

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue 3, No 2, May 24 ISSN (Prnt): 694-84 ISSN (Onlne): 694-784 www.ijcsi.org 7 Study on Productve Process Model Basc Oxygen Furnace Steelmakng

More information

A Review of Clustering Algorithm Based On Swarm Intelligence

A Review of Clustering Algorithm Based On Swarm Intelligence A Revew of Clusterng Algorthm Based On Swarm Intellgence RAJNI MISHRA M.Tech, Department of CSE TIT BHOPAL, Inda Tomar.ranu1989@gmal.com BHUPESH GAUR Head of Department of CSE TIT BHOPAL, Inda ABSTRACT

More information

Evaluation Method for Enterprises EPR Project Risks

Evaluation Method for Enterprises EPR Project Risks , pp.350-354 http://dx.do.org/10.14257/astl.2016. Evaluaton Method for Enterprses EPR Project Rsks L-Yongmng 1,2 1 College of Economcs and Management, Nanjng Unversty of Aeronautcs and Astronautcs, Nanjng,

More information

Multi-Modular Coordination Control of HTR-PM600 Plant

Multi-Modular Coordination Control of HTR-PM600 Plant Mult-Modular Coordnaton Control of HTR-PM600 Plant Maoxuan Song, Zhe Dong, Xaojn Huang, Zuoy Zhang, Zongxn Wu Insttute of Nuclear and New Energy Technology (INET), Collaboratve Innovaton Center of Advanced

More information

K vary over their feasible values. This allows

K vary over their feasible values. This allows Proceedngs of the 2007 INFORMS Smulaton Socety Research Workshop. MULTI-PRODUCT CYCLE TIME AND THROUGHPUT EVALUATION VIA SIMULATION ON DEMAND John W. Fowler Gerald T. Mackulak Department of Industral Engneerng

More information

Assignment II Design of Wastewater Discharge from the City of Gothenburg. Design of a Wastewater Discharge from the City of Gothenburg

Assignment II Design of Wastewater Discharge from the City of Gothenburg. Design of a Wastewater Discharge from the City of Gothenburg Assgnment II Desgn of Wastewater Dscharge from the Cty of Gothenburg Envronmental Hydraulcs Desgn of a Wastewater Dscharge from the Cty of Gothenburg The assgnment conssts of two parts. The frst part deals

More information

AISIMAM An Artificial immune system based intelligent multi agent model and its application to a mine detection problem

AISIMAM An Artificial immune system based intelligent multi agent model and its application to a mine detection problem Rochester Insttute of Technology RIT Scholar Works Presentatons and other scholarshp 22 AISIMAM An Artfcal mmune system based ntellgent mult agent model and ts applcaton to a mne detecton problem Srvdhya

More information

Content-Based Cross-Domain Recommendations Using Segmented Models

Content-Based Cross-Domain Recommendations Using Segmented Models Content-Based Cross-Doman Recommendatons Usng Segmented Models Shaghayegh Saheb Intellgent Systems Program Unversty of Pttsburgh Pttsburgh, PA shs106@ptt.edu ABSTRACT Cross-Doman Recommendaton s a new

More information

Pricing for Resource Allocation in Cloud Computing

Pricing for Resource Allocation in Cloud Computing Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 2015) Prcng for Resource Allocaton n Cloud Computng Zhengce Ca Department of Informaton Servce Anhu Insttute of Internatonal

More information

Mathematical models of air-cooled condensers for thermoelectric units

Mathematical models of air-cooled condensers for thermoelectric units Energy and Sustanablty II 399 Mathematcal models of ar-cooled condensers for thermoelectrc unts S. Bracco 1, O. Calgars 2 & A. Trucco 1 1 Department of Machnery, Energy Systems and Transportaton, Genoa

More information

Volume 30, Issue 4. Who likes circus animals?

Volume 30, Issue 4. Who likes circus animals? Volume 30, Issue 4 Who lkes crcus anmals? Roberto Zanola Unversty of Eastern Pedmont Abstract Usng a sample based on 268 questonnares submtted to people attendng the Acquatco Bellucc crcus, Italy, ths

More information

Evaluation of Quality Management Performance in Office of President using Modified Public Sector Management Quality Award (PMQA) Model

Evaluation of Quality Management Performance in Office of President using Modified Public Sector Management Quality Award (PMQA) Model Evaluaton of Qualty Management Performance n Offce of Presdent usng Modfed Publc Sector Management Qualty Award (PMQA) Model Thoedtda Thpparate 1 untcha Kongkaew, Sunantha. Ompan 1. Lecturer, Faculty of

More information

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR I-Lung Chen, Tze We an and Bo-Shuo Chen Department of Chemcal Engneerng, Natonal Tawan Unversty of Scence

More information

THE STUDY OF GLOBAL LAND SUITABILITY EVALUATION: A CASE OF POTENTIAL PRODUCTIVITY ESTIMATION FOR WHEAT

THE STUDY OF GLOBAL LAND SUITABILITY EVALUATION: A CASE OF POTENTIAL PRODUCTIVITY ESTIMATION FOR WHEAT THE STUDY OF GLOBAL LAND SUITABILITY EVALUATION: A CASE OF POTENTIAL PRODUCTIVITY ESTIMATION FOR WHEAT Guoxn TAN, Ryosuke SHIBASAKI, K S RAJAN Insttute of Industral Scence, Unversty of Tokyo 4-6-1 Komaba,

More information

Applied Soft Computing

Applied Soft Computing Appled Soft Computng (2) 4 46 Contents lsts avalable at ScenceDrect Appled Soft Computng journal homepage: wwwelsevercom/locate/asoc Soft computng based optmzaton of combned cycled power plant start-up

More information

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

More information

A Hybrid Neuro-Fuzzy Approach to Intelligent Behavior Acquisition in Complex Multi-Agent Systems

A Hybrid Neuro-Fuzzy Approach to Intelligent Behavior Acquisition in Complex Multi-Agent Systems A Hybrd Neuro-Fuzzy Approach to Intellgent Behavor Acquston n Complex Mult-Agent Systems ALI AKHAVAN BITAGHSIR *, FATTANEH TAGHIYAREH, AMIR- HOSSEIN SIMJOUR *, AMIN KHAJENEJAD * Electrcal and Computer

More information

Comparison of robust M estimator, S estimator & MM estimator with Wiener based denoising filter for gray level image denoising with Gaussian noise

Comparison of robust M estimator, S estimator & MM estimator with Wiener based denoising filter for gray level image denoising with Gaussian noise Comparson of robust M estmator, S estmator & MM estmator wth Wener based denosng flter for gray level mage denosng wth Gaussan nose Mr. Pratyaksh A Maru Electroncs and Communcaton Department, Dr. Jvraj

More information

The Spatial Equilibrium Monopoly Models of the Steamcoal Market

The Spatial Equilibrium Monopoly Models of the Steamcoal Market Advances n Management & Appled Economcs, vol.2, no.3, 2012, 125-132 ISSN: 1792-7544 (prnt verson), 1792-7552 (onlne) Scenpress Ltd, 2012 The Spatal Equlbrum Monopoly Models of the Steamcoal Maret Hu Wen

More information

Emission Reduction Technique from Thermal Power Plant By Load Dispatch

Emission Reduction Technique from Thermal Power Plant By Load Dispatch Emsson Reducton Technque from Thermal Power Plant By Load Dspatch S. R. Vyas 1, Dr. Rajeev Gupta 2 1 Research Scholar, Mewar Unversty, Chhtorgrah. Inda 2 Dean EC Dept., Unversty College of Engg. RTU, Kota.

More information

Dynamic Computation Offloading Scheme for Drone-Based Surveillance Systems

Dynamic Computation Offloading Scheme for Drone-Based Surveillance Systems sensors Artcle Dynamc Computaton Offloadng Scheme for Drone-Based Survellance Systems Bongjae Km 1, *, Hong Mn 2, Junyoung Heo 3 and Jnman Jung 4, * 1 Dvson of Computer Scence and Engneerng, Sun Moon Unversty,

More information

Sporlan Valve Company

Sporlan Valve Company F21O-10-12 LMTED: M & W What s a TEV Settng? For years Sporlan and every other manufacturer oftevs has used regulated arflow and controlled temperature baths to establsh a "factory" settng. Typcally the

More information

Qiang Yang and Hong Cheng

Qiang Yang and Hong Cheng From: ICAPS-3 Proceedngs. Copyrght 23, AAAI (www.aaa.org). All rghts reserved. Plannng for Marketng Campagns Qang Yang and Hong Cheng Department of Computer Scence Hong Kong Unversty of Scence and Technology

More information

Modeling and Simulation for a Fossil Power Plant

Modeling and Simulation for a Fossil Power Plant Modelng and Smulaton for a Fossl Power Plant KWANG-HUN JEONG *, WOO-WON JEON, YOUNG-HOON BAE AND KI-HYUN LEE Corporate R&D Insttute Doosan Heavy Industres and Constructon Co., Ltd 555, Gwgo-dong, Changwon,

More information

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch A Novel Gravtatonal Search Algorthm for Combned Economc and Emsson Dspatch 1 Muhammad Yaseen Malk, 2 Hmanshu Gupta 1 Student, 2 Assstant Professor 1 Electrcal Engneerng 1 E-Max Group of Insttutons, Haryana,

More information

Optimization of e-learning Model Using Fuzzy Genetic Algorithm

Optimization of e-learning Model Using Fuzzy Genetic Algorithm Optmzaton of e-learnng Model Usng Fuzzy Genetc Algorthm Receved: 00?????? 2012, Accepted: 00????? 2013 M. A. Afshar Kazem Assocate professor, Informaton Technology Management Department, Electrnc Branch,

More information

Churn Analysis of a Product of Application Search in Mobile Platform

Churn Analysis of a Product of Application Search in Mobile Platform Economy Informatcs vol. 13, no. 1/2013 5 Churn Analyss of a Product of Applcaton Search n Moble Platform Gábor SZŰCS, Attla KISS Inter-Unversty Centre for Telecommuncatons and Informatcs, H-4028 Kassa

More information

Analysis of Emergent Properties in a Hybrid Bio-inspired Architecture for Cognitive Agents

Analysis of Emergent Properties in a Hybrid Bio-inspired Architecture for Cognitive Agents Analyss of Emergent Propertes n a Hybrd Bo-nspred Archtecture for Cogntve Agents Oscar J. Romero and Angélca de Antono Poltécnca de Madrd Unversty, LSIIS Department, Boadlla del monte, 28660, Madrd, Span

More information

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight Journal of Computer and Communcatons, 2017, 5, 20-30 http://www.scrp.org/journal/jcc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 The Credt Rsk Assessment Model of Internet Supply Chan Fnance: Mult-Crtera

More information

Program Phase and Runtime Distribution-Aware Online DVFS for Combined Vdd/Vbb Scaling

Program Phase and Runtime Distribution-Aware Online DVFS for Combined Vdd/Vbb Scaling Program Phase and Runtme Dstrbuton-Aware Onlne DVFS for Combned Vdd/Vbb Scalng Jungsoo Km, Sungjoo Yoo, and Chong-Mn Kyung Dept. of EECS at KAIST jskm@vslab.kast.ac.kr, kyung@ee.kast.ac.kr Dept. of EE

More information