Real Time Auction Based Allocation of Tasks for Multi-Robot Exploration Problem in Dynamic Environments

Size: px
Start display at page:

Download "Real Time Auction Based Allocation of Tasks for Multi-Robot Exploration Problem in Dynamic Environments"

Transcription

1 Real Tme Auton Based Alloaton of Tasks for Mult-Robot Exploraton Problem n Dynam Envronments Sanem Sarel 1, Tuker Balh 2 1 Istanbul Tehnal Unversty, Department of Computer Engneerng, Maslak, Istanbul TURKEY TR Georga Insttute of Tehnology, College of Computng, Atlanta, Georga, USA sarel@s.tu.edu.tr, 2 tuker.balh@.gateh.edu Abstrat Sngle auton-based methods are known to be effent for mult-robot problem solvng. In ths work, we nvestgate performane of our general mult robot oordnaton framework for mult robot mult target exploraton problem under unertantes n dynam envronments. Our framework offers a real tme sngle tem alloaton method featurng dfferent mehansms for falure reovery. In mult robot exploraton problem, a dfferent verson of well known NP-hard MTSP Multple Travelng Salesman Problem), eah target s vsted by at least one robot n ts open tour. Overall objetve funton for ost optmzaton whle vstng targets vares by dfferent exploraton domans. In ths work, we present performane results for total ost mnmzaton objetve. There are many effent entralzed heurst methods for generatng lose to optmal solutons. These heursts may be used to alloate targets to robots. However, when the envronment s dynam and/or unknown, ntally assgned targets may need to be realloated durng run tme. In our framework, redundant alulatons are elmnated by means of nremental assgnments based on up-to-date stuatons of the envronment. Offered preautons n the framework mantan the qualty of solutons as lose to optmal as possble. Experments are onduted on smulatons. The omparson of the proposed method s made wth Prm Alloaton method. Introduton Searh and resue operatons, spae exploraton, reonnassane/survellane applatons requre effetve mult robot exploraton. Overall objetve ost funton of the robot team may be dfferent n these domans. Whle tme s a hard onstrant n searh and resue operatons, n spae operatons, the objetve may be mnmzng the overall ost value whh s proportonal to the total energy onsumed by robots. We propose a framework for heterogeneous teams of robots oordnatng to omplete omplex mssons that requre dverse apabltes and olletve work wthout a entral planner/deson maker. Robots are always n vald plans satsfyng onstrants on nterdependenes among tasks. Dfferent objetve funtons an be optmzed by ths framework when effetve ost funtons and onstrants are suppled. The framework also onssts of preauton routnes for falure reovery. Detals of the proposed framework and mehansms an be found n Sarel 2005). In ths work, we nvestgate performane of some heurst funtons ombned wth our framework for mult robot exploraton problem as a ase study. Ths applaton doman s seleted to analyze the devatons of results generated by the framework from optma. Optmal results an be easly obtaned by effetve nteger programmng formulaton. For ths partular ase problem, robot team s homogeneous; tasks do not requre dfferent robot apabltes and an be exeuted ndependently. Sngle robot mult target exploraton problem as a dfferent verson of TSP) s an NP-hard problem. For mult robot ase, alloatons of targets to robots are also very affetve on the qualty of the soluton. After alloatons are made, the problem turns nto a TSP problem for eah robot. When the knowledge of the robot s not ertan or the envronment s dynam, ntally alloated targets to robots are subjet to hane. Therefore alulatons for alloatng all targets may beome redundant. Our framework elmnates these redundant alulatons by means of nremental assgnments based on up-to-date stuatons of the envronment. Moreover, robot systems are open to falures ether n ommunaton or robots. Espeally robot falures may ause some of the ntally alloated targets beome unalloated, and these stuatons should be onsdered. Our framework an handle suh stuatons by preauton routnes. Communaton falures may prevent ntal alloatons from beng optmal. Our framework an also detet these stuatons and mantans hgh soluton qualty by dynam target seleton and task exhange shemes. Related Work Both ombnatoral and sngle auton methods are studed for mult robot exploraton problem n lterature. In GRAMMPS Brummt 1998), one of the earlest works on MTSP Mult Travelng Salesman Problem) problem, msson planner works entrally ether on one of the robots or as an operator. Msson planner selets the orrespondng robot for eah target. The system an regenerate plans when the envronment s hanged. Authors lam that for the ntal state of the system, the

2 alloatons may be sub-optmal. But n later steps when the number of open mssons dereases, the system an fnd lose to optmal solutons. By usng the smulated annealng algorthm, a randomzed searh over all possble alloatons s made. In ther latest work, Das and Stentz propose a market based sheme ntrodung leader approah for ombnatoral task exhanges Das 2002). These leaders are responsble for mult-party mult-task optmzatons for obtanng optmal results. In ombnatoral autons, dfferent ombnatons of tasks are offered and bdders bd by onsderng all tasks n these ombnatons. However ths method may beome ntratable for large nstanes or dynam stuatons n whh alulatons should be made frequently. Espeally when the envronment s dynam, alloatons may beome sub-optmal. Then a ombnatoral exhange mehansm s neessary to mantan optmalty. Computatonal requrements for ombnatoral autons nrease drastally for dynam envronments. Prm Alloaton method s a sngle auton based alloaton method. All the targets are assgned to the robots ntally. Whenever world knowledge s hanged, targets are reassgned aordngly wth the same algorthm Lagoudaks 2004). MSF Mnmum Spannng Forest) of all the targets and robots are onstruted by ths algorthm. Then routes of robots are onstruted for eah robot by depth frst traversal of the MST s Mnmum Spannng Tree) and addng shortuts. Sne ths algorthm s based on Prm Algorthm, ts worst ase performane s bounded by 2*OPT. The dstanes are onsdered from any of the nodes n robot routes whle onsderng a new target to assgn. Addtonal ost of vstng a target s not onsdered. Therefore some alloatons may be suboptmal. TSP Heursts Although TSP problem s NP-hard there are many effent heurst methods n lterature generatng k-opt solutons. Some of the heurst methods use trangle nequalty prnple gven n Eq. 1. The trangle nequalty prnple for tes, j and k assumes that the shortest dstane ) between two tes s a straght lne dret route). k j + Eq.1 jk In the followng heurst funton defntons, T s a partal tour and k s a ty not on T, and {, j} s one of the edges of T. Mnmum Spannng Tree Heurst MST) In ths method, ether Prm algorthm or Kruskal algorthm may be used to generate MST for the gven set of tes. Then a depth frst searh of T s onstruted. After ntrodung shortuts nto the depth frst searh, t s ensured that tes are vsted only one. Nearest Merger Heurst NMH) Ths method orresponds to the Kruskal s mnmum spannng tree algorthm. The algorthm starts wth n partal tours, eah onsstng of a sngle ty. Then suessvely merges the tours untl a sngle tour ontanng all the tes s obtaned. Eah tme trees to be merged are hosen so that mn {j: T and j T } s as small as possble. Nearest Neghborhood Heurst NNH) The algorthm starts wth an empty tour T. Ctes k and j, for whh j,k) mnmzed are found. {, j} s replaed by {, k} and {k, j} to obtan a new tour nludng k. The algorthm ontnues untl all the tes are added to T. Nearest Inserton Heurst NIH) The algorthm starts wth an empty tour T. Ctes k and j, for whh j,k) mnmzed are found. {, j} s the edge of T whh mnmzes, k) + k, j) -, j), and t s replaed by {, k} and {k, j} to obtan a new tour nludng k. The algorthm ontnues untl all the tes are added to T. Cheapest Inserton Heurst CIH) The algorthm starts wth an empty tour T. If T does not nlude all tes, for eah k, the edge {, j} of T whh mnmzes T, k) =, k) + k, j) -, j) s found. Then ty k mnmzng T, k) s found. If {, j} s the edge of T for whh T, k) s mnmzed, t s replaed by {, k} and {k, j} to obtan a new tour nludng k. The algorthm ontnues untl all the tes are added to the T. Farthest Inserton Heurst FIH) The algorthm starts wth an empty tour T. Cty k, whh s the farthest of all the tes out of T, s nserted to T. The algorthm ontnues untl all the tes are added to the T. Chrstofdes Algorthm CA) MST of the gven set of tes s onstruted. Mnmum mathng M* for the set of all odd-degree vertes n T s onstruted. An Euleran tour for the Euleran Graph that s the unon of the T and M* s found, and t s onverted nto a tour usng shortuts. Exept from FIH and NNH, all the algorthms presented above has a worst ase soluton bounded by 2*OPT. The worst ase soluton of the NNH s bounded by log n)*opt. CA soluton s bounded by 1.5*OPT. Mult Robot Exploraton Problem Mult robot exploraton problem s a dfferent verson of MTSP Multple Travelng Salesman Problem). In ths problem, eah target.e. nodes or tes of TSP) should be vsted by at least one robot n ts open tour. Even n sngle robot TSP problem, there s a trade-off between the

3 soluton qualty and the omputatonal requrements for generatng optmal solutons. If the envronment s dynam and/or knowledge of the robots s not ertan, alloatons made ntally may result n sub-optmal solutons n later steps beause of the desons based on unertan nformaton and estmates. A very smple llustratve example s gven n Fg. 1. In a) the estmated dstanes among targets and robots are seen. Wth ths knowledge, r 1 : t 3 and r 2 : t 1, t 2 assgnment gves a total ost of 13. However when the obstale s deteted, all the alloatons should be hanged as r 1 : t 1, t 2 and r 2 : t 3. R R1 7 3 a) R R1 7 3 b) Fgure 1. A smple llustratve example for realloatons a) Robots do not have omplete nformaton on the loatons of obstales. t 3 s assgned to r 1 ; t 1 and t 2 are assgned to r 2 b) Obstale s deteted; alloatons should be hanged. Falures are also ommon n robot systems. Therefore n addton to the dffultes of dynam envronments, robots may also beome natve durng runtme. That requres realloaton of all targets assgned to the faled robots when the world knowledge or the stuaton s hanged. In ths ase, for mantanng optmalty, nformaton on the loatons of the all atve robots and unvsted targets should be reonsdered. As the frequeny of updates on world nformaton nreases the alulatons for realloatons may beome ntratable. Therefore applyng an algorthm searhng all over the target set and assgnng all targets to robots may result n redundant alulatons wthout beneft of soluton qualty. Heurst funtons/algorthms used for fndng nearoptmal tours are onvenent for envronments wth unertantes Lawler 1985). In ths ase, omputaton s mplemented for a loal nstane of the overall problem. It s more logal to make loal searh for stuatons wth unertantes. However t should be noted that there s not a polynomal tme algorthm guaranteeng optmal soluton. All sngle TSP heurst algorthms presented n the prevous seton are desgned to generate a omplete sngle TSP tour. For mult robot exploraton problem, more than one TSP tour should be generated for eah robot. Moreover assgnments of the targets to robots affet the soluton qualty to a great extent. Clusterng methods generate lasses of the targets for the gven number of lusters. For ths partular problem, ntal luster number an be seleted as the number of robots or t may also allowed to be smaller than the number of robots related to the seleted objetve funton. One problem wth these algorthms s that they only take nto onsderaton of the dstanes between target pars. However osts of addng targets to routes of robots should be onsdered whle generatng lusters. Ths onsderaton may omplate the lusterng approah. Ths approah may be used for ntal seleton of targets to be onsdered. Vehle Routng Problem VRP) Ghan 2003) from transportaton and logsts researh s smlar to mult robot exploraton problem. Espeally dynam and stohast mult-depot VRP problem solutons an be used. In mult-depot VRP, vehles may be n dfferent depots, as n our ase robots may be n dfferent loatons ntally. Prm Alloaton Method Prm Alloaton method Lagoudaks 2004) nspred from Prm Algorthm generates a MSF Mnmum Spannng Forest) of the targets and robots. MSF onssts of separate robot trees. These trees are onstruted by addng eah unalloated target to the losest robot path ontanng the node wth the mnmum dstane to the target, untl all targets are alloated. In other words, addton of a new target s mplemented by onsderng the dstanes between the target and nodes of the robot routes nstead of onsderng the last poston of the robot. The target s autoned and the robot offerng the smallest bd value s seleted to alloate that target. Before robots run and vst the targets, all the alloatons are made. Whenever the world knowledge s hanged, alloatons for the remanng unvsted targets are made wth the same algorthm. Real Tme Sngle Auton Based Dynam Alloaton Sheme Our general framework Sarel 2005) s for a heterogeneous robot team workng on a omplex msson onsstng of tasks requrng dfferent apabltes and ooperatve work and havng dependenes on eah other ayl preedene relaton). In ths framework, optmal solutons are sought whle handlng wth ommon falures n robot systems. Ths framework s based on dstrbuted market based approah. However to mantan optmalty addtonal routnes suh as dynam target seleton and task exhange shemes alled as oalton mantenane n the general defnton) are added to the framework. In ths work, we nvestgate the performane of our framework for mult robot exploraton problem wth total ost mnmzaton objetve. In our approah, the targets are alloated n an nremental way. Robots vst targets and then offer autons for the next best unvsted target for them. Loatons of robots at the tme of the auton are onsdered whle alulatng dstanes to targets for all

4 expermented heurst ost funtons wth our framework. Therefore routes are onstruted onlne based on the world knowledge at hand. In the problem defnton, the robots are not supposed to ome bak to ther ntal loatons, or the mnmzaton of the dstane between last target of the route and the ntal loaton s not requred;.e. routes are not losed. Sne the targets are nrementally assgned to robots n our framework, onsderng robots up-to-date loaton nformaton s a better approah than onsderng all targets from routes of robot n the ost alulaton for our framework. Target Seleton Targets and related tasks are onsdered n eah step when the world knowledge s hanged f the robot s already assgned to a target or n eah step when the robot s dle. Stuatons n whh world knowledge s updated are arrval of new onlne targets, hanges n knowledge about envronment and dstane estmatons aordngly, new ost value nformaton on tasks under exeuton or deteton of robot falures. Ths proedure s alled as selettarget n our framework for the mult robot exploraton problem. selettarget method s the modfed verson of the seletaton method Sarel 2005) of the general framework and s gven n Fg. 2. selettarget for rj For eah known and unvsted target t f the target t s not n one of the followng types, skp The targets for whh the robot s aepted for exhangng wth hgher ost value than the robot has) Awarded targets by the autoneers Free targets whh are not under onsderaton else add the target t n a prorty queue ordered by ost wth the prortes n gven order Selet the mnmum ost target n the prorty queue f rj has already been alloated to a dfferent target anel vstng the target at hand f the seleted target s a free target begn AutonNegottatonProess else set the new target as the urrent target and begn exeutng f t s an awarded target send aept beome a member message to the autoneer Fgure 2. Target Seleton method The targets/tasks are prortzed based on the stuatons. If there are two targets at the same ost, the one wth the hghest prorty, otherwse the mnmum ost target s seleted. The targets sutable to exhange have the hghest, awarded targets by autoneers have the seond and the targets not beng onsdered free) have the lowest prorty. The targets are pushed nto a prorty queue n whh they are ordered based on ther estmated osts and prortes. The mnmum ost target top element of the queue) s seleted. If the robot s already assgned to a dfferent target than the seleted one, urrent task s aneled. If t s dle and the seleted target s a free target, an auton negotaton proess s ntated. Otherwse the target s set as the new assgned target and the robot begns exeutng t. If the target s an awarded target, a onfrmaton message s sent to the autoneer. Robots may onsder targets at the same tme n the general framework. However for obtanng optmal results for the gven objetve funton, we just allowed only one robot to vst a target or offer an auton. If there s more than one robot offerng an auton, the one havng the smallest ost value ontnues auton negotaton proess; other robots anel ther auton negotaton proesses. Auton Negotaton Proess In the auton negotaton proess, the orrespondng autoned target s assgned to one of the robots bdders) havng the mnmum ost value. Intally the autoneer offers the auton. If the auton s nvald, a warnng message s sent to the autoneer. Invaldty may our f the autoneer has nomplete knowledge about the task status. Possble stuatons may be that the task related to the target s ompleted or t has already been exeutng. If the auton passes the valdty hek, the anddate robot beomes a bdder of the task, alulates the ost and sends the ost value as a bd. The other anddate robots behave as so. The autoneer robot s also a bdder and generates a bd for the task at hand. It wats untl the end of the deadlne. If the autoneer does not get bds from other robots untl the deadlne, t selets tself as the awarded bdder. Otherwse t ranks all the bds and selets the robot wth the mnmum ost/bd value. A bdder robot may get onfrmaton from dfferent autoneers. However n the aton seleton step, t selets the mnmum ost target for t. Therefore t sends a message to only one of these autoneers. It s allowed that more than one robot offer an auton for the same task. In ths ase, when the robots detet ths onflt, the robot havng the mnmum ost value s the wnner of ths rae. If the ost values are the same, the robot havng the smaller dentfaton number s the wnner. Ths deson only provdes to reover from the onflt. There may be other solutons but we avod addng extra omplexty to the negotaton proess. Besdes that, sne these robots are n relable ommunaton range they an detet that both them autoned for the same task), the bd of eah of them s onsdered n ether ase not affetng the optmalty. Task Exhange Mehansm To keep onssteny, eah robot exeutng a task s responsble for broadastng an exeuton message to nform others that the task s under exeuton, the robot s alve and about the ost value for that moment. Sne n the deson stage, eah robot takng these knds of messages onsders the ost value from eah robot, f a robot detets that ts ost s lower than the broadasted ost of a task, t sends a task exhange message to the robot exeutng the task. The orrespondng robot anels ts exeuton after

5 reevng task exhange message and the sender of the message begns exeutng the task. Preautons For dealng unertantes beause of the message losses, eah robot keeps trak of the models of known tasks targets) and other robots n ther world knowledge. Up-todate knowledge of the known tasks s mantaned by representng eah known stuaton n a FSM. When robots get nformaton from others they update ther world knowledge aordngly. Whenever ommunaton beomes unrelable, world knowledge of eah robot may be nonsstent. The proposed framework ensures an update mehansm when onflts are deteted to redue nonssteny. When robots reeve nonsstent messages, they ether warn others or orret themselves. These nonsstenes our when robots are not nformed about the tasks that are ompleted, under exeuton or under auton. It s assumed that robots are trusted and benevolent. Exeuton onflts: If a parallel exeuton of the same task s deteted, all robots exeutng the same task for the same target) anel ther exeuton. Ths s for ensurng optmalty. A new auton s generated to onsder all the robots osts. The robots are allowed to generate dfferent autons for the same task. However one of them ontnues the auton negotaton proess. The robot gettng exeuton messages s nformed about the task and assumes that the orrespondng task s under exeuton for a perod of tme. If a robot annot get any message related to a task for a perod of tme, the task s assumed to be free. The exeuton message s a lue that the exeuter robot s stll alve and the task s beng exeuted. The same type of update s performed when robots offer autons for tasks. In ths ase the world knowledge s updated as the robot s not exeutng a task and the task s under onsderaton. Auton onflts: Whenever a robot gets an auton message, t frst heks the valdty of the auton by onsderng the task nformaton. If t s a vald auton, t always sends bd nformaton to the autoneer. Therefore a more sutable task for the robot may be seleted n future, whether t s urrently exeutng a task or not. Updates are mplemented when exeuton, anellaton messages are reeved. Robot Falures: Sne world knowledge of a robot s updated based on nomng nformaton from others, f a robot exeutng a task fals, after a perod of tme other robots not reevng messages from the faled robot mark the related task as left/free to onsder t n the target seleton proess. Cost Funton and Heursts: In the proposed framework, the general ost funton j for robot r j and target t s alulated as summaton of two separate omponents namely base dstane ost j1 ) and addtonal ost j2 ) as n Eq. 2. j = j1 + Eq.2 j2 These funtons hange based on the heurst methods HM). The base dstane ost funton for robot r j and target t s alulated as gven n Table 1 for dfferent stuatons. It an be seen that when a robot s n target seleton step, t always alulates the dstane to target from the urrent loaton of tself. When another robot offers an auton for that target, t alulates the dstane ether from the urrent loaton when dle) or from the assgned target t k when not dle) and sends the ost nformaton to the autoneer. Table 1. Base dstane ost j1 Robot s dle Robot onsderng the target Target s autoned by another robot Robot s already assgned to target t k dst r j, t ) dst r j, t ) dst r j, t ) dst t k, t ) Addtonal ost funton j2 ) for robot r j and target t depends on the seleton of the heurst method. We performed experments on three dfferent heurst methods gven n Table 2. These methods are Closest Cost CC) Heurst, Nearest Addton Cost NAC) Heurst and Farthest Addton Cost FAC) Heurst. We nspred from TSP heursts whle desgnng these ost funtons. Table 2. Cost funton omponents for dfferent heurst methods Base HM j2 ost 0 CC j1 NAC j1 FAC α * j1 dst t, ) dst rj, ) f dst t, ) > dst rj, ) 0 otherwse 1- α) * dst t, t ) max dst r, t ), dst r, t ))) f 1 f 2 j f 1 j f 2 T U s the unalloated target set, T Uj T U s the set of targets losest to robot r j. t k T U s the target wth the mnmum dstane dstt, t k ) to t. In CC heurst method, j2 s 0. Therefore robots onsder only dstanes to targets. NAC heurst method provdes one further look ahead for an addtonal ost of vstng target t. If the dstane between the next losest target t k to t s greater than the dstane from the robot loaton to t that means seleton of vstng target t k may ause addtonal ost gven n the Table 2. FAC heurst method onsder t f1 and t f2 n T Uj whh are the targets havng the maxmum dstt f1, t f2 ) value. The bas dea behnd ths heurst funton s that f a rle s drawn ontanng all the

6 targets n T Uj, t f1 and t f2 are the targets determnng the dameter of the rle and they should also be vsted. Ths method forwards robots to these farthest targets to some degree. By ntrodung a onstant α) ths addtonal ost onsderaton an be adjusted. We seleted α as 2/3 n the experments. Expermental Results The experments are onduted on a 100*100 grd envronment wth 20 targets and 1-4 robots. Target and robot loatons are assgned randomly for eah run. The results are presented as average of 50 runs for eah set. In the experments, the performane of the heurst methods are measured on a stat envronment and ompared wth Prm Alloaton method. Addtonally result of a sample run n whh robots do not have omplete nformaton on a dynam envronment s gven as an llustratve example. The dstanes are taken as symmetr n our problem meanng that the dstane between any two ponts are the same n both ways. The optmal results are obtaned by CPLEX program. The nteger programmng formulaton for obtanng optmal results an be found n Lagoudaks 2004). % Devaton from Optmal PRIM CC NAC FAC Number of Robots Fgure 3. Performane results of the heurst approahes ombned wth the framework and the Prm Alloaton, averaged over 50 runs gven wth standard devaton Results are presented as average perentage devaton from optmal values wth standard devaton n Fgure 3. As an be seen from the graphs, all heurst methods ombned wth our framework outperform Prm Alloaton method. The reason for even losest ost heurst CC) generates better results s takng nto aount of the up-to-date loaton of the robot. Although ntally some targets are lose to a robot, they may beome farther when the robot moves or ve versa. FAC heurst s the most suessful of all, t generates lose to optmal results even for experment wth one robot t should be noted that n ths ase, the problem s a sngle TSP problem). NAC heurst performane approahes to the other two suessful heursts CC and FAC) for the experment wth 4 robots. Devaton from optmum dereases when the number of robots nreases beause of the nrease n densty and the derease n dstanes for all approahes. Reonfguratons n a dynam envronment mplemented by the proposed framework an be seen n Fgure 4. In ths senaro, there are 6 targets and 3 robots n the envronment. Robots are shown as small squares. Targets are marked as rosses. World knowledge of robots s not ertan. In a) the envronment and n b) world knowledge of robots s gven. Robots begn exeutng the tasks. In ) robot r 1 detets the obstale and marks the target as unreahable. In d) robot r 3 detets the obstale n whh ase the target s reahable. However robot r 2 has the smallest ost for ths target. Then robot r 3 anels the exeuton. Robot r 2 onsders all the targets and dedes on the losest target e). Robot r 2 fals n f). Robots r 1 and r 2 detet ths falure. Robot r 1 ompletes the msson. Conluson In ths work we nvestgate performane of our general framework for a mult-robot team n an exploraton problem. Overall msson s explorng a set of targets wth mnmzaton of total ost objetve. The system an handle real tme ommunaton and robot falures. Experments on dfferent heurst ost funtons ombned wth the framework valdate that the results are lose to optmal. Desons on eah new stuaton and alloatons of targets n an nremental way make the results loser to optmal. Reovery solutons provded by preauton routnes for dfferent knds of falures ensure the approah s omplete. The approah s also sutable for dynam verson of the problem n whh targets are generated on-lne. Some stohast approahes may be used for forwardng to robots or for ther deson makng. Robots may selet hgh ost alulatons guaranteeng optmalty by usng Lnear Programmng methods f t s ertan that the envronment wll not hange. However the stuatons are subjet to hange for dynam envronments, and t s more reasonable to perform a loal searh by usng a heurst funton as n presented n ths work. Currently ombned tests wth ommunaton and robot falures for dynam envronments are beng expermented. In ths work, we analyzed performane on an objetve funton for mnmzng the total ost. As a future work, we are gong to perform experments for dfferent objetve funtons on mult robot exploraton problem n dfferent domans. Aknowledgments Ths work s supported by Semens TURKEY, Tnel Kultur Vakf TURKEY and NSF. Authors would lke to thank to Mhal G. Lagoudaks for provdng optmal CPLEX results.

7 Referenes Brummt, B. and Stentz, A., GRAMMPS: A Generalzed Msson Planner for Multple Robots n Unstrutured Envronments. In Proeedngs of the IEEE Internatonal Conferene on Robots and Automaton. Das, M.B. and Stentz, A., Opportunst Optmzaton for Market-Based Multrobot Control. In Proeedngs of the IEEE/JRS Internatonal Conferene on Intellgent Robots and Systems IROS). Ghan G. et al Real-Tme Vehle Routng: Soluton Conepts, Algorthms and Parallel Computng Strateges. European Journal of Operatonal Researh 151: Lagoudaks, M. G. et al., Smple Autons wth Performane Guarantees for Mult-Robot Task Alloaton. In Proeedngs of the IEEE/JRS Internatonal Conferene on Intellgent Robots and Systems IROS). Lawler, E.L., and Lenstra, J.K., eds The Travelng Salesman Problem. John Wley and Sons Ltd. Sarel S. and Balh T., A Robust Mult-Robot Coordnaton n Nosy and Dangerous Envronments. GVU Tehnal Report: GIT-GVU-05-17, Georga Insttute of Tehnology. R1 R1 R2 R3 a) Intal State of the Sene: 6 targets and 3 robots b) World Knowledge of the robots: unertantes are rled ) Robot r1 detets that the target s unreahable d) Robot r3 detets the obstale and anels the task e) Robot r2 begns to vst targets on ts way f) Robot r2 fals g) Robots r1 and r2 detet the falure. Robot r1 ompletes the msson Fgure 4. A sample senaro n a dynam envronment

Solving Redundancy Allocation Problem with Repairable Components Using Genetic Algorithm and Simulation Method

Solving Redundancy Allocation Problem with Repairable Components Using Genetic Algorithm and Simulation Method Avalable Onlne at http//jnrm.srbau.a.r Vol.1, No.3, Autumn 2015 Journal of New Researhes n Mathemats Sene and Researh Branh (IAU) Solvng Redundany Alloaton Problem wth Reparable Components Usng Genet Algorthm

More information

Design and Optimization of a New Power Monitor with Small Size

Design and Optimization of a New Power Monitor with Small Size Desgn and Optmzaton of a New Power Montor wth Small Sze ABBAS ALI LOTFI NEYESTANAK ALI HOMAII MASOOD KHOSROSHAHY MOHAMMAD MIRHOSAINI Eletral Engneerng Eletral Engneerng Eletral Engneerng Eletral Engneerng

More information

A Dynamic Subchannel Allocation Algorithm for IEEE e Networks

A Dynamic Subchannel Allocation Algorithm for IEEE e Networks A Dynam Subhannel Alloaton Algorthm for IEEE 86e etworks Donysos Xenaks, Dmtrs Tsolkas, Spyros Xergas, kos Passas, and Lazaros Merakos Department of Informats & Teleommunatons Unversty of Athens, Greee

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

Optimization of PI Controller using PSO for Power Electronic Converter

Optimization of PI Controller using PSO for Power Electronic Converter IOSR Journal of Eletral and Eletrons Engneerng (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 232-3331, Volume 9, Issue 2 Ver. VI (Mar Apr. 214), PP 36-4 Optmzaton of PI Controller usng PSO for Power Eletron Converter

More information

Longitudinal Spacing Control of Vehicles in a Platoon 1

Longitudinal Spacing Control of Vehicles in a Platoon 1 9 ICASE: The Insttute of Control, Automaton and Systems Engneers, KOREA Vol., No., June, 000 ongtudnal Spang Control of Vehles n a Platoon Tae Soo No and Kl To Chong Abstrat: The yapunov stablty theorem

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Study and Optimization of Cooperative Spectrum Sensing in OFDM Cognitive Radio Networks

Study and Optimization of Cooperative Spectrum Sensing in OFDM Cognitive Radio Networks IJCSI Internatonal Journal of Computer Sene Issues, Vol. 9, Issue 6, o 3, ovember ISS (Onlne): 69-8 www.ijcsi.org 7 Study and Optmzaton of Cooperatve Spetrum Sensng n OFDM Cogntve Rado etworks Yngxue LI,

More information

Optimal Size and Location of Capacitors Placed on a. Distribution System

Optimal Size and Location of Capacitors Placed on a. Distribution System Chng-Tzong Su, Cheng-Y Ln, J-Jen Wong Optmal Sze and Loaton of Capators laed on a Dstrbuton System CHING-TZONG SU CHENG-YI LIN JI-JEN WONG Department of Eletral Engneerng WuFeng Insttute of Tehnology Mng-Hsung,

More information

Recognition of Two Types of Air-Targets with KNN-SVM Method

Recognition of Two Types of Air-Targets with KNN-SVM Method 0 4th Internatonal Conferene on Sgnal Proessng Systems (ICSPS 0) IPCSIT vol. 58 (0) (0) IACSIT Press, Sngapore DOI: 0.7763/IPCSIT.0.V58.9 Reognton of Two Types of Ar-Targets wth KNN-SVM Method Peng Yuxng

More information

Implementation of the Adaptive CSMA-CA Algorithm Based on Traffic Load

Implementation of the Adaptive CSMA-CA Algorithm Based on Traffic Load Internatonal Journal of Future Generaton Communaton and Networkng Vol.7, No.4 (204), pp.27-40 http://dx.do.org/0.4257/jfgn.204.7.4.2 Implementaton of the Adaptve CSMA-CA Algorthm Based on Traff Load Ln

More information

A Novel Decision Scheme for Vertical Handoff in 4G Wireless Networks

A Novel Decision Scheme for Vertical Handoff in 4G Wireless Networks a g e 28 Vol. 10 Issue 5 Ver. 1.0 July 2010 Global Journal of Computer Sene and Tehnology A Novel Deson Sheme for Vertal Handoff n 4G Wreless Networks Abstrat-Future wreless networks wll onsst of multple

More information

Comparative Studies on Feature Extraction Methods for Multispectral Remote Sensing Image Classification

Comparative Studies on Feature Extraction Methods for Multispectral Remote Sensing Image Classification Comparatve Studes on Feature Extraton Methods for Multspetral Remote Sensng Image Classfaton Yanqn an and Png Guo Department of Computer Sene Beng Normal Unversty Beng, 00875, Chna pguo@bnu.edu.n Abstrat

More information

arxiv: v1 [cs.cc] 6 Mar 2009

arxiv: v1 [cs.cc] 6 Mar 2009 TETRAVE s NP-omplete arv:93.1147v1 [s.cc] 6 Mar 29 Yasuhko Takenaga Department of Computer Sene The Unversty of Eletro-Communatons Tokyo, Japan takenaga@s.ue.a.p Toby Walsh Natonal ICT Australa Unversty

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Real Time Destination Prediction Based On Efficient Routes

Real Time Destination Prediction Based On Efficient Routes Paper Number 26-1-811 Real Tme Destnaton Predton Based On Effent Routes John Krumm Mrosoft Researh Copyrght 26 SAE Internatonal ABSTRACT Ths paper presents a novel method for predtng the loaton of a drver

More information

Intelligent Transportation System with Diverse Semi-Autonomous Vehicles

Intelligent Transportation System with Diverse Semi-Autonomous Vehicles Internatonal Journal of Computatonal Intellgene Systems, Vol. 8, No. 5 (2015) 886-899 Intellgent Transportaton System wth Dverse Sem-Autonomous Vehles Rahul Kala Robots and Artfal Intellgene Laboratory,

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Improving Broadband Acoustic Doppler Current Profiler with Orthogonal Coprime Pulse Pairs and Robust Chinese Remainder Theorem

Improving Broadband Acoustic Doppler Current Profiler with Orthogonal Coprime Pulse Pairs and Robust Chinese Remainder Theorem Improvng Broadband Aoust Doppler Current Profler wth Orthogonal Coprme Pulse Pars and Robust Chnese Remander Theorem Cheng Ch, Har Vshnu and Koay Teong Beng Aoust Researh aboratory, Tropal Marne Sene Insttute,

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Coded Adaptive Linear Precoded Discrete Multitone Over PLC Channel

Coded Adaptive Linear Precoded Discrete Multitone Over PLC Channel Coded Adaptve Lnear Preoded Dsrete Multtone Over PLC Channel Fahad Syed Muhammad, Jean-Yves Baudas, Jean-Franços Hélard, Mattheu Crussère To te ths verson: Fahad Syed Muhammad, Jean-Yves Baudas, Jean-Franços

More information

Outage Probability Analysis of Multipath Fading Channels in Long Term Evolution-LTE

Outage Probability Analysis of Multipath Fading Channels in Long Term Evolution-LTE Proeedngs of Internatonal Conferene on Emergng Trends n Eletrons & Teleommunatons (ICETET) 9 th - 31 st May, 1 KUALA LUMPUR, MALAYSIA (MTEC1) ISS (onlne): 39- ISS (prnt): 39- Outage Probablty Analyss of

More information

DESIGN OF GOAL-SEEKING BEHAVIOR-BASED MOBILE ROBOT USING PARTICLE SWARM FUZZY CONTROLLER

DESIGN OF GOAL-SEEKING BEHAVIOR-BASED MOBILE ROBOT USING PARTICLE SWARM FUZZY CONTROLLER Vol. 7, No. 3, Oktober 214 ISSN 216 544 DESIGN OF GOAL-SEEKING BEHAVIOR-BASED MOBILE ROBOT USING PARTICLE SWARM FUZZY CONTROLLER a And Adransyah, b Badaruddn, Eko Ihsanto a,b, Eletral Engneerng Departement,

More information

A Space-Time Pre-RAKE Transmitter Diversity Method for W-CDMA Using Long Range Prediction 1

A Space-Time Pre-RAKE Transmitter Diversity Method for W-CDMA Using Long Range Prediction 1 A Spae-Tme Pre-RAKE Transmtter versty ethod for W-CA Usng Long Range Predton Sen Gunavd and Alexandra uel-hallen North Carolna State Unversty ept of Eletral and Computer Engneerng Center for Advaned Computng

More information

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov Algorthms Arlne Schedulng Arlne Schedulng Desgn and Analyss of Algorthms Andre Bulatov Algorthms Arlne Schedulng 11-2 The Problem An arlne carrer wants to serve certan set of flghts Example: Boston (6

More information

Algorithm of resonance orders for the objects

Algorithm of resonance orders for the objects IOP Conferene Seres: Materals Sene and Engneerng PAPER OPEN ACCESS Algorthm of resonane orders for the objets To te ths artle: Yongang Zhang and JanXue Zhang 8 IOP Conf. Ser.: Mater. S. Eng. 6 Vew the

More information

Investigation of the Performance of the Wavelet Packet Based Multi-Carrier CDMA Communications in Rayleigh Fading Channel

Investigation of the Performance of the Wavelet Packet Based Multi-Carrier CDMA Communications in Rayleigh Fading Channel Investgaton of the Performane of the Wavelet Paket Based Mult-Carrer CDMA Communatons n Raylegh Fadng Channel Mohamed N. El-Eandran, Ehab F. Badran and Darwsh A. Mohamed Arab Aademy for Sene and Tehnology

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Utility-based Routing

Utility-based Routing Utlty-based Routng Je Wu Dept. of Computer and Informaton Scences Temple Unversty Roadmap Introducton Why Another Routng Scheme Utlty-Based Routng Implementatons Extensons Some Fnal Thoughts 2 . Introducton

More information

Nonlinear Wave Propagation - a fast 3D Simulation Method based on Quasi-linear Approximation of the Second Harmonic Field

Nonlinear Wave Propagation - a fast 3D Simulation Method based on Quasi-linear Approximation of the Second Harmonic Field 3.6. H. Torp: Nonlnear Wave ropagaton page Nonlnear Wave ropagaton - a ast 3D Smulaton Method based on Quas-lnear Appromaton o the Seond Harmon Feld Hans Torp ISB NTNU 3.6. rev. 3.5. Abstrat Nonlnear wave

More information

An Efficient Method for GPS Multipath Mitigation Using the Teager-Kaiser-Operator-Based MEDLL

An Efficient Method for GPS Multipath Mitigation Using the Teager-Kaiser-Operator-Based MEDLL YI HU, AOZHONG SONG, BIN ENG, XIAOYU DANG, AN EFFICIENT ETHOD FOR GPS ULTIPATH ITIGATION USING An Effent ethod for GPS ultpath tgaton Usng the Teager-Kaser-Operator-Based EDLL Y HU, aozhong SONG,, Bn ENG,

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Water Level Control by Fuzzy Logic and Neural. Networks

Water Level Control by Fuzzy Logic and Neural. Networks Water Level Control by Fuzzy Log and Neural Lmted rulaton. For revew only. Networks Danel Wu Dept. of Systems Desgn Eng. Unversty of Waterloo Waterloo, ON NL G Fakhreddne Karray Dept. of Eletral & Computer

More information

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

ECE5713 : Advanced Digital Communications. Concept of a constellation diagram. Digital Modulation Schemes. Bandpass Modulation MPSK MASK, OOK MFSK

ECE5713 : Advanced Digital Communications. Concept of a constellation diagram. Digital Modulation Schemes. Bandpass Modulation MPSK MASK, OOK MFSK ECE5713 : Advaned Dgtal Communaton In-phae and Quadrature (I&Q) Repreentaton Bandpa Modulaton MPSK MASK, OOK MFSK Any bandpa gnal an alo be repreented a ( = x( o( ω 0t ) y( n( ω 0t ) x( a real-valued gnal

More information

Deterministic Worst-case Performance Analysis for Wireless Sensor Networks

Deterministic Worst-case Performance Analysis for Wireless Sensor Networks Determnst Worst-ase Performane Analyss for Wreless Sensor Networks Humn She,, Zhongha Lu, Axel Jantsh, L-Rong Zheng Dept. of Eletron, Computer and Software Systems Royal Insttute of Tehnology (KTH), Sweden

More information

3D Position Estimation Performance Evaluation of a Hybrid Two Reference TOA/TDOA Multilateration System Using Minimum Configuration

3D Position Estimation Performance Evaluation of a Hybrid Two Reference TOA/TDOA Multilateration System Using Minimum Configuration Internatonal Journal of Traff and Transportaton Engneerng 6, 5(4): 96- DOI:.593/j.jtte.654.3 3D Poston Estmaton Performane Evaluaton of a Hybrd Two eferene TOA/ Multlateraton System Usng Mnmum Confguraton

More information

Decision aid methodologies in transportation

Decision aid methodologies in transportation Decson ad methodologes n transportaton Lecture 7: More Applcatons Prem Kumar prem.vswanathan@epfl.ch Transport and Moblty Laboratory Summary We learnt about the dfferent schedulng models We also learnt

More information

Multiple Laser Polar Scan Matching with Application to SLAM

Multiple Laser Polar Scan Matching with Application to SLAM Multple Laser Polar San Mathng wth Applaton to SLAM Fredy ungad and Lndsay Kleeman Intellgent Robots Researh Centre Department of Eletral and Computer Systems Engneerng Monash Unversty, Vtora 3800 Australa

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Redes de Comunicação em Ambientes Industriais Aula 8

Redes de Comunicação em Ambientes Industriais Aula 8 Redes de Comuncação em Ambentes Industras Aula 8 Luís Almeda lda@det.ua.pt Electronc Systems Lab-IEETA / DET Unversdade de Avero Avero, Portugal RCAI 2005/2006 1 In the prevous epsode... Cooperaton models:

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

ABSTRACT. 1. Introduction

ABSTRACT. 1. Introduction Communatons an Network, 3, 5, 367-373 http://x.o.org/.436/n.3.53b67 Publshe Onlne September 3 (http://www.srp.org/journal/n) Resoure Alloaton an Beamformng Algorthm Base on Interferene Avoane Approah for

More information

Identification and Position Control of Marine Helm using Artificial Neural Network

Identification and Position Control of Marine Helm using Artificial Neural Network Identfaton and Poston Control of Marne Helm usng Artfal Neural Network Hu ZHU Yannan RUI College of Mehanal & Eletr Engneerng, Soohow Unversty Suzhou, Jangsu,, Chna ABSRAC If nonlneartes suh as saturaton

More information

Simulation and Analysis of Single Phase Shunt Active Filter Based on PQ Theory

Simulation and Analysis of Single Phase Shunt Active Filter Based on PQ Theory 215 IJEDR Volume 3, Issue 4 ISSN: 23219939 Smulaton and Analyss of Sngle Phase Shunt Ate Flter Based on PQ Theory 1 Anoop H. Budhran, 2 Krshna Veer Sngh, 3 Amt R Pathak 1 Assstant Professor, 2 Assstant

More information

Network Theory. EC / EE / IN. for

Network Theory.   EC / EE / IN. for Network Theory for / / IN By www.thegateacademy.com Syllabus Syllabus for Networks Network Graphs: Matrces Assocated Wth Graphs: Incdence, Fundamental ut Set and Fundamental rcut Matrces. Soluton Methods:

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Performance of Diagnosis Methods for IGBT Open Circuit Faults in Three Phase Voltage Source Inverters for AC Variable Speed Drives

Performance of Diagnosis Methods for IGBT Open Circuit Faults in Three Phase Voltage Source Inverters for AC Variable Speed Drives Performane of Dagnoss Methods for IGBT Open Crut Faults n Three Phase Voltage Soure Inverters for AC Varale Speed Drves Ka Rothenhagen, Fredrh W. Fuhs Chrstan-Alrehts-Unversty of Kel Kaserstr.2, 24143

More information

Digital Hearing Aid DSP Chip Parameter Fitting Optimization

Digital Hearing Aid DSP Chip Parameter Fitting Optimization ICCAS005 June -5, KINTEX, Gyeongg-Do, Korea Dgtal Hearng Ad DSP Chp Parameter Fttng Optmzaton Soon Suk Jarng*, You Jung Kwon*, Je Hyung Lee** *Dept. of Informaton, Control & Instrumentaton, Chosun Unversty,

More information

Mixed Model Assembly Line Sequencing In Make to Order System with Available to Promise Consideration

Mixed Model Assembly Line Sequencing In Make to Order System with Available to Promise Consideration Mxed Model Assembly Lne Sequenng In Mae to Order System wth Avalable to Promse Consderaton N. Manavzadeh, A. Dehghan, M. Rabban Abstrat Mxed model assembly lnes (MMAL) are a type of produton lne where

More information

Cooperative Parameter Identification of Advection-diffusion Processes Using a Mobile Sensor Network

Cooperative Parameter Identification of Advection-diffusion Processes Using a Mobile Sensor Network 207 Ameran Control Conferene Sheraton Seattle Hotel May 2 26, 207, Seattle, USA Cooperatve Parameter Identfaton of Adveton-dffuson Proesses Usng a Moble Sensor Networ Je You, Yufe Zhang, Mnghen L, Kun

More information

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept J. Appl. Envron. Bol. Sc., 5(1)20-27, 2015 2015, TextRoad Publcaton ISSN: 2090-4274 Journal of Appled Envronmental and Bologcal Scences www.textroad.com A Mathematcal Model for Restoraton Problem n Smart

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Capacitated set-covering model considering the distance objective and dependency of alternative facilities

Capacitated set-covering model considering the distance objective and dependency of alternative facilities IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS Capactated set-coverng model consderng the dstance obectve and dependency of alternatve facltes To cte ths artcle: I Wayan Suletra

More information

Movement - Assisted Sensor Deployment

Movement - Assisted Sensor Deployment Intro Self Deploy Vrtual Movement Performance Concluson Movement - Asssted Sensor Deployment G. Wang, G. Cao, T. La Porta Dego Cammarano Laurea Magstrale n Informatca Facoltà d Ingegnera dell Informazone,

More information

INVERTER-interfaced islanded microgrids serve the primary. Spatio-Temporal Model Reduction of Inverter-Based Islanded Microgrids

INVERTER-interfaced islanded microgrids serve the primary. Spatio-Temporal Model Reduction of Inverter-Based Islanded Microgrids Spato-Temporal Model Reduton of Inverter-Based Islanded Mrogrds Lng Luo and Saraj V. Dhople, Member, IEEE 1 Abstrat Computatonally effent and salable models that desrbe droop-ontrolled nverter dynams are

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

An Optimization of the Chlorine Gas Wireless Sensor Network Coverage and Leakage Model

An Optimization of the Chlorine Gas Wireless Sensor Network Coverage and Leakage Model Sensors & Transduers, Vol. 54, Issue 7, July 03, pp. 6-70 Sensors & Transduers 03 by IFSA http://www.sensorsportal.om An Optmzaton of the Chlorne Gas Wreless Sensor Network Coverage and Leakage Model Yun

More information

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

More information

Unscented Kalman Filter for Frequency and Amplitude Estimation

Unscented Kalman Filter for Frequency and Amplitude Estimation Paper aepted for presentaton at the 211 IEEE rondhem Powereh Unsented Kalman Flter for Frequeny and Ampltude Estmaton Happy Novanda, Pawel Regulsk, Franso M. González-Longatt, Senor Member IEEE and Vladmr

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

MMSE adaptive receiver vs. rake receiver performance evaluation for UWB signals over multipath fading channel

MMSE adaptive receiver vs. rake receiver performance evaluation for UWB signals over multipath fading channel Internatonal Journal o Wreless Communatons, Networkng and Moble Computng 2015; 1(02): 12-23 Publshed onlne 01 19 2015 (http://www.aast.org/journal/wnm) MMSE adaptve reever vs. rake reever perormane evaluaton

More information

Multidimensional Social Network in the Social Recommender System

Multidimensional Social Network in the Social Recommender System Multdmensonal Soal Network n the Soal Reommender System Przemysław Kazenko, Katarzyna Musał and Tomasz Kajdanowz Abstrat All onlne sharng systems gather data that reflets users olletve behavour and ther

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Distributed Channel Allocation Algorithm with Power Control

Distributed Channel Allocation Algorithm with Power Control Dstrbuted Channel Allocaton Algorthm wth Power Control Shaoj N Helsnk Unversty of Technology, Insttute of Rado Communcatons, Communcatons Laboratory, Otakaar 5, 0150 Espoo, Fnland. E-mal: n@tltu.hut.f

More information

Magnetics Design For High Current Low Voltage Dc/dc Converter

Magnetics Design For High Current Low Voltage Dc/dc Converter Unversty of Central Florda Eletron Theses and Dssertatons Dotoral Dssertaton (Open Aess) Magnets Desgn For Hgh Current ow Voltage D/d Converter 7 Hua Zhou Unversty of Central Florda Fnd smlar works at:

More information

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling Explotng Dynamc Worload Varaton n Low Energy Preemptve Tas Schedulng Lap-Fa Leung, Ch-Yng Tsu Department of Electrcal and Electronc Engneerng Hong Kong Unversty of Scence and Technology Clear Water Bay,

More information

Integer Programming. P.H.S. Torr Lecture 5. Integer Programming

Integer Programming. P.H.S. Torr Lecture 5. Integer Programming Integer Programmng P.H.S. Torr Lecture 5 Integer Programmng Outlne Mathematcal programmng paradgm Lnear Programmng Integer Programmng Integer Programmng Eample Unmodularty LP -> IP Theorem Concluson Specal

More information

The Synthesis of Dependable Communication Networks for Automotive Systems

The Synthesis of Dependable Communication Networks for Automotive Systems 06AE-258 The Synthess of Dependable Communcaton Networks for Automotve Systems Copyrght 2005 SAE Internatonal Nagarajan Kandasamy Drexel Unversty, Phladelpha, USA Fad Aloul Amercan Unversty of Sharjah,

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION 24 Internatonal Symposum on on Automaton & Robotcs n n Constructon (ISARC 2007) Constructon Automaton Group, I.I.T. Madras INITIALIZATION OF ROBOTIC FORMATIONS USING DISCRETE PARTICLE SWARM OPTIMIZATION

More information

Achieving Transparent Coexistence in a Multi-hop Secondary Network Through Distributed Computation

Achieving Transparent Coexistence in a Multi-hop Secondary Network Through Distributed Computation Achevng Transparent Coexstence n a Mult-hop econdary Network Through Dstrbuted Computaton Xu Yuan Y h Y. Thomas Hou Wenng Lou cott F. Mdkff astry Kompella Vrgna olytechnc Insttute and tate Unversty, UA

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE46, Power Electroncs, DC-DC Boost Converter Verson Oct. 3, 11 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce Ad hoc Servce Grd A Self-Organzng Infrastructure for Moble Commerce Klaus Herrmann, Kurt Gehs, Gero Mühl Berln Unversty of Technology Emal: klaus.herrmann@acm.org Web: http://www.vs.tu-berln.de/herrmann/

More information

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments

Multi-Robot Map-Merging-Free Connectivity-Based Positioning and Tethering in Unknown Environments Mult-Robot Map-Mergng-Free Connectvty-Based Postonng and Tetherng n Unknown Envronments Somchaya Lemhetcharat and Manuela Veloso February 16, 2012 Abstract We consder a set of statc towers out of communcaton

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

More information

Cooperative perimeter surveillance with a team of mobile robots under communication constraints

Cooperative perimeter surveillance with a team of mobile robots under communication constraints 213 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems (IROS) November 3-7, 213. Toyo, Japan Cooperatve permeter survellance wth a team of moble robots under communcaton constrants J.J.

More information

Rational Secret Sharing without Broadcast

Rational Secret Sharing without Broadcast Ratonal Secret Sharng wthout Broadcast Amjed Shareef, Department of Computer Scence and Engneerng, Indan Insttute of Technology Madras, Chenna, Inda. Emal: amjedshareef@gmal.com Abstract We use the concept

More information

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala.

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala. PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER 1 H. RAGHUNATHA RAO, T. ASHOK KUMAR & 3 N.SURESH BABU 1,&3 Department of Electroncs and Communcaton Engneerng, Chrala Engneerng College,

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

S. Shojaie 1, M. H. Moradi 1.

S. Shojaie 1, M. H. Moradi 1. An Evolutonary Artal Immune System or eature seleton and parameters optmzaton o support vetor mahnes or ERP assessment n a P300-based GKT S. Shojae, M. H. Morad Bomedal Engneerng Faulty, Amrkabr Unversty

More information

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce Ad hoc Servce Grd A Self-Organzng Infrastructure for Moble Commerce Klaus Herrmann Berln Unversty of Technology Emal: klaus.herrmann@acm.org Web: http://www.vs.tu-berln.de/herrmann/ PTB-Semnar, 3./4. November

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

VOLTAGE SAG COMPENSATION OF POINT OF COMMON COUPLING (PCC) USING FAULT CURRENT LIMITER IN THREE PHASE LINES

VOLTAGE SAG COMPENSATION OF POINT OF COMMON COUPLING (PCC) USING FAULT CURRENT LIMITER IN THREE PHASE LINES VOLTAGE SAG COMPENSATION OF POINT OF COMMON COUPLING (PCC) USING FAULT CURRENT LIMITER IN THREE PHASE LINES P.ANUSHA & K. SWARNASRI Department of Eletral & Eletrons Engneerng, R.V.R &J.C.College of Engneerng,

More information

luxcontrol masterconfigurator Product Manual

luxcontrol masterconfigurator Product Manual luxcontrol masterconfigurator Produt Manual Table of ontents 2 Sgns and symbols... 5 6 Changes ntrodued... wth masterconfigurator 2.28 3 Introduton... 7 4 Installaton... 8 5 Atve wndow... 11 6 Commssonng...

More information

Online Reporting. Online Reporting. A step-by-step guide. Important information for churches, schools and organisations

Online Reporting. Online Reporting. A step-by-step guide.   Important information for churches, schools and organisations Onlne Reportng Onlne Reportng A step-by-step gude www.olr.ccl.com Important nformaton for churches, schools and organsatons May 2016 Reportng s a vtal part of beng a lcence holder... Reportng s a requrement

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint Dynamc Lghtpath Protecton n WDM Mesh etworks under Wavelength Contnuty Constrant Shengl Yuan* and Jason P. Jue *Department of Computer and Mathematcal Scences, Unversty of Houston Downtown One Man Street,

More information

Electricity Network Reliability Optimization

Electricity Network Reliability Optimization Electrcty Network Relablty Optmzaton Kavnesh Sngh Department of Engneerng Scence Unversty of Auckland New Zealand kav@hug.co.nz Abstract Electrcty dstrbuton networks are subject to random faults. On occurrence

More information

COMPACT ULTRA-WIDEBAND STEPPED-IMPEDANCE LOW PASS FILTER UTILIZING OPEN CIRCUIT STUB RESONATOR

COMPACT ULTRA-WIDEBAND STEPPED-IMPEDANCE LOW PASS FILTER UTILIZING OPEN CIRCUIT STUB RESONATOR VOL. 1, NO 19, OCTOBER, 215 ISSN 1819-668 26-215 Asan Researh Publshng Network (ARPN). All rghts reserved. COMPACT ULTRA-WIDEBAND STEPPED-IMPEDANCE LOW PASS FILTER UTILIZING OPEN CIRCUIT STUB RESONATOR

More information