A Partial Decision Scheme for Local Search Algorithms for Distributed Constraint Optimization Problems

Size: px
Start display at page:

Download "A Partial Decision Scheme for Local Search Algorithms for Distributed Constraint Optimization Problems"

Transcription

1 A Partal Decson Schee for Local Search Algorths for Dstrbuted Constrant Optzaton Probles Zhepeng Yu, Zyu Chen*, Jngyuan He, Yancheng Deng College of Coputer Scence, Chongqng Unversty, Chongqng, Chna { , chenzyu, ABSTRACT Local search algorths are wdely adopted n solvng large-scale Dstrbuted Constrant Optzaton Probles (DCOPs). However, snce each agent always aes ts value decson based on the values of ts neghbors n local search, those algorths usually suffer fro local preature convergence. More concretely, an agent cannot ae a wse decson wth poor values of ts neghbors snce ts decson space s bound up wth those poor values. n ths paper, we propose a Partal Decson Schee (PDS) to relax the decson space of an agent by gnorng the value of ts neghbor whch has the bad pact on ts local benefts. The PDS coprses two partal decson processes: trgger partal decson and recursve partal decson. The forer s teratvely perfored by agents who cannot enhance ther local benefts unlaterally to brea out of potental local opta. The latter s recursvely perfored by neglected agents to prove global benefts. Besdes, the trgger condtons along wth a self-adaptve probablty are ntroduced to control the use of PDS. The PDS can be easly appled to any local search algorth to overcoe ts local preature convergence wth a sall addtonal overhead. n our theoretcal analyss, we prove the feasblty and convergence of PDS. Moreover, the experental results also deonstrate the superorty of the use of PDS n the typcal local search algorths over state-of-the-art local search algorths. Author Keywords: Mult-agent Syste; Dstrbuted Constrant Optzaton Proble; ncoplete Algorth; Local Search Algorth; Partal Decson. NTRODUCTON Wth the advent of dstrbuted artfcal ntellgence, ult-agent systes (MAS) [] have becoe a popular way to odel the coplex nteractons and coordnaton requred to solve dstrbuted probles. Dstrbuted Constrant Optzaton Probles (DCOPs) are a fundaental fraewor for odelng ult-agent coordnaton probles, wdely deployed n real applcatons such as tas schedulng [2,3], resource allocaton [4], sensor networs [5,6], etc. A DCOP conssts of a set of agents, each holdng one or ore varables. Each varable has a doan * correspondng author. Appears n: Proc. of the 6th nternatonal Conference on Autonoous Agents and Multagent Systes (AAMAS 207), S. Das, E. Durfee, K. Larson, M. Wnoff (eds.) May 8 2, 207, São Paulo, Brazl. Copyrght 207, nternatonal Foundaton for Autonoous Agents and Multagent Systes ( All rghts reserved. of possble value assgnents. Constrants aong varables assgn costs to cobnatons of value assgnents [7]. The agents ust coordnate ther decsons of value assgnents so that the su of all the constrants s optzed. Algorths to solve DCOPs can be classfed as beng ether coplete [8-2] or ncoplete, based on whether they can fnd the optal soluton or they get suboptal solutons wth sall executon te. However, snce DCOPs are NP-hard [7,8], coplete algorths ncur exponental councaton or coputaton wth the ncrease of scale and coplexty of probles, whch lts ther use n any real applcatons. ncoplete algorths whch requre very lttle local coputaton and councaton to fnd suboptal solutons can be well appled to large-scale practcal dstrbuted applcatons. Therefore, there has been growng nterest n the last few years n ncoplete DCOP algorths. ncoplete algorths generally nclude the followng three categores [3]: local search algorths, nference-based algorths and saplng-based algorths. nference-based ncoplete algorths le Max-Su [4] and ts varants [5,6] allow agents to explot the structure of a constrant graph to aggregate rewards fro ther neghbors but are ore approprate to acyclc DCOP graphs. Saplng-based ncoplete algorths le DUCT [7] and D-Gbbs [8] saple the search space to approxate a functon as a product of statstcal nference [3]. Local search algorths are the ost popular ncoplete ethods for DCOPs, where each agent optzes based on ts local constrants and the values receved fro all ts neghbors, such as DSA [9], DBA [9,20] and MGM [2]. However, Local search algorths are prone to converge to local opta. DSAN [22] tres to prove DSA by sacrfcng ndvdual benefts restrcted by the neghbor values. But the algorth s ore sutable for Dstrbuted Constrant Satsfacton Probles (DCSPs). K-optalty [23,24] was proposed to prove the soluton of local convergence by coordnatng the decson of all agents wthn the K-sze coalton, such as MGM-2 [2], MGM-3 [25] and KOPT [26]. However, one of the dffcultes n K-optalty algorths nvolves the defnton of K. Moreover, wth the ncrease of K, these algorths requre greater coputatonal effort to fnd a K-optal soluton [25]. Recently, an anyte local search (ALS) fraewor wth soe exploraton heurstcs [7] are presented to enhance local search algorths. For exaple, DSA-PPRA uses a perodc ncrease n the level of exploraton and DSA-SDP eploys an exploratve probablty wth regard to the potental proveent. Besdes, rando restart was ntroduced nto the ALS fraewor as an algorth-ndependent heurstc to facltate exploraton n ncoplete DCOP algorths. By analyzng the local search process, we fnd that the decson space of an agent s parttoned n ters of the values of ts neghbors snce ts value decson heavly reles on the values of ts neghbors. f always recevng the sae values fro ts 87

2 neghbors, an agent wll get nto the sae decson parttons and have no opportunty to search other prosng parttons. That wll lead to local preature convergence. The paper presents a partal decson schee (PDS) to enable an agent to search the prosng decson parttons by gnorng soe bad value of ts neghbor to enhance ts local benefts, and coordnate the decson of ts neglected neghbor to prove global benefts. The PDS breas the assgnent dependence on the neghbor values and help local search to escape fro local opta. The paper s organzed as follows. n Secton 2, we present the DCOP defnton and the local search fraewor. Secton 3 llustrates the detals of our proposed schee (PDS). Secton 4 proves the feasblty and convergence of PDS. n Secton 5, an experental study s presented to evaluate PDS when cobned wth the typcal local search algorths n coparson wth exstng local search algorths. Fnally, Secton 6 concludes ths paper. 2. Bacground 2. Dstrbuted Constrant Optzaton Probles A DCOP can be represented by a tuple A, X, D, C s a set of agents; X x x x such that: A a, a2,, a, 2,, n s a set of varables, where each varable s assgned to an agent; D D, D2,, Dn s a set of fnte and dscrete doans, where D s the doan of varable x; C c c c,,..., 2 constrants, where each constrant c : D D q s a set of + specfes a non-negatve cost for every possble value cobnaton of a set of varables [7,8]. Gven ths, the goal for the agents s to fnd the ont varable assgnent X* such that a gven global obectve functon s nzed. Generally, the obectve functon s descrbed as the su over C. To facltate understandng, ths paper assues that each agent has a sngle varable and constrants are bnary relatons. Here, the ter agent and varable can be used nterchangeably. A bnary constrant s a constrant nvolvng exactly two varables defned as c : D D +. The ont varable assgnent X* s obtaned as follows: x3 X* arg n c ( x v, x v ) () x x2 x4 (a) constrant graph v D, v D c C (b) constrant atrces Fgure. A DCOP nstance t s coon that a DCOP proble s vsualzed as a constrant graph where the nodes are the agents and the edges are the constrants. Fgure shows an exaple of a DCOP proble whose constrant graph and constrant atrces are shown n Fgure (a) and Fgure (b), respectvely. The DCOP nstance ncludes 4 varables, each of whch taes a value n {, 2}, and the cells of the constrant atrces contan the costs of the assgnent n Fgure (b). 2.2 Local Search Fraewor for DCOPs The general desgn of local search algorths for DCOPs s synchronous. n each round of a basc local search fraewor, an agent sends ts value to all ts neghbors n the constrant graph and receves the values of ts neghbors. Then, the agent wll select a value n ters of the values of ts neghbors and decde whether to replace ts value accordng to a replaceent strategy. The an dfference aong local search algorths s replaceent strategy. For exaple, agents n DSA stochastcally replaces ther value every round f the replaceents can reduce ther local costs whle only agents wth axal gans aong ther neghbors can replace ther values n MGM. Here, we only present one algorth that apples to ths general fraewor, the Dstrbuted Stochastc Algorth (DSA). Algorth : Dstrbuted Stochastc Algorth (DSA) For each agent x executes:. value Choose_Rando_Value( ) 2. send value to neghbors 3. whle (no ternaton condton s et) 4. collect neghbors value 5. select a new value whch reduces the local cost ost 6. Δ the nuber of the cost reduced by the new value 7. f (Δ > 0 and rando( ) < p) 8. assgn the new value 9. send value to neghbors Fgure 2. A fraewor of DSA The basc dea of the DSA algorth s sple. A setch of DSA s presented n Fgure 2. An agent x starts wth an ntal process n whch x assgns a rando value and sends the value to all ts neghbors (lne -2). Then, x perfors a sequence of rounds untl the ternaton condton s et. n each round (lne 4-9), x collects the assgnents of ts neghbors and selects a new value to reduce the local cost ost. Then, t decdes, often stochastcally, to eep the current value or change to the new one, f Δ > 0 (see [9] for detals on the possble strateges). n ths paper, we call the process n each round local search. 3. Partal Decson Schee 3. Motvaton Let us tae Fgure as an exaple to llustrate the atter of local convergence and the dea of the proposed schee when DSA s carred out. Assue that all agents assgn as after any rounds and send ther value to ther neghbors n the next round. x wll receve x2= and x3=, and try to select a new value to reduce the current local cost (lne 4-6) n ters of ts decson parttons pertanng to x2= and x3= (.e., the whte coluns of the constrant atrces of x shown n Fgure 3). n other words, x has no chance to search other parttons (.e., the gray coluns shown n Fgure 3). x wll not change ts value (lne 7 wll be false) snce ts value results n the nal local cost 5 based on the decson partton. However, t can be observed fro the constrant atrces of x that the best value of x s 2 wth the nal local cost 3 f x2 and 88

3 x3 select 2 and, respectvely. Unfortunately, x wll not change ts value unless x2 and x3 change ther values. Slarly, x2, x3 and x4 wll not change ther values upon recevng fro ther neghbors accordng to the constrant atrces n Fgure (b). At ths pont, DSA converges to a local nu. x x 2 2 x x Fgure 3. The decson partton of x wth x2= and x3= x x 2 2 x x Fgure 4. The decson partton of x after gnorng x2= We hope to escape fro a local nu by breang the assgnent dependences aong the neghbors. Our dea s to enable an agent to search the prosng decson parttons by gnorng soe bad value of ts neghbor so as to enhance ts local benefts. For exaple, x can search ore decson parttons and get the n cost 3 when gnorng x2=, shown n Fgure 4. However, to acheve ts proveent, an agent who neglects ts neghbor ust provde the suggested value and ts gan to the neglected neghbor. The neglected neghbor wll decde to accept or refuse the suggeston based on ts local benefts and the receved gan to ensure the proveent of global benefts. n ths exaple, x can get the local cost 3 by gnorng x2= or 9 by gnorng x3=. Therefore, x wll gnore x2= and change ts own value to 2 under the assupton that x2=2. Meanwhle, t wll nfor the suggeston (x2=2 and gan=2) along wth ts new value to x2. Based on ts constrant atrces and the receved gan, x2 wll get the accuulated gan by acceptng x2=2 and gnorng x4=. So, x2 wll change ts value to 2 and nfor the suggeston (x4=2 and gan=2) along wth ts new value to x4. Eventually, x, x2, x3 and x4 tae 2, 2, and 2, respectvely, whch s the best soluton to the exaple. On the bass of the above procedure, we propose a partal decson schee (PDS). 3.2 Fraewor of Partal Decson Schee The PDS ncludes two partal decson processes, trgger partal decson and recursve partal decson. t can be easly appled to any local search algorth (the pseudocode s shown n Fgure 5). Trgger condtons. As shown n the exaple of Subsecton 3., partal decson should be perfored when an agent converges to a local nu. n other words, only f an agent cannot prove ts state by perforng the orgnal local search schee, partal decson should be trggered; otherwse, the orgnal local search ght be broen and cannot coe nto play when ntroducng partal decson. However, t s hard for an agent to dentfy whether the current local search process has gotten stuc n a true local nu due to the lac of global nforaton. Therefore, referrng to quas-local nu (QLM) n [27], we ntroduce potental-local nu (PLM) and a self-adaptve partal decson probablty (PDP) to control the use of PDS. Algorth 2: PDS for a local search algorth For each agent x executes: 0. ntalze Local Search Algorth. whle (no ternaton condton s et) 2. f recevng suggeston_essage{v*s,gs} 3. Dspose_suggeston_essage(v*s,gs) 4. calculate probablty PDP 5. create a rando nuber r (0< r <) 6. f x s n a PLM and r < PDP 7. Trgger_partal_decson( ) 8. else 9. perfor Local Search Trgger_partal_decson( ) 20. select a neghbor x randoly 2. calculate value v* and v* by forula (8) and (9) 22. calculate the n local cost c* by forula (0) 23. g c c* 24. f (g > 0) 25. assgn value v* 26. send suggeston_essage{ v*,g } to x Dspose_suggeston_essage(v*s,gs) 27. v* v*s 28. calculate the unon gan gu by forula (2) 29. f (gu > 0) 30. assgn value v* 3. go to lne 32. else 33. Recursve_partal_decson( ) Recursve_partal_decson( ) 34. fnd x by forula (3) 35. calculate value v* by forula (4) 36 calculate g by forula (5) 37. f (g > 0) 38. assgn value v* 39. send suggeston_essage{v*,g} to x 40. go to lne Fgure 5. A PDS-based local search Algorth executed by x Defnton : An agent x s n a potental-local nu (PLM) f x cannot reduce ts cost unlaterally by the orgnal local search schee n ters of the receved values fro all ts neghbors. Here, PLM descrbes a state whch s lely to be or evolve nto a true local nu. t plays the sae role as QLM. However, PLM s a weaer condton than QLM snce an agent detects a PLM only usng ts own current nforaton rather than nforaton about ts neghbors. Thus, PLM s easer to be detected by an agent, whch eans the tendency of local na can be perceved earler. We also tested the effect of PLM and QLM on our schee and found that the algorths wth PLM perfored slghtly better than the ones wth QLM n ters of soluton qualty n the experent. When an agent detects that t s n a PLM, t trggers a partal decson wth a partal decson probablty (PDP) (lne 6-7). Here, the PDP s forulated n ters of the qualty of the current local soluton and the rounds. n order to evaluate the current soluton for x, a local cost level L s defned as follows: c cn, c L c ax cn 0, c ax ax c c n n (2) 89

4 c c ( x v, x v ), v D, v D (3) N c n c ', arg n n ', ' ' x v x c v D v' x v x v (4) D N c ax ax c ', arg ax ', ' ' x v x c v D v' x v x v (5) D N Here, v and v are the current value of x and ts neghbor x, respectvely. c s the local cost of the current soluton for x. cn and cax are the lower and upper bounds of the local cost of x, respectvely. N s an ndex set of all neghbors of x. t can be seen fro forula (2) that the greater the L, the worse the current local soluton. Addtonally, x wll record the nal L coputed so far. To accoodate the search process, a PDP for x s defned as the followng two fors: M _ round C _ round PDP L (6) M _ round M _ round C _ round PDP L (7) M _ round Here, C_round and M_round represent the current and ax rounds, respectvely. Max rounds are the axal synchronc teratons whch are usually used as a ternaton condton of the local search. ntally, PDP s calculated accordng to forula (6). Once the optal L retans unchanged for T rounds, PDP s calculated accordng to forula (7). n the paper, T= M_round /0. t can be nferred fro forula (6) and (7) that x wth greater L has a hgher probablty to trgger a partal decson and the nfluence of PDS wll gradually wane wth the ncrease of the rounds. Trgger Partal Decson ntates partal decson and wll be perfored once the trgger condtons are et. When x eets PLM and PDP, t wll call Trgger_partal_decson( ) (Lne 20-26). Frstly, x randoly selects one of ts neghbors, x (Lne 20). Then, x calculates the new value v*, v* and the nal local cost c* by forula (8), (9) and (0), respectvely (lne 2-22). v* and v* are the values of x and x correspondng to c* wthout regard to the receved value fro x, respectvely. v s the receved value fro a neghbor x. * arg n ( ', ) n ( ', ' ) v c ' x v x v v c ' x v x v (8) D v D N v* argn c ( x v*, x v' ) (9) v' D c* c ( x v*, x v ) c ( x v*, x v* ) (0) N g=c-c* () Then, x calculates ts gan g (lne 23) by forula () and decdes whether to change ts current value to v* by the followng process naed decson and replaceent (lne 24-26): f g s no greater than 0, whch eans x cannot prove ts state when gnorng x, x wll retan ts current value and contnue to do the next round of local search; otherwse, x wll change to v* and send a suggeston essage to ts neghbor x. The suggeston essage ncludes the suggested value v* and the gan g. Dspose Suggeston Message s perfored by the neglected agent to decde whether to accept the suggested value or to further perfor partal decson. Upon recevng a suggeston essage, x wll execute Dspose_suggeston_essage(v*s, gs). Here, gs and v*s s the gan and the suggested value n the suggeston essage sent by xs, respectvely. x frstly records v*s as v* and then calculates ts unon gan gu by forula (2) (lne 27-28): g g ( c ( x v, x v ) c ( x v*, x v )) (2) u s N, s f gu s no less than 0, x wll accept the suggeston by changng ts current value to v* and sp the current round of local search to avod the conflct between local search and partal decson (lne 29-3); otherwse, x wll perfor recursve partal decson (lne 32-33). Recursve Partal Decson s perfored by the neglected agent to prove global benefts by gnorng one of ts neghbors except ts suggester. Frstly, x searches ts decson space by gnorng the value of each neghbor except xs to fnd a neghbor x whch could nze x s cost f t changed ts value v accordng to forula (3) (lne 34). Then, x coputes the new value v* for x by forula (4) and the gan g of all ts constrants except cs by forula (5) (lne 35-36). Here, cs has been consdered n gs n the suggeston essage. argn c ( x v *, x v ) n c ( *, ' ) v' x v x v N D N s, s (3) v* argn c ( x v*, x v' ) (4) v' D g c ( x v, x v ) N s (5) c( x v *, x v ) c ( x v *, x v * ) N s, Next, x perfors the decson and replaceent process shown by Trgger Partal Decson. Ths ay recursvely trgger new recursve partal decson for an agent x recevng the suggeston essage untl x eets gu > 0 or g 0 (lne 37-40). t s worth notng that we use the dfferent strateges to select a neglected neghbor, x. n trgger partal decson, x s randoly selected snce the rando selecton requres only lttle coputaton and can avod selectng the sae neghbor repeatedly so as to enhance the dversty whch s an portant concern n trgger partal decson. n recursve partal decson, x s optally selected snce the best choce can guarantee the proveent of global beneft. Addtonally, the PDS requres a sall overhead. Snce the calculaton for L requres O() te, and cn and cax can be coputed n preprocessng, the overhead anly concentrate n two parts: the extra essage nuber and the te and space coplexty caused by trgger partal decson and recursve partal decson. Actually, the nuber of extra essages equals to the 90

5 nuber of agents perforng partal decson. And, each agent x requres O( D ( N ax D )) space n te and N O D N trgger partal decson, and O( N * ax N D ) te and O( N ) space n recursve partal decson, whch s close to the coplexty of local search. Moreover, wth the trgger condtons, there s only a sall set of agents executng partal decson. Thus, the overall overhead s sall. 4. Theoretcal Analyss We consder the pleentaton of the two partal decsons. Trgger partal decson s perfored only f an agent eets PLM and PDP. Once an agent perfors trgger partal decson, x 0 there wll be two cases. case. Recursve partal decson s recursvely perfored for tes ( 0) untl the neglected agent accepts the suggeston fro,.e., gu > 0. case 2. Recursve partal decson s recursvely perfored for tes ( 0) untl the neglected agent cannot prove ts x state by eans of recursve partal decson,.e., x g 0 To llustrate the effects of PDS, we assue that the orgnal local search has gotten stuc n a local nu before usng PDS, and wll not ncrease the ndvdual cost when usng PDS. Proposton When an agent x perfors trgger partal decson, the global cost s strctly decreasng n case. proof. We begn by ntroducng soe notatons. c (n), c (n), C (n) denote the local cost of x, the constrant cost between x and x, the global cost, respectvely, at the end of the n-th round. Assue that partal decson starts wth gnorng n the n-th round, x x 0 then receves the suggeston and gnores, and recursve partal decson s recursvely perfored for tes ( 0) untl gnores n the n+-th round, and accepts the suggeston fro x x x 2 x n the n++-th round. Accordngly, C (n-) and C (n++) are the global costs before and after the partal decson process, respectvely. We consder C (n-) - C (n++). C C ( n) ( n) [ c c... c c ] ( n) ( n) ( n) ( n) 0 pq N N N p0,,..., 0 0 q0,,..., [ c c... c c ( n) ( n) ( n) ( n) 0 pq N N N p0,,..., 0 0 q0,,..., [ c c... c c c ] ( n) ( n) ( n) ( n) ( n) 0 pq N N N N p0,,..., 0 0 q0,,..., [ c c... c c ( n) ( n2) ( n) 0 N N N 0 0 [ c c ] [ c c ]... [ ( n) ( n) ( n) ( n2) 0 0 N N N N c c ] [ c c ] ( n) ( n) ( n) ( n) N N N N [ c ( n+) pq p0,,..., p0,,..., q0,,..., q0,,..., c ( n) pq ] ]. (6) ( n) ( n) pq N p0,,..., q0,,..., c ] (7) (8) g g... g g 0 N, ( n) ( n) ( c ( x, ) ( *, )) v x v c x v x v (9) gu 0 g g... 0 g g u (20) Equaton (6) parttons the global cost nto +3 parts correspondng to the order of agents perforng partal decson. n nequaton (7), we transfors the suaton by c (+) c () whch s due to the fact that the agents can use local search to decrease ts cost. n equaton (8), we odfy the suaton accordng to the assocatve law of addton. n nequaton (9), we transfor the suaton by equaton (), (5) and the fact that the gan obtaned by an agent x between two rounds wll be no less than g by eans of the orgnal local search. The fnal equaton coes by equaton (2). Here, (0 -) and gu are greater than 0 because each neglected agent x assgns the suggested value v*. Thus, C (n++) s always less than C (n-) n case. Proposton 2 When an agent x perfors trgger partal decson, the local search wth PDS s equvalent to ts orgnal wth local restart n case 2. proof. Assue that partal decson starts by n-th round, then x g x 0 gnorng receves the suggeston and gnores x x 2 n the, and recursve partal decson s recursvely perfored for tes ( 0) untl cannot prove ts state by eans of partal decson (.e., + not change ts value, g + 0) n the n++-th round. Snce value. We consder C (n-) - C (n+). C C ( n) ( n) ( n) ( n) ( n) ( n2) 0 0 N N N N does s the last agent assgnng the suggested [ c c ] [ c c ]... [ c c ] [ c c ] 0 ( n2) ( n) ( n-) ( n) - - N N N N N, (2) ( n) ( n) c 0 c 0 0 N N 0 0 g g... 0 g g 2 ( n-) ( n) c ( x, ) ( *, ) v x v c x v x v ( n) ( n) c - c ( 0) 0 0 gu ( ) g g... ( 2) 0 g g 2 u (22) (23) nequaton (2), (22) and equaton (23) coe accordng to (8), (9) and (20). When = 0, s the only agent changng ts x 0 ( n) ( n) value after eetng PLM, so c -c 0 s less than 0. However, 0 when, g (0 -) s greater than 0 but gu s less than 0 accordng to Dsposng suggeston essage (lne 27-33). Consequently, whether C (n+) s less than C (n-) s unclear. 9

6 At ths pont, has gnored x but x suggested value. Thus, the current value of does not assgn the s not the best response n ters of the values of ts neghbors. So, n the next round, wll perfor the orgnal local search to change the current value, whch could nfluence ts neghbors, especally Slarly, when changes ts value, x orgnal local search to change ts value f x wll also perfor the x holds v * fro equaton (4). The above change wll happen recursvely n ore agents, whch s equvalent to a local search wth local restart.. Proposton 3. The convergence of PDS-based algorths wll eventually depend on ther orgnals. proof. The convergence of PDS-based algorths depends on two factors, the convergence of ther orgnal algorths and the effect of PDS. t can be seen fro forula (6) and (7) that PDP wll gradually approach to zero as C_round grows. Wth the decrease of PDP, trgger partal decson s less lely to be executed (lne 6). That s, the effect of PDS wll be gradually decreased durng the optzaton process. Accordngly, ore and ore agents wll perfor the orgnal local search (Lne 8-9). Fnally, PDSbased algorths wll perfor ust le ther orgnals. 5. Experental Analyss n order to deonstrate ts effect on dstrbuted local search, the partal decson schee (PDS) s appled to DSA (type-c and p=0.4), DSAN, MGM and MGM2 naed as PDS-DSA, PDS- DSAN, PDS-MGM and PDS-MGM2, respectvely. n our experents, we wll copare these PDS-based algorths wth ther orgnals and DSA-SDP on three dfferent types of probles: rando DCOPs, scale-free probles and graph-colorng probles. Here, DSA-SDP s reported the best ALS-DSA wth exploraton heurstcs n [7]. We average the experental results over 50 ndependently generated probles, each of whch s solved by each algorth 30 tes. The copared algorths except DSA- SDP are all pleented wthout the ALS fraewor. We consder rando DCOPs wth n = 20 agents, = 0 values n each doan, costs chosen fro the range, 2,..., 00, and constrant densty p = 0. (sparse probles) or p=0.6 (dense probles) [7]. For scale-free probles, we generate nstances by Barabáas-Albert odel [28] where an ntal set of 0=20 connected agents s used and n each teraton a new agent s connected to =3 other agents for sparse probles or =0 other agents for dense probles wth a probablty proportonal to the nuber of lns that the exstng agents already have. Besdes, the other paraeter settngs n scale-free networs are the sae as ones n rando DCOPs. For graph-colorng probles, we use n=20 agents, the nuber of colors=3 and the densty paraeter p=0.05 [7]. As n standard graph colorng probles, we set the cost of each volated constrant (two adacent varables wth the sae color) to one. These probles are nown to be hard Max- CSP probles,.e., beyond the phase transton between solvable and non-solvable probles [7]. Fgure 6. The cost n each step of all 9 algorths when solvng Rando DCOPs (sparse probles) Fgure 7. The cost n each step of all 9 algorths when solvng Rando DCOPs (dense probles) Fgure 6 and Fgure 7 show the coparson wth PDS-DSA, PDS-DSAN, PDS-MGM, PDS-MGM-2, ther orgnals and DSA- SDP on rando DCOPs wth p = 0. and p=0.6, respectvely. t can be seen that the PDS-based algorths have an obvous advantage over ther orgnals and DSA-SDP n sparse probles. The PDS-based algorths are superor to DSA-SDP by about 2.2%~4.0%. And the proveent of PDS-DSA over DSA s about 7.8%. PDS-DSAN proves DSAN by about 7.8%. And the proveent of PDS-MGM and PDS-MGM2 over ther orgnals are about.3% and 4.0%, respectvely. However, the proveents of the PDS-based algorths over ther orgnals are not obvous and only about.2%~4.5% n dense probles. Moreover, PDS-MGM2 and PDS-DSA s slghtly nferor to DSA-SDP. n addton, all the PDS-based algorths have advantages over ther orgnals at statstcally sgnfcant level of p-value < n sparse proble and p-value < n dense rando DCOPs, respectvely. Besdes, t can be found that the PDS-based algorths have the slar curves, especally for dense probles. The reason ght be that the PDS leads the local search process snce t has a better search ablty than the orgnal local search schees. Moreover, we fnd that PDS-MGM outperfors PDS-MGM2 whle MGM2 s better than MGM. The reason s that PDS-MGM has ore chances to perfor partal decson n the lted steps snce MGM2 and MGM requres 5 and 2 steps per round, respectvely. Here, the step refers to the councaton cycle between agents. 92

7 Fgure 8. The cost n each step of all 9 algorths when solvng Scale-Free probles (sparse probles) Fgure 9. The cost n each step of all 9 algorths when solvng Scale-Free probles (dense probles) Fgure 8 and Fgure 9 show the coparson wth all nne algorths for solvng sparse and dense scale-free probles, respectvely. Slar to rando DCOPs, the PDS-based algorths have great superorty over ther orgnals n sparse probles at statstcally sgnfcant level of p-value < The proveent of PDS-DSA over DSA s 4.7%. And PDS- DSAN proves the DSAN by about 2.8%. PDS-MGM and PDS-MGM2 also outperfor ther orgnals by 7.4% and 7.9%, respectvely. Besdes, t can be seen that the PDS-based algorths are superor to DSA-SDP by about 8.3%~9.2%. Moreover, the PDS-based algorths have stll advantages over ther orgnals by about 3.0%~7.4% n dense probles at statstcally sgnfcant level of p-value < Fgure 0 show the coparson wth all nne algorths for solvng graph colorng probles. We can see that DSAN and PDS-DSAN exhbt ore excellent perforance over the others. And, PDS-DSAN has the slar perforance wth DSAN, whch ndcates the local search schee adopted by DSAN s ore sutable for solvng DCSPs. Meanwhle, t can be observed that the other PDS-based algorths have proved ther orgnals a lot, especally for MGM. t llustrates that the PDS s also a good decson schee for DCSPs. 6. Concluson and Future Wor Each agent n the local search process needs to tae account of the current values of all ts neghbors so as to select ts value, whch would prohbt t fro searchng soe prosng solutons. Ths Fgure 0. The cost n each step of all 9 algorths when solvng graph colorng probles paper presents a Partal Decson Schee to brea the assgnent dependence. The PDS coprses trgger partal decson and recursve partal decson processes. The forer s teratvely perfored by agents who eet the trgger condtons, where they neglect soe bad values of ther neghbors to enhance ther local benefts and provde the suggested values for the neglected neghbors. The latter s recursvely perfored by neglected agents, where they gnore the values of ther neghbors except ther suggesters to prove global benefts. The partal decson schee can be appled to any local search algorth and the experental results verfy ts advantage on benchar probles. n the future, we wll probe nto new soluton evaluaton and control echans to enhance the convergence speed and accuracy of PDS-based local search algorths. n addton, we wll also try to extend the partal decson schee by gnorng the values of ultple neghbors. 7. REFERENCES [] Puol-Gonzalez, M. 20. Mult-agent coordnaton: Dcops and beyond. n: Proceedngs nternatonal Jont Conference on Artfcal ntellgence (JCA) (Vol. 22, No. 3, p. 2838). [2] Enebrec, F., Barthès, J. P. A Dstrbuted constrant optzaton wth MULBS: A case study on collaboratve eetng schedulng. Journal of Networ and Coputer Applcatons, 35(), [3] Sultan, E., Mod, P. J., Regl, W. C On Modelng Multagent Tas Schedulng as a Dstrbuted Constrant Optzaton Proble. n: Proceedngs nternatonal Jont Conference on Artfcal ntellgence (JCA). pp [4] Cheng, S., Raa, A., Xe, J Dynac ult-agent load balancng usng dstrbuted constrant optzaton technques. Web ntellgence and Agent Systes: An nternatonal Journal, 2(2), -38. [5] Farnell, A., Rogers, A., Jennngs, N. R Agent-based decentralsed coordnaton for sensor networs usng the ax-su algorth. n: Autonoous agents and ult-agent systes, 28(3), [6] Muldoon, C., O Hare, G. M., O Grady, M. J., Tynan, R., Trgon, N Dstrbuted constrant optzaton for resource lted sensor networs. n: Scence of Coputer Prograng, 78(5),

8 [7] Zvan, R., Oaoto, S., Peled, H Exploratve anyte local search for dstrbuted constrant optzaton. Artfcal ntellgence, 22, -26. [8] Mod, P. J., Shen, W.-M., M. Tabe, and M. Yooo Adopt: Asynchronous dstrbuted constrant optzaton wth qualty guarantees. Artfcal ntellgence, 6(): [9] Petcu, A., Faltngs, B A scalable ethod for ultagent constrant optzaton. n: Proceedngs of the nternatonal Jont Conference on Artfcal ntellgence (JCA), pp [0] Gershan, A., Mesels, A., Zvan, R Asynchronous Forward-Boundng for dstrbuted COPs, Journal of Artfcal ntellgence Research, 34, [] Hrayaa, K., Yooo, M Dstrbuted partal constrant satsfacton proble. n: Proceedngs of the nternatonal Conference on Prncples and Practce of Constrant Prograng (CP), pp [2] Maller, R., Lesser, V Solvng dstrbuted constrant optzaton probles usng cooperatve edaton. n: Proceedngs of the nternatonal Conference on Autonoous Agents and Multagent Systes (AAMAS), pp, [3] Foretto, F., Pontell, E., Yeoh, W Dstrbuted Constrant Optzaton Probles and Applcatons: A Survey. arxv preprnt arxv: [4] Farnell, A., Rogers, A., Petcu, A., Jennngs, N Decentralsed coordnaton of low-power ebedded devces usng the Max-Su algorth. n: Proceedngs of the nternatonal Conference on Autonoous Agents and Multagent Systes (AAMAS), pp [5] Rogers, A., Farnell, A., Stranders, R., Jennngs, N. 20. Bounded approxate decentralsed coordnaton va the ax-su algorth. Artfcal ntellgence 75 (2), [6] Rollon, E., Larrosa, J proved Bounded Max-Su for dstrbuted constrant optzaton. n: Proceedngs of the nternatonal Conference on Prncples and Practce of Constrant Prograng (CP), pp [7] Ottens, B., Dtraas, C., Faltngs, B DUCT: An upper confdence bound approach to dstrbuted constrant optzaton probles. n: Proceedngs of the Natonal Conference on Artfcal ntellgence. (Vol., No. EPFL- CONF-97504, pp ). [8] Nguyen, D. T., Yeoh, W., Lau, H. C Dstrbuted Gbbs: A eory-bounded saplng-based DCOP algorth. n: Proceedngs of the nternatonal Conference on Autonoous Agents and Mult-agent Systes (AAMAS), pp [9] Zhang, W., Wang, G., Xng, Z., Wttenberg, L Dstrbuted stochastc search and dstrbuted breaout: Propertes, coparson and applcatons to constrant optzaton probles n sensor networs. Artfcal ntellgence, 6 ( 2) [20] Hrayaa, K., Yooo, M The dstrbuted breaout algorths. Artfcal ntellgence, 6(), [2] Maheswaran, R., Pearce, J., Tabe, M Dstrbuted algorths for DCOP: A graphcal gae-based approach. n: Proceedngs of the nternatonal Conference on Parallel and Dstrbuted Coputng Systes (PDCS), pp [22] Arshad, M., Slagh, M. C Dstrbuted sulated annealng. n: Dstrbuted Constrant Proble Solvng and Reasonng n Mult-Agent Systes, 2. [23] Pearce, J., Tabe, M Qualty guarantees on -optal solutons for dstrbuted constrant optzaton probles. n: Proceedngs of the nternatonal Jont Conference on Artfcal ntellgence (JCA), pp [24] Vnyals, M., Sheh, E., Cerqudes, J., Rodrguez-Agular, J., Yn, Z., Tabe, M., Bowrng, E. 20. Qualty guarantees for regon optal DCOP algorths. n: Proceedngs of the nternatonal Conference on Autonoous Agents and Multagent Systes (AAMAS), pp [25] Lete, A. R., Enebrec, F., Barthès, J. P. A Dstrbuted constrant optzaton probles: Revew and Perspectves. Expert Systes wth Applcatons, 4(), [26] Katagsh, H, Pearce, J. P KOPT: Dstrbuted DCOP Algorth for Arbtrary K-opta wth Monotoncally ncreasng Utlty. DCR-07. [27] Oaoto, S., Zvan, R., Nahon, A., et al Dstrbuted Breaout: Beyond Satsfacton. n: Proceedngs of the nternatonal Jont Conference on Artfcal ntellgence (JCA), [28] Barabáas, A.-L., Albert, R Eergence of scalng n rando networs. Scence, 286(5439):

On-line Scheduling Algorithm with Precedence Constraint in Embeded Real-time System

On-line Scheduling Algorithm with Precedence Constraint in Embeded Real-time System 00 rd Internatonal Conference on Coputer and Electrcal Engneerng (ICCEE 00 IPCSIT vol (0 (0 IACSIT Press, Sngapore DOI: 077/IPCSIT0VNo80 On-lne Schedulng Algorth wth Precedence Constrant n Ebeded Real-te

More information

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming Optzaton Methods: Integer Prograng Integer Lnear Prograng Module Lecture Notes Integer Lnear Prograng Introducton In all the prevous lectures n lnear prograng dscussed so far, the desgn varables consdered

More information

Introduction. Leslie Lamports Time, Clocks & the Ordering of Events in a Distributed System. Overview. Introduction Concepts: Time

Introduction. Leslie Lamports Time, Clocks & the Ordering of Events in a Distributed System. Overview. Introduction Concepts: Time Lesle Laports e, locks & the Orderng of Events n a Dstrbuted Syste Joseph Sprng Departent of oputer Scence Dstrbuted Systes and Securty Overvew Introducton he artal Orderng Logcal locks Orderng the Events

More information

Solutions to Programming Assignment Five Interpolation and Numerical Differentiation

Solutions to Programming Assignment Five Interpolation and Numerical Differentiation College of Engneerng and Coputer Scence Mechancal Engneerng Departent Mechancal Engneerng 309 Nuercal Analyss of Engneerng Systes Sprng 04 Nuber: 537 Instructor: Larry Caretto Solutons to Prograng Assgnent

More information

An Efficient Fault-Tolerant Multi-Bus Data Scheduling Algorithm Based on Replication and Deallocation

An Efficient Fault-Tolerant Multi-Bus Data Scheduling Algorithm Based on Replication and Deallocation BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volue 16, No Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-001 An Effcent Fault-Tolerant Mult-Bus Data

More information

Generating Fuzzy Term Sets for Software Project Attributes using and Real Coded Genetic Algorithms

Generating Fuzzy Term Sets for Software Project Attributes using and Real Coded Genetic Algorithms Generatng Fuzzy Ter Sets for Software Proect Attrbutes usng Fuzzy C-Means C and Real Coded Genetc Algorths Al Idr, Ph.D., ENSIAS, Rabat Alan Abran, Ph.D., ETS, Montreal Azeddne Zah, FST, Fes Internatonal

More information

Multicast Tree Rearrangement to Recover Node Failures. in Overlay Multicast Networks

Multicast Tree Rearrangement to Recover Node Failures. in Overlay Multicast Networks Multcast Tree Rearrangeent to Recover Node Falures n Overlay Multcast Networks Hee K. Cho and Chae Y. Lee Dept. of Industral Engneerng, KAIST, 373-1 Kusung Dong, Taejon, Korea Abstract Overlay ultcast

More information

Multiple Instance Learning via Multiple Kernel Learning *

Multiple Instance Learning via Multiple Kernel Learning * The Nnth nternatonal Syposu on Operatons Research and ts Applcatons (SORA 10) Chengdu-Juzhagou, Chna, August 19 23, 2010 Copyrght 2010 ORSC & APORC, pp. 160 167 ultple nstance Learnng va ultple Kernel

More information

A New Scheduling Algorithm for Servers

A New Scheduling Algorithm for Servers A New Schedulng Algorth for Servers Nann Yao, Wenbn Yao, Shaobn Ca, and Jun N College of Coputer Scence and Technology, Harbn Engneerng Unversty, Harbn, Chna {yaonann, yaowenbn, cashaobn, nun}@hrbeu.edu.cn

More information

Pattern Classification of Back-Propagation Algorithm Using Exclusive Connecting Network

Pattern Classification of Back-Propagation Algorithm Using Exclusive Connecting Network World Acade of Scence, Engneerng and Technolog 36 7 Pattern Classfcaton of Bac-Propagaton Algorth Usng Eclusve Connectng Networ Insung Jung, and G-Na Wang Abstract The obectve of ths paper s to a desgn

More information

Merging Results by Using Predicted Retrieval Effectiveness

Merging Results by Using Predicted Retrieval Effectiveness Mergng Results by Usng Predcted Retreval Effectveness Introducton Wen-Cheng Ln and Hsn-Hs Chen Departent of Coputer Scence and Inforaton Engneerng Natonal Tawan Unversty Tape, TAIWAN densln@nlg.cse.ntu.edu.tw;

More information

Large Margin Nearest Neighbor Classifiers

Large Margin Nearest Neighbor Classifiers Large Margn earest eghbor Classfers Sergo Bereo and Joan Cabestany Departent of Electronc Engneerng, Unverstat Poltècnca de Catalunya (UPC, Gran Captà s/n, C4 buldng, 08034 Barcelona, Span e-al: sbereo@eel.upc.es

More information

A Theory of Non-Deterministic Networks

A Theory of Non-Deterministic Networks A Theory of Non-Deternstc Networs Alan Mshcheno and Robert K rayton Departent of EECS, Unversty of Calforna at ereley {alan, brayton}@eecsbereleyedu Abstract oth non-deterns and ult-level networs copactly

More information

2016 International Conference on Sustainable Energy, Environment and Information Engineering (SEEIE 2016) ISBN:

2016 International Conference on Sustainable Energy, Environment and Information Engineering (SEEIE 2016) ISBN: 06 Internatonal Conference on Sustanable Energy, Envronent and Inforaton Engneerng (SEEIE 06) ISBN: 978--60595-337-3 A Study on IEEE 80. MAC Layer Msbehavor under Dfferent Back-off Algorths Trong Mnh HOANG,,

More information

Key-Words: - Under sear Hydrothermal vent image; grey; blue chroma; OTSU; FCM

Key-Words: - Under sear Hydrothermal vent image; grey; blue chroma; OTSU; FCM A Fast and Effectve Segentaton Algorth for Undersea Hydrotheral Vent Iage FUYUAN PENG 1 QIAN XIA 1 GUOHUA XU 2 XI YU 1 LIN LUO 1 Electronc Inforaton Engneerng Departent of Huazhong Unversty of Scence and

More information

Handwritten English Character Recognition Using Logistic Regression and Neural Network

Handwritten English Character Recognition Using Logistic Regression and Neural Network Handwrtten Englsh Character Recognton Usng Logstc Regresson and Neural Network Tapan Kuar Hazra 1, Rajdeep Sarkar 2, Ankt Kuar 3 1 Departent of Inforaton Technology, Insttute of Engneerng and Manageent,

More information

User Behavior Recognition based on Clustering for the Smart Home

User Behavior Recognition based on Clustering for the Smart Home 3rd WSEAS Internatonal Conference on REMOTE SENSING, Vence, Italy, Noveber 2-23, 2007 52 User Behavor Recognton based on Clusterng for the Sart Hoe WOOYONG CHUNG, JAEHUN LEE, SUKHYUN YUN, SOOHAN KIM* AND

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

A system based on a modified version of the FCM algorithm for profiling Web users from access log

A system based on a modified version of the FCM algorithm for profiling Web users from access log A syste based on a odfed verson of the FCM algorth for proflng Web users fro access log Paolo Corsn, Laura De Dosso, Beatrce Lazzern, Francesco Marcellon Dpartento d Ingegnera dell Inforazone va Dotsalv,

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Using Gini-Index for Feature Selection in Text Categorization

Using Gini-Index for Feature Selection in Text Categorization 3rd Internatonal Conference on Inforaton, Busness and Educaton Technology (ICIBET 014) Usng Gn-Index for Feature Selecton n Text Categorzaton Zhu Wedong 1, Feng Jngyu 1 and Ln Yongn 1 School of Coputer

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Scheduling Workflow Applications on the Heterogeneous Cloud Resources

Scheduling Workflow Applications on the Heterogeneous Cloud Resources Indan Journal of Scence and Technology, Vol 8(2, DOI: 0.7485/jst/205/v82/57984, June 205 ISSN (rnt : 0974-6846 ISSN (Onlne : 0974-5645 Schedulng Workflow Applcatons on the Heterogeneous Cloud Resources

More information

Color Image Segmentation Based on Adaptive Local Thresholds

Color Image Segmentation Based on Adaptive Local Thresholds Color Iage Segentaton Based on Adaptve Local Thresholds ETY NAVON, OFE MILLE *, AMI AVEBUCH School of Coputer Scence Tel-Avv Unversty, Tel-Avv, 69978, Israel E-Mal * : llero@post.tau.ac.l Fax nuber: 97-3-916084

More information

Multi-Constraint Multi-Processor Resource Allocation

Multi-Constraint Multi-Processor Resource Allocation Mult-Constrant Mult-Processor Resource Allocaton Ar R. B. Behrouzan 1, Dp Goswa 1, Twan Basten 1,2, Marc Gelen 1, Had Alzadeh Ara 1 1 Endhoven Unversty of Technology, Endhoven, The Netherlands 2 TNO Ebedded

More information

Heuristic Methods for Locating Emergency Facilities

Heuristic Methods for Locating Emergency Facilities Heurstc Methods for Locatng Eergency Facltes L. Caccetta and M. Dzator Western Australan Centre of Excellence n Industral Optsaton, Curtn Unversty of Technology, Kent Street, Bentley WA 602, Australa E-Mal:

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Low training strength high capacity classifiers for accurate ensembles using Walsh Coefficients

Low training strength high capacity classifiers for accurate ensembles using Walsh Coefficients Low tranng strength hgh capacty classfers for accurate ensebles usng Walsh Coeffcents Terry Wndeatt, Cere Zor Unv Surrey, Guldford, Surrey, Gu2 7H t.wndeatt surrey.ac.uk Abstract. If a bnary decson s taken

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

A Unified Approach to Survivability of Connection-Oriented Networks

A Unified Approach to Survivability of Connection-Oriented Networks A Unfed Approach to Survvablty of Connecton-Orented Networs Krzysztof Walowa Char of Systes and Coputer Networs, Faculty of Electroncs, Wroclaw Unversty of Technology, Wybrzeze Wyspansego 27, 50-370 Wroclaw,

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

126 Int. J. Ad Hoc and Ubiquitous Computing, Vol. 1, No. 3, Djamel Djenouri*

126 Int. J. Ad Hoc and Ubiquitous Computing, Vol. 1, No. 3, Djamel Djenouri* 126 Int. J. Ad Hoc and Ubqutous Coputng, Vol. 1, No. 3, 2006 New power-aware routng protocol for oble ad hoc networks Djael Djenour* Basc Software Laboratory, CERIST Center of Research, Algers, Algera

More information

ALM-FastReplica: Optimizing the Reliable Distribution of Large Files within CDNs

ALM-FastReplica: Optimizing the Reliable Distribution of Large Files within CDNs ALM-FastReplca: Optzng the Relable Dstrbuton of Large Fles wthn CDNs Ludla Cherkasova Internet Systes and Storage Laboratory HP Laboratores Palo Alto HPL-005-64 Aprl 4, 005* E-al: cherkasova@hpl.hp.co

More information

A Balanced Ensemble Approach to Weighting Classifiers for Text Classification

A Balanced Ensemble Approach to Weighting Classifiers for Text Classification A Balanced Enseble Approach to Weghtng Classfers for Text Classfcaton Gabrel Pu Cheong Fung 1, Jeffrey Xu Yu 1, Haxun Wang 2, Davd W. Cheung 3, Huan Lu 4 1 The Chnese Unversty of Hong Kong, Hong Kong,

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Human Face Recognition Using Radial Basis Function Neural Network

Human Face Recognition Using Radial Basis Function Neural Network Huan Face Recognton Usng Radal Bass Functon eural etwor Javad Haddadna Ph.D Student Departent of Electrcal and Engneerng Arabr Unversty of Technology Hafez Avenue, Tehran, Iran, 594 E-al: H743970@cc.au.ac.r

More information

Load Balancing Algorithm for Web Server Based on Weighted Minimal Connections

Load Balancing Algorithm for Web Server Based on Weighted Minimal Connections Journal of Web ystes and Applcatons (2017) Vol. 1, Nuuber 1 Clausus centfc Press, Canada Load Balancng Algorth for Web erver Based on Weghted Mnal Connectons Pan Zhu1, a, Jangxng Zhang 2,b College of Inforaton

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

An Adaptive Sleep Strategy for Energy Conservation in Wireless Sensor Networks

An Adaptive Sleep Strategy for Energy Conservation in Wireless Sensor Networks An Adaptve Sleep Strategy for Energy Conservaton n Wreless Sensor Networks Guseppe Anastas, Marco Cont, Maro D Francesco Abstract - In recent years, wreless sensor network deployents for real lfe applcatons

More information

Realistic 3D Face Modeling by Fusing Multiple 2D Images

Realistic 3D Face Modeling by Fusing Multiple 2D Images Realstc 3D Face Modelng by Fusng Multple D ages Changhu Wang EES Departent, Unversty of Scence and echnology of Chna, wch@ustc.edu Shucheng Yan, Hongjang Zhang, Weyng Ma Mcrosoft Research Asa, Bejng,.R.

More information

What is Object Detection? Face Detection using AdaBoost. Detection as Classification. Principle of Boosting (Schapire 90)

What is Object Detection? Face Detection using AdaBoost. Detection as Classification. Principle of Boosting (Schapire 90) CIS 5543 Coputer Vson Object Detecton What s Object Detecton? Locate an object n an nput age Habn Lng Extensons Vola & Jones, 2004 Dalal & Trggs, 2005 one or ultple objects Object segentaton Object detecton

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

EXTENDED FORMAL SPECIFICATIONS OF 3D SPATIAL DATA TYPES

EXTENDED FORMAL SPECIFICATIONS OF 3D SPATIAL DATA TYPES - 1 - EXTENDED FORMAL SPECIFICATIONS OF D SPATIAL DATA TYPES - TECHNICAL REPORT - André Borrann Coputaton Cvl Engneerng Technsche Unverstät München INTRODUCTION Startng pont for the developent of a spatal

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

ODPOP: An Algorithm For Open/Distributed Constraint Optimization

ODPOP: An Algorithm For Open/Distributed Constraint Optimization ODPOP: An Algorthm For Open/Dstrbuted Constrant Optmzaton Adran Petcu and Bo Faltngs {adran.petcu, bo.faltngs}@epfl.ch Artfcal Intellgence Laboratory (http://lawww.epfl.ch/) Ecole Polytechnque Fédérale

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Estimating Progress of Execution for SQL Queries

Estimating Progress of Execution for SQL Queries Estatng Progress of Executon for SQL Queres Surajt Chaudhur Vvek arasayya Ravshankar Raaurthy Mcrosoft Research Mcrosoft Research Unversty of Wsconsn, Madson surajtc@crosoft.co vveknar@crosoft.co rav@cs.wsc.edu

More information

AP PHYSICS B 2008 SCORING GUIDELINES

AP PHYSICS B 2008 SCORING GUIDELINES AP PHYSICS B 2008 SCORING GUIDELINES General Notes About 2008 AP Physcs Scorng Gudelnes 1. The solutons contan the most common method of solvng the free-response questons and the allocaton of ponts for

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

A Cluster Tree Method For Text Categorization

A Cluster Tree Method For Text Categorization Avalable onlne at www.scencedrect.co Proceda Engneerng 5 (20) 3785 3790 Advanced n Control Engneerngand Inforaton Scence A Cluster Tree Meod For Text Categorzaton Zhaoca Sun *, Yunng Ye, Weru Deng, Zhexue

More information

Pose Invariant Face Recognition using Hybrid DWT-DCT Frequency Features with Support Vector Machines

Pose Invariant Face Recognition using Hybrid DWT-DCT Frequency Features with Support Vector Machines Proceedngs of the 4 th Internatonal Conference on 7 th 9 th Noveber 008 Inforaton Technology and Multeda at UNITEN (ICIMU 008), Malaysa Pose Invarant Face Recognton usng Hybrd DWT-DCT Frequency Features

More information

Intra-Parametric Analysis of a Fuzzy MOLP

Intra-Parametric Analysis of a Fuzzy MOLP Intra-Parametrc Analyss of a Fuzzy MOLP a MIAO-LING WANG a Department of Industral Engneerng and Management a Mnghsn Insttute of Technology and Hsnchu Tawan, ROC b HSIAO-FAN WANG b Insttute of Industral

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CPS 0 Introducton to Computer Scence Lecture Notes Chapter : Algorthm Desgn How should we present algorthms? Natural languages lke Englsh, Spansh, or French whch are rch n nterpretaton and meanng are not

More information

Optimizing Efficiency of Taxi Systems: Scaling-up and Handling Arbitrary Constraints

Optimizing Efficiency of Taxi Systems: Scaling-up and Handling Arbitrary Constraints Optzng Effcency of Tax Systes: Scalng-up and Handlng Arbtrary Constrants ABSTRACT Jaru Gan Unversty of Chnese Acadey of Scences The Key Laboratory of Intellgent Inforaton Processng, ICT, CAS, Bejng 119,

More information

Maintaining temporal validity of real-time data on non-continuously executing resources

Maintaining temporal validity of real-time data on non-continuously executing resources Mantanng temporal valdty of real-tme data on non-contnuously executng resources Tan Ba, Hong Lu and Juan Yang Hunan Insttute of Scence and Technology, College of Computer Scence, 44, Yueyang, Chna Wuhan

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

Outline. Third Programming Project Two-Dimensional Arrays. Files You Can Download. Exercise 8 Linear Regression. General Regression

Outline. Third Programming Project Two-Dimensional Arrays. Files You Can Download. Exercise 8 Linear Regression. General Regression Project 3 Two-densonal arras Ma 9, 6 Thrd Prograng Project Two-Densonal Arras Larr Caretto Coputer Scence 6 Coputng n Engneerng and Scence Ma 9, 6 Outlne Quz three on Thursda for full lab perod See saple

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

Prediction of Dumping a Product in Textile Industry

Prediction of Dumping a Product in Textile Industry Int. J. Advanced Networkng and Applcatons Volue: 05 Issue: 03 Pages:957-96 (03) IN : 0975-090 957 Predcton of upng a Product n Textle Industry.V.. GANGA EVI Professor n MCA K..R.M. College of Engneerng

More information

A study of Adaptive Replication Technique in routing time-constrained messages (VoIP) in MANET

A study of Adaptive Replication Technique in routing time-constrained messages (VoIP) in MANET A study of Adaptve Replcaton Technque n routng te-constraned essages (VoIP) n MANET SWATI SAXENA Research Scholar AIM & ACT Banasthal Vdyapth Banasthal, (Ra.) Dr. MADHAVI SINHA Asst. Prof. (HOD) Dept.

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

Distributed constraint optimization for continuous mobile sensor coordination

Distributed constraint optimization for continuous mobile sensor coordination Delft Unversty of Technology Delft Center for Systems and Control Techncal report 18-014 Dstrbuted constrant optmzaton for contnuous moble sensor coordnaton J. Fransman, J. Sjs, H. Dol, E. Theunssen, and

More information

5 The Primal-Dual Method

5 The Primal-Dual Method 5 The Prmal-Dual Method Orgnally desgned as a method for solvng lnear programs, where t reduces weghted optmzaton problems to smpler combnatoral ones, the prmal-dual method (PDM) has receved much attenton

More information

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Overvew 2 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Introducton Mult- Smulator MASIM Theoretcal Work and Smulaton Results Concluson Jay Wagenpfel, Adran Trachte Motvaton and Tasks Basc Setup

More information

A Novel System for Document Classification Using Genetic Programming

A Novel System for Document Classification Using Genetic Programming Journal of Advances n Inforaton Technology Vol. 6, No. 4, Noveber 2015 A Novel Syste for Docuent Classfcaton Usng Genetc Prograng Saad M. Darwsh, Adel A. EL-Zoghab, and Doaa B. Ebad Insttute of Graduate

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

Measuring Cohesion of Packages in Ada95

Measuring Cohesion of Packages in Ada95 Measurng Coheson of Packages n Ada95 Baowen Xu Zhenqang Chen Departent of Coputer Scence & Departent of Coputer Scence & Engneerng, Southeast Unversty Engneerng, Southeast Unversty Nanjng, Chna, 20096

More information

Control strategies for network efficiency and resilience with route choice

Control strategies for network efficiency and resilience with route choice Control strateges for networ effcency and reslence wth route choce Andy Chow Ru Sha Centre for Transport Studes Unversty College London, UK Centralsed strateges UK 1 Centralsed strateges Some effectve

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints TPL-ware Dsplacement-drven Detaled Placement Refnement wth Colorng Constrants Tao Ln Iowa State Unversty tln@astate.edu Chrs Chu Iowa State Unversty cnchu@astate.edu BSTRCT To mnmze the effect of process

More information

Colored Traveling Salesman Problem and Solution

Colored Traveling Salesman Problem and Solution Preprnts of the 19th World Congress The Internatonal Federaton of Autoatc Control Cape Town, South Afrca. August 24-29, 2014 Colored Travelng Salesan Proble and Soluton Jun L 1, 2, Qru Sun 1, 2, MengChu

More information

Monte Carlo inference

Monte Carlo inference CS 3750 achne Learnng Lecture 0 onte Carlo nerence los Hauskrecht los@cs.ptt.edu 539 Sennott Square Iportance Saplng an approach or estatng the epectaton o a uncton relatve to soe dstrbuton target dstrbuton

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

AN ALGORITHM FOR ODD GRACEFULNESS OF THE TENSOR PRODUCT OF TWO LINE GRAPHS

AN ALGORITHM FOR ODD GRACEFULNESS OF THE TENSOR PRODUCT OF TWO LINE GRAPHS Internatonal ournal on applcatons of graph theory n wreless ad hoc networks and sensor networks (GRAPH-HOC) Vol.3, No., March 0 AN ALGORITHM FOR ODD GRACEFULNESS OF THE TENSOR PRODUCT OF TWO LINE GRAPHS

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

A new Fuzzy Noise-rejection Data Partitioning Algorithm with Revised Mahalanobis Distance

A new Fuzzy Noise-rejection Data Partitioning Algorithm with Revised Mahalanobis Distance A new Fuzzy ose-reecton Data Parttonng Algorth wth Revsed Mahalanobs Dstance M.H. Fazel Zarand, Mlad Avazbeg I.B. Tursen Departent of Industral Engneerng, Arabr Unversty of Technology Tehran, Iran Departent

More information

STATIC MAPPING FOR OPENCL WORKLOADS IN HETEROGENEOUS COMPUTER SYSTEMS

STATIC MAPPING FOR OPENCL WORKLOADS IN HETEROGENEOUS COMPUTER SYSTEMS STATIC MAPPING FOR OPENCL WORKLOADS IN HETEROGENEOUS COMPUTER SYSTEMS 1 HENDRA RAHMAWAN, 2 KUSPRIYANTO, 3 YUDI SATRIA GONDOKARYONO School of Electrcal Engneerng and Inforatcs, Insttut Teknolog Bandung,

More information

A Novel Fuzzy Classifier Using Fuzzy LVQ to Recognize Online Persian Handwriting

A Novel Fuzzy Classifier Using Fuzzy LVQ to Recognize Online Persian Handwriting A Novel Fuzzy Classfer Usng Fuzzy LVQ to Recognze Onlne Persan Handwrtng M. Soleyan Baghshah S. Bagher Shourak S. Kasae Departent of Coputer Engneerng, Sharf Unversty of Technology, Tehran, Iran soleyan@ce.sharf.edu

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Sorting Review. Sorting. Comparison Sorting. CSE 680 Prof. Roger Crawfis. Assumptions

Sorting Review. Sorting. Comparison Sorting. CSE 680 Prof. Roger Crawfis. Assumptions Sortng Revew Introducton to Algorthms Qucksort CSE 680 Prof. Roger Crawfs Inserton Sort T(n) = Θ(n 2 ) In-place Merge Sort T(n) = Θ(n lg(n)) Not n-place Selecton Sort (from homework) T(n) = Θ(n 2 ) In-place

More information

Relevance Feedback in Content-based 3D Object Retrieval A Comparative Study

Relevance Feedback in Content-based 3D Object Retrieval A Comparative Study 753 Coputer-Aded Desgn and Applcatons 008 CAD Solutons, LLC http://www.cadanda.co Relevance Feedback n Content-based 3D Object Retreval A Coparatve Study Panagots Papadaks,, Ioanns Pratkaks, Theodore Trafals

More information

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK L-qng Qu, Yong-quan Lang 2, Jng-Chen 3, 2 College of Informaton Scence and Technology, Shandong Unversty of Scence and Technology,

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

AMath 483/583 Lecture 21 May 13, Notes: Notes: Jacobi iteration. Notes: Jacobi with OpenMP coarse grain

AMath 483/583 Lecture 21 May 13, Notes: Notes: Jacobi iteration. Notes: Jacobi with OpenMP coarse grain AMath 483/583 Lecture 21 May 13, 2011 Today: OpenMP and MPI versons of Jacob teraton Gauss-Sedel and SOR teratve methods Next week: More MPI Debuggng and totalvew GPU computng Read: Class notes and references

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis Internatonal Mathematcal Forum, Vol. 6,, no. 7, 8 Soltary and Travelng Wave Solutons to a Model of Long Range ffuson Involvng Flux wth Stablty Analyss Manar A. Al-Qudah Math epartment, Rabgh Faculty of

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Modelling Spatial Substructure in Wildlife Populations using an Approximation to the Shortest Path Voronoi Diagram

Modelling Spatial Substructure in Wildlife Populations using an Approximation to the Shortest Path Voronoi Diagram 18 th World IMACS / MODSIM Congress, Carns, Australa 13-17 July 2009 http://ssanz.org.au/ods09 Modellng Spatal Substructure n Wldlfe Populatons usng an Approxaton to the Shortest Path Vorono Dagra Stewart,

More information

A Facet Generation Procedure. for solving 0/1 integer programs

A Facet Generation Procedure. for solving 0/1 integer programs A Facet Generaton Procedure for solvng 0/ nteger programs by Gyana R. Parja IBM Corporaton, Poughkeepse, NY 260 Radu Gaddov Emery Worldwde Arlnes, Vandala, Oho 45377 and Wlbert E. Wlhelm Teas A&M Unversty,

More information