An ACO Algorithm for. the Graph Coloring Problem

Size: px
Start display at page:

Download "An ACO Algorithm for. the Graph Coloring Problem"

Transcription

1 Int. J. Contemp. Math. Scences, Vol. 3, 2008, no. 6, An ACO Algorthm for the Graph Colorng Problem Ehsan Salar and Kourosh Eshgh Department of Industral Engneerng Sharf Unversty of Technology, Tehran, Iran Abstract Ant Colony Optmzaton (ACO) s a well-nown metaheurstc n whch a colony of artfcal ants cooperates n explorng good solutons to a combnatoral optmzaton problem. In ths paper, an ACO algorthm s presented for the graph colorng problem. Ths ACO algorthm conforms to Max-Mn Ant System structure and explots a local search heurstc to mprove ts performance. Expermental results on DIMACS test nstances show mprovements over exstng ACO algorthms for the graph colorng problem. Mathematcs Subject Classfcaton: 05C5 Keywords: Graph colorng, meta-heurstc algorthms, ant colony optmzaton I. INTRODUCTION One of the most well-studed combnatoral optmzaton problems s the graph colorng problem. Gven an undrected graph G=(V, E), the problem s to fnd a colorng of the vertces wth mnmum number of colors such that no par of adjacent vertces has the same color. Graph colorng problem s expected to have a wde varety of applcatons such as schedulng [9, 7], frequency assgnment n cellular networs [2], tmetablng [6], crew assgnment [8], etc. Two classes of algorthms are avalable to solve ths problem: exact and approxmate algorthms. Snce t has been proved that the graph colorng problem belongs to the class of NP-hard problems [3], exact algorthms [2, 9, 22] are

2 294 E. Salar and K. Eshgh confned to solve small sze nstances and as the problem sze ncreases, the use of ths class of algorthms qucly becomes nfeasble. Therefore, the only possblty s to resort to approxmate algorthms n order to obtan near-optmal solutons at relatvely low computatonal costs. Approxmate algorthms for the graph colorng problem can be classfed nto three man classes: constructve heurstcs [5], local search heurstcs [3], and metaheurstcs. However, the majorty of the approxmate algorthms are due to metaheurstcs mplementatons. Several metaheurstcs are appled to graph colorng problem such as Smulated Annealng, Tabu Search, Genetc Algorthm, Ant Colony Optmzaton, etc. The frst attempt to apply Smulated Annealng metaheurstc to the graph colorng problem s due to Johnson et al. [6]. Two Tabu Search algorthms are suggested by Hao and Dorne [8] and Hertz and Werra [5]. Fleurent and Ferland [0] lewse Costa et al. [4] proposed two dfferent Genetc Algorthm metaheurstcs whch are the state-of-the-art algorthms for the graph colorng problem. Hao and Galner [] hybrd algorthm s yet another promsng concept for the graph colorng problem, t uses Tabu Search as well as Genetc Algorthm to color a graph. Ant Colony Optmzaton [7] mplementatons n the context of the graph colorng problem are those of Costa and Hertz [5] whch embed two graph colorng constructve heurstcs RLF [7] and DSATUR []. Expermental results of ther proposed algorthm, ANTCOL, were promsng but far behnd state-ofthe-art algorthms. In ths paper, a modfcaton of ANTCOL, a Max-Mn ant system [2] algorthm for Graph Colorng (MMGC), s proposed to mprove ANTCOL performance. Computatonal results on DIMACS test nstances [22] demonstrate that MMGC outperforms ANTCOL. The remander of ths paper s organzed as follows. In secton II, some defntons and notatons are presented. In secton III, an ANTCOL algorthm s brefly ntroduced. ANTCOL drawbacs as well as possble extensons are dscussed n secton IV. ANTCOL modfcaton, MMGC, s proposed n secton V and computatonal results are reported n secton VI. Fnally, the paper concludes n secton VII. II. PROBLEM DEFINITION Let G = ( V, E) be an undrected graph where V s the set of vertces and E s the set of edges. An ndependent set s a subset of vertces n whch no par of adjacent vertces exsts. A q-colorng of G s a mappng c : V {, 2, 3,..., q} that assgns colors to vertces. The colorng s feasble f no two adjacent vertces has he same color,.e. { u, v} E : c ( u) c ( v), otherwse conflcts happen. A colorng wth at least one conflct s called an nfeasble colorng. An optmal colorng of G s a feasble colorng wth smallest number of colors. Ths mnmum number of colors q for whch a feasble q-colorng exsts s called the chromatc number of G and s denoted by χ (G). Gven a graph G, the graph colorng problem s to fnd an optmal colorng. In addton, graph colorng can be formulated as a setparttonng problem; a feasble q-colorng s a parttonng of set V nto q ndependent sets,.e.

3 Graph colorng problem 295 q V = U C, j, j : C C = φ () = Independent sets are also called color classes. By analogy, the objectve s to partton the set V nto mnmum number of color classes. j III. ANTCOL ALGORITHM ANTCOL proposed by Costa and Hertz [5], s a metaheurstc to near-optmally solve the graph colorng problem. In ANTCOL a colony of artfcal ants teratvely colors a specfc graph, at each teraton, ntally, ants produce feasble colorngs by consderng pheromone trals and heurstc nformaton, and afterwards pheromone trals are updated accordng to the qualty of colorngs. The qualty of colorngs are measured usng the followng evaluaton functon, f ( s) = (2) q ( s) where q (s) denotes the number of colors appled n colorng s. Pheromone trals are related to pars of nonadjacent vertces. Therefore, each par of nonadjacent vertces { v, v j} has an assocated pheromone tral j that represents the colony experence of colorngs n whch the two mentoned vertces have the same color,.e. belong to the same color class. Artfcal ants produce feasble colorngs of the graph usng modfed versons of RLF and DSATUR, called ANTRLF and ANTDSATUR, respectvely. Snce ANTRLF outperforms ANTDSATUR, only the frst one s descrbed here. In ANTRLF, analogous to RLF, there exst several stages, at stage the artfcal ant constructs color classc, and stage also conssts of several steps, at each step the artfcal ant determnes whch uncolored vertex to be added to the color classc. Let W be the set of uncolored vertces that can be added toc, and B be the set of uncolored vertces whch are not allowed to be added toc. In order to choose uncolored vertex v, ANTRLF can use three dfferent peces of heurstc nformaton as follows η = deg B ( v ) (3) η = deg B W ( v ) (4) η = W degw ( v ) (5) Each heurstc nformaton defnton leads to a strategy n ANTRLF. However, at the begnnng of stage, there are no vertces n B, so the followng two strateges are appled to add the frst vertex toc. Randomly selectng an uncolored vertex from W. Selectng vertex v wth maxmum degw ( v ).

4 296 E. Salar and K. Eshgh Thus 6 dfferent strateges are obtanable n ANTRLF va combnng heurstc nformaton strateges and the two above ones. ANTRLF experments determned the selecton of (3) and "Randomly selectng an uncolored vertex from W" as the best strategy. Pheromone trals are ntally set to and at the end of each teraton, they become updated consderng the followng rule j = ( ρ) j + s S j q ( s) (6) where q (s) represents the number of colors appled to colorng s and ρ denotes the pheromone evaporaton rate. S j s the subset of colorngs n whch the two nonadjacent vertces v and v j belong to the same color class. In order to choose an uncolored vertex v to be added to the color classc, pheromone tral s defned as follows j j C = (7) C contans all the pheromone trals between vertex v and so far added vertces n color class C, n other words, t represents the colony experence of settlng vertex v wth other vertces of C n the same color class. Consequently, at each step of stage, the probablstc decson rule determnes whch uncolored vertex v W to be added to the color class C as follows: α β η v W α β P = j η j (8) j W 0 v W where p s the probablty of selectng vertex v. Stage contnues whle W remans nonempty. Adjusted parameters for ANTRLF are α = 2, β = 4 and ρ = The colony sze s set to 00 ants and termnaton condton s defned as the number of teratons exceeds 50. ANTRLF appled to 4 samples of random graphs, expermental results were satsfactory but consderably outperformed by state-of-the-art algorthms. IV. MOTIVATIONS There are some drawbacs n ANTCOL whch dmnsh ts performance. In the followng, these drawbacs are outlned. Although ANTCOL explots an ngenous pheromone tral defnton, ts pheromone updatng rule (6) seems qute neffcent; regardng the fact that ateach teraton all ants depost pheromone, ANTCOL rapdly converges towards medocre colorngs. Generally speang, all ACO algorthms whch conform to Ant System structure suffer from stagnaton. Subsequent ACO structures try to resolve ths problem.

5 Graph colorng problem 297 ANTCOL evaluaton functon (2) s not a sutable measure of colorngs due to exstence of a wde range of colorngs wth the same number of colors [9]. For example let s and s 2 be two colorngs of the specfc graph wth the followng characterstcs; they have equal number of color classes but the frst one has a color class n whch there exsts only one vertex, whereas the second one has color classes n whch vertces are evenly dstrbuted, ntutvely, s seems more promsng than s 2, but ANTCOL s ncapable of dstngushng between them. Consequently, ths leads to neffectve explotaton of explored colorngs. Most of the ACO algorthms utlze a local search heurstc to mprove the obtaned solutons at each teraton, Nevertheless, ANTCOL lacs an effcent local search whch can contrbute to better exploraton of the soluton space. Fnally, ANTCOL uses the probablstc decson rule (8) to select an uncolored vertex to be added to the color class under constructon. However, at the begnnng of each stage, t uses a "randomly choosng" strategy that does not tae advantage of nether pheromone trals nor heurstc nformaton whle the color class under constructon s notceably affected by the frst vertex chosen. Consequently, the frst vertex should be selected more delberately. Applyng approprate heurstc nformaton n selectng the frst vertex may result n better performance of ANTCOL. MMGC s a modfcaton of ANTCOL wth the am of obvatng the above drawbacs. V. MMGC ALGORITHM Our proposed ACO algorthm, MMGC, conforms to Max-Mn ant system structure. At each teraton a colony of artfcal ants colors a specfc graph, and afterwards only the teraton-best ant deposts pheromone accordng to the qualty of ts colorng. In the followng subsectons, MMGC detals are descrbed. A. Colorng the Graph Each artfcal ant colors the vertces of the graph usng a modfed verson of ANTRLF. By analogy, ts colorng conssts of several stages. At each stage, a color class s bult up. Each stage contans several steps. At each step, the artfcal ant determnes the uncolored vertex whch to be added to the color class under constructon usng the probablstc decson rule (8). Pheromone trals are related to pars of nonadjacent vertces, the same as ANTCOL. Heurstc nformaton (3) asssts the artfcal ant to select the proper uncolored vertex at each step. However, snce at the begnnng of stage, color class C s empty, a new probablstc decson rule s defned to add the frst vertex. Ths rule s just a functon of the followng heurstc nformaton. η = degw ( v ) (9) Hence the assocated probablstc decson rule s as follows:

6 298 E. Salar and K. Eshgh β η v W β P = η j (0) j W 0 v W where p denotes the probablty of selectng vertex v as the frst vertex of C. B. Evaluatng the Colorngs Johnson et al. n [6] proposed a mnmzaton evaluaton functon for graph colorng problem, as follows q = q f ( s) = C + 2 C E( C ) () 2 = n whch E ( C ) represents the set of conflcts n the color class C. Ths evaluaton functon conssts of two parts, as one tres to mnmze t through an exploraton; the frst part bases the exploraton towards colorngs wth fewer and bgger color classes and the second part towards colorngs wth fewer conflcts. They also showed that Local mnmum of evaluaton functon () were pertnent to feasble colorngs. Regardng a soluton space comprses of only feasble colorngs, the second part s elmnated and evaluaton functon () becomes: q = 2 f ( s) = (2) C Evaluaton functon (2) can wdely demonstrate the dfferences between feasble colorngs. However, smaller values of (2) do not necessarly result n fewer color classes, t bases towards unevenly dstrbuted colorngs rather than optmal ones, and therefore t can not solely gude the exploraton towards near-optmal colorngs. In order to prevent the mentoned dsadvantage, MMGC explots number of color classes as well as the followng maxmzaton evaluaton functon to evaluate dfferent colorngs q 2 C = f ( s) = (3) At each teraton, ants colorngs are prortzed accordng to the non-decreasng order of the number of color classes, and tes are broen accordng to the nonncreasng order of evaluaton functon (3). Iteraton-best ant s the one wth pror colorng. C. Pheromone Tral Intalzaton and Lmts Consderng Max-Mn ant system structure, Pheromone trals are ntalzed to 2 V / ρ, also, MMGC lmts pheromone trals to nterval [ mn, max ], where and mn are computed accordng to the followng equatons max

7 Graph colorng problem 299 gb f ( s ) max = ρ (4) max mn = a (5) ( avg ) n Pbest a = n Pbest (6) n whch, s gb denotes the global-best soluton, and at the end of each teraton, pheromone tral lmts are updated accordng to the so-far obtaned s gb. Snce, on the average, there exst V / 2 uncolored vertces to be selected at each step, the parameter avg equals to V / 2 n (6) and P best represents the probablty of constructng the convergence colorng. D. Applyng Kempe Chan Local Search At each teraton, MMGC mproves Iteraton-best colorng usng Kempe chan local search heurstc [20]. The local search starts wth an ntal soluton correspondng to teraton-best colorng and explores through Kempe chan neghborhood structure usng a frst mprovement strategy. It uses the evaluaton functon (3) and holds the feasblty of colorngs durng exploraton. E. Pheromone Trals Updatng Rule In MMGC, only the teraton-best ant deposts pheromone consderng the followng pheromone updatng rule q j = ( ρ) j + C, j : v v C q, j :,2,..., (7) = 2 In other words, regardng the teraton-best colorng, each pheromone tral, assocated wth a par of nonadjacent vertces n the same color class, receves pheromone proportonal to evaluaton functon (3). VI. COMPUTATIONAL RESULTS Costa and Hertz appled ANTCOL to Fleurent and Ferland's randomly generated graphs and reported ther results. We appled MMGC to DIMACS test nstances and n order to obtan a far comparson, we also reran ANTCOL on these test nstances. Both algorthms were coded n Delph 7 and run on a Pentum 4 PC wth.8ghz CPU and 256MB RAM. Our expermental report conssts of two parts; frst, MMGC and ANTCOL runnng behavors on G random 250,0. 5 graph are presented, and then, the results of comparng MMGC to ANTCOL on other test nstances are reported. A. MMGC and ANTCOL Runnng Behavors We ran MMGC as well as ANTCOL on G. Adjusted parameters for 250,0. 5 MMGC were as follows, α = 2, β = 4, β = 3, ρ = 0. 04, and P = The colony best

8 300 E. Salar and K. Eshgh sze was set to 20 ants and the termnaton condton was defned as the number of teratons exceeds 300. ANTCOL parameters were the same as Costa and Hertz's adjustments. Runnng results lead to the followng results. MMGC taes longer tme to explore the soluton space whereas ANTCOL rapdly converges towards medocre colorngs. The followng plot depcts the MMGC and ANTCOL convergence behavors. Fg.. The Convergence Behavor of ANTCOL and MMGC Besdes, λ -Branchng Factor can clearly show the pheromone dstrbuton durng MMGC and ANTCOL teratons. The followng plot also verfes the long MMGC exploraton phase. Fg. 2. λ -Branchng Factor n ANTCOL and MMGC Iteratons ( λ = 0.05) In MMGC, Kempe chan local search heurstc s appled to mprove the teratonbest colorngs. Ths local search ntally causes dramatc changes to colorngs, but afterwards, t becomes less effectve. Kempe chan may even reduce the number of color classes n the prmary trals. The plot below, llustrates the teraton-best evaluaton functon (3) value before and after applyng Kempe chan local search heurstc.

9 Graph colorng problem 30 Fg. 3. Improvng the Evaluaton Functon usng Kempe Chan Local Search B. MMGC and ANTCOL Comparson MMGC has been compared to ANTCOL usng random graphs, Leghton, Queen and Class Schedulng graphs. We have also compared MMGC and ANTCOL wth state-of-the-art algorthms. Results are presented n Table I. Snce MMGC, the same as ANTCOL, utlzes ANTRLF as the soluton constructon procedure, by properly settng the number of teratons and the colony sze, t wll nearly need the same computatonal tme as ANTCOL does. Nonetheless, n some test nstances MMGC relatvely taes further runnng tme due to applyng Kempe chan local search heurstc. Accordng to table I, MMGC outperforms ANTCOL wth at least one less color n the majorty of the random graphs. However, MMGC results do not approach best nown results on some test nstances partcularly larger ones. Regardng Leghton graphs, for Le_450_5c, both algorthms found the optmal colorng and MMGC outperforms ANTCOL on Le_450_25c. MMGC comparatvely colors Queen 5_5 wth one less color, and n School_nsh, both algorthms reached the best nown result.

10 302 E. Salar and K. Eshgh Graph Best- Known No. Iteratons / No. Ants MMGC No. Success / No. Trals CPU tme (Sec.) ANTCOL G 25, / 70 4/ / 00 5/5 73 G 25, / 70 5/ / 00 4/5 25 G 25, / 70 4/ / 00 4/5 97 G 250, / 20 5/ / 00 5/5 73 G 250, / 20 5/ / 00 3/5 548 G 250, / 20 4/ / 00 3/5 42 G 500, / 20 5/ / 00 5/5 325 G 500, / 20 4/ / 00 3/ G 500, / 20 4/ / 00 4/ Le_450_ 5c / 20 5/ / 00 5/ Le_450_ 25c / 20 5/ / 300 5/5 498 Queen 5_ / 20 3/ / 00 4/5 624 School_ nsh / 20 5/ / 00 5/5 36 TABLE I: MMGC comparson wth ANTCOL and best nown results of the state-of-the-art algorthms for graph colorng. denotes the global-best chromatc numbers found by ANTCOL and MMGC. 'No. Iteratons/ No. Ants' represents the termnaton condton and the colony sze, respectvely. 'No. Success/ No. Trals' demonstrates the number of trals out of 5 runs n whch the reported result s acheved. No. Iteratons / No. Ants No. Success / No. Trals CPU tme (Sec.) VII. CONCLUSION In ths paper, a modfcaton of an exstng ACO algorthm for the graph colorng problem s proposed. Ths modfcaton conforms to Max-Mn ant system structure and explots a local search heurstc to mprove ts performance. It also uses a more promsng evaluaton functon to dstngush between explored colorngs. Expermental results show mprovements over ANTCOL, however, t does not reach the best nown results on some test nstances. Further research attempts are requred to utlze a more effectve local search heurstc and to enhance the ants colorng phase through encouragng them to also produce nfeasble colorngs. It seems that producng only feasble colorngs, durng constructon phase, leads to slender exploraton. We are gong to let ants produce partal nfeasble colorngs durng constructon phase and by applyng an approprate local search heurstc transform them nto feasble ones and mprove them. REFERENCES [] D. Br'elaz, New Methods to Color the Vertces of a Graph, Communcatons of the ACM, 22(979),

11 Graph colorng problem 303 [2] C. Carama and P. Dell'Olmo, Vertex Colorng by Multstage Branch and Bound, In D.S. Johnson, A. Mehrotra and M. Trc edtors, Proceedngs of the Computatonal Symposum on Graph Colorng and ts Generalzaton, Ithaca, New Yor, USA., [3] M. Charandn, I. Dumtrscu and T. Stutzle, Local Search for the Graph Colorng Problem: A Computatonal Study, unpublshed paper, [4] D. Costa, A. Hertz and O. Dubus, Embeddng of a Sequental Procedure wthn an Evolutonary Algorthm, Journal of Heurstcs, (995), [5] D. Costa and A. Hertz, Ants Can Color Graphs, Journal of the Operatonal Research Socety, 48(997), [6] D. de Werra, An Introducton to Tmetablng, European Journal of Operatonal Research, 9(985), [7] M. Dorgo and T. Stutzle, Ant Colony Optmzaton, MIT Press, [8] R. Dorne and J.K. Hao, Tabu Search for Graph Colorng, t-colorngs and Set t- colorngs, In S. Voss, S. Martello, I.H. Osman and C. Roucarol edtors, Metaheurstcs: Advances and Trends n Local Search Paradgms for Optmzaton, Kluwer Academc Publshers, Boston, 77-92, 999. [9] K.A. Dowsland and J.M. Thompson, Ant Colony Optmzaton for the Examnaton Schedulng Problem, Journal of the Operatonal Research Socety, 56(2005), [0] C. Fleurent and J. Ferland, Genetc and hybrd Algorthms for Graph Colorng Problem, Annals of Operatons Research, 63(996), [] P. Galner and J. Hao, Hybrd Evolutonary Algorthms for Graph Colorng, Journal of Combnatoral Optmzaton, 3(999 ), [2] A. Gamst, Some Lower Bounds for a Class of Frequency Assgnment Problem, IEEE Transactons of Vehcular Technology, 35(999), 8-4. [3] M.R Garey. and D.S. Johnson,, Computers and Intractablty, Freeman and Co., San Francsco,979. [4] Graph Colorng : June [5] A. Hertz and D. de Werra, Usng Tabu Search for Graph Colorng, Journal of Computng, 39 (987),

12 304 E. Salar and K. Eshgh [6] D.S. Johnson, C.R. Aragon, L.A. McGeoch and C. Schevon,, Optmzaton by Smulated Annealng: An Expermental Evaluaton: Part II, Graph Colorng and Number Parttonng, Operatons Research, 39(99), [7] F.T. Leghton, A Graph Colorng Algorthm for Large Schedulng Problems, Journal of Research of the Natonal Bureau of Standards, 84 (979), [8] A. Lm and F. Wang, Metaheurstcs for Robust Graph Colorng Problem, Proc. of the 6th IEEE Internatonal Conference on Tools wth Artfcal Intellgence (ICTAI 2004), [9] A. Mehrotra and M. Trc, A column Generaton Approach for Graph Colorng Problem, INFORMS Journal on Computng, 8(996 ), [20] C. Morgenstern, H. Shapro, Coloraton Neghborhood Structure for General Graph Colorng, In Proceedngs of the frst annual ACM-SIAM Symposum on Dscrete Algorthms, , 990. [2] T. Stutzle and H.H. Hoos, Max-Mn Ant System, Journal of Future Generaton Computer Systems, 6(2000), [22] E.C. Swell, An Improved Algorthm for Exact Graph Colorng, In D.S. Johnson and M. Trc edtors, DIMACS Seres n Computer Mathematcs and Theoretcal Computer Scence AMS, 26(996), Receved: August 8, 2007

Ants Can Schedule Software Projects

Ants Can Schedule Software Projects Ants Can Schedule Software Proects Broderck Crawford 1,2, Rcardo Soto 1,3, Frankln Johnson 4, and Erc Monfroy 5 1 Pontfca Unversdad Católca de Valparaíso, Chle FrstName.Name@ucv.cl 2 Unversdad Fns Terrae,

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Maintenance Scheduling by using the Bi-Criterion Algorithm of Preferential Anti-Pheromone

Maintenance Scheduling by using the Bi-Criterion Algorithm of Preferential Anti-Pheromone Leonardo ournal of Scences ISSN 583-0233 Issue 2, anuary-une 2008 p. 43-64 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Department

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch

Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Ant Colony Optmzaton for Economc Generator Schedulng and Load Dspatch K. S. Swarup Abstract Feasblty

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

An MILP model for planning of batch plants operating in a campaign-mode

An MILP model for planning of batch plants operating in a campaign-mode An MILP model for plannng of batch plants operatng n a campagn-mode Yanna Fumero Insttuto de Desarrollo y Dseño CONICET UTN yfumero@santafe-concet.gov.ar Gabrela Corsano Insttuto de Desarrollo y Dseño

More information

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME, ISSUE, FEBRUARY ISSN 77-866 Logcal Development Of Vogel s Approxmaton Method (LD- An Approach To Fnd Basc Feasble Soluton Of Transportaton

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Enabling P2P One-view Multi-party Video Conferencing

Enabling P2P One-view Multi-party Video Conferencing Enablng P2P One-vew Mult-party Vdeo Conferencng Yongxang Zhao, Yong Lu, Changja Chen, and JanYn Zhang Abstract Mult-Party Vdeo Conferencng (MPVC) facltates realtme group nteracton between users. Whle P2P

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment

Survey on Virtual Machine Placement Techniques in Cloud Computing Environment Survey on Vrtual Machne Placement Technques n Cloud Computng Envronment Rajeev Kumar Gupta and R. K. Paterya Department of Computer Scence & Engneerng, MANIT, Bhopal, Inda ABSTRACT In tradtonal data center

More information

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms Optmal Choce of Random Varables n D-ITG Traffc Generatng Tool usng Evolutonary Algorthms M. R. Mosav* (C.A.), F. Farab* and S. Karam* Abstract: Impressve development of computer networks has been requred

More information

Period and Deadline Selection for Schedulability in Real-Time Systems

Period and Deadline Selection for Schedulability in Real-Time Systems Perod and Deadlne Selecton for Schedulablty n Real-Tme Systems Thdapat Chantem, Xaofeng Wang, M.D. Lemmon, and X. Sharon Hu Department of Computer Scence and Engneerng, Department of Electrcal Engneerng

More information

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS Magdalena Rogalska 1, Wocech Bożeko 2,Zdzsław Heduck 3, 1 Lubln Unversty of Technology, 2- Lubln, Nadbystrzycka 4., Poland. E-mal:rogalska@akropols.pol.lubln.pl

More information

Intelligent Method for Cloud Task Scheduling Based on Particle Swarm Optimization Algorithm

Intelligent Method for Cloud Task Scheduling Based on Particle Swarm Optimization Algorithm Unversty of Nzwa, Oman December 9-11, 2014 Page 39 THE INTERNATIONAL ARAB CONFERENCE ON INFORMATION TECHNOLOGY (ACIT2014) Intellgent Method for Cloud Task Schedulng Based on Partcle Swarm Optmzaton Algorthm

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

Scatter search approach for solving a home care nurses routing and scheduling problem

Scatter search approach for solving a home care nurses routing and scheduling problem Scatter search approach for solvng a home care nurses routng and schedulng problem Bouazza Elbenan 1, Jacques A. Ferland 2 and Vvane Gascon 3* 1 Département de mathématque et nformatque, Faculté des scences,

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

Optimized ready mixed concrete truck scheduling for uncertain factors using bee algorithm

Optimized ready mixed concrete truck scheduling for uncertain factors using bee algorithm Songklanakarn J. Sc. Technol. 37 (2), 221-230, Mar.-Apr. 2015 http://www.sst.psu.ac.th Orgnal Artcle Optmzed ready mxed concrete truck schedulng for uncertan factors usng bee algorthm Nuntana Mayteekreangkra

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM SOLVIG CARDIALITY COSTRAIED PORTFOLIO OPTIMIZATIO PROBLEM BY BIARY PARTICLE SWARM OPTIMIZATIO ALGORITHM Aleš Kresta Klíčová slova: optmalzace portfola, bnární algortmus rojení částc Key words: portfolo

More information

A Memetic Algorithm for the Vehicle Routing Problem with Time Windows

A Memetic Algorithm for the Vehicle Routing Problem with Time Windows A Memetc Algorthm for the Vehcle Routng Problem wth Tme Wndows Jean Berger and Mohamed Barkaou Defence Research and Development Canada - Valcarter, Decson Support System Secton 2459 Pe-XI Blvd. North,

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization

Research Article Enhanced Two-Step Method via Relaxed Order of α-satisfactory Degrees for Fuzzy Multiobjective Optimization Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Artcle ID 867836 pages http://dxdoorg/055/204/867836 Research Artcle Enhanced Two-Step Method va Relaxed Order of α-satsfactory Degrees for Fuzzy

More information

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers

A Load-Balancing Algorithm for Cluster-based Multi-core Web Servers Journal of Computatonal Informaton Systems 7: 13 (2011) 4740-4747 Avalable at http://www.jofcs.com A Load-Balancng Algorthm for Cluster-based Mult-core Web Servers Guohua YOU, Yng ZHAO College of Informaton

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem Journal o Economc and Socal Research 5 (2), -2 A Bnary Partcle Swarm Optmzaton Algorthm or Lot Szng Problem M. Fath Taşgetren & Yun-Cha Lang Abstract. Ths paper presents a bnary partcle swarm optmzaton

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES 82 Internatonal Journal of Electronc Busness Management, Vol. 0, No. 3, pp. 82-93 (202) A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES Feng-Cheng Yang * and We-Tng Wu

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

Design of Output Codes for Fast Covering Learning using Basic Decomposition Techniques

Design of Output Codes for Fast Covering Learning using Basic Decomposition Techniques Journal of Computer Scence (7): 565-57, 6 ISSN 59-66 6 Scence Publcatons Desgn of Output Codes for Fast Coverng Learnng usng Basc Decomposton Technques Aruna Twar and Narendra S. Chaudhar, Faculty of Computer

More information

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

Vehicle Routing Problem with Time Windows for Reducing Fuel Consumption

Vehicle Routing Problem with Time Windows for Reducing Fuel Consumption 3020 JOURNAL OF COMPUTERS, VOL. 7, NO. 12, DECEMBER 2012 Vehcle Routng Problem wth Tme Wndows for Reducng Fuel Consumpton Jn L School of Computer and Informaton Engneerng, Zhejang Gongshang Unversty, Hangzhou,

More information

A multi-start local search heuristic for ship scheduling a computational study

A multi-start local search heuristic for ship scheduling a computational study Computers & Operatons Research 34 (2007) 900 917 www.elsever.com/locate/cor A mult-start local search heurstc for shp schedulng a computatonal study Ger BrZnmo a,b,, Marelle Chrstansen b, Kjetl Fagerholt

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

Blending Roulette Wheel Selection & Rank Selection in Genetic Algorithms

Blending Roulette Wheel Selection & Rank Selection in Genetic Algorithms Internatonal Journal of Machne Learnng and Computng, Vol. 2, o. 4, August 2012 Blendng Roulette Wheel Selecton & Rank Selecton n Genetc Algorthms Rakesh Kumar, Senor Member, IACSIT and Jyotshree, Member,

More information

A Prefix Code Matching Parallel Load-Balancing Method for Solution-Adaptive Unstructured Finite Element Graphs on Distributed Memory Multicomputers

A Prefix Code Matching Parallel Load-Balancing Method for Solution-Adaptive Unstructured Finite Element Graphs on Distributed Memory Multicomputers Ž. The Journal of Supercomputng, 15, 25 49 2000 2000 Kluwer Academc Publshers. Manufactured n The Netherlands. A Prefx Code Matchng Parallel Load-Balancng Method for Soluton-Adaptve Unstructured Fnte Element

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 畫 類 別 : 個 別 型 計 畫 半 導 體 產 業 大 型 廠 房 之 設 施 規 劃 計 畫 編 號 :NSC 96-2628-E-009-026-MY3 執 行 期 間 : 2007 年 8 月 1 日 至 2010 年 7 月 31 日 計 畫 主 持 人 : 巫 木 誠 共 同

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Sciences Shenyang, Shenyang, China.

Sciences Shenyang, Shenyang, China. Advanced Materals Research Vols. 314-316 (2011) pp 1315-1320 (2011) Trans Tech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.314-316.1315 Solvng the Two-Obectve Shop Schedulng Problem n MTO Manufacturng

More information

Investigation of Modified Bee Colony Algorithm with Particle and Chaos Theory

Investigation of Modified Bee Colony Algorithm with Particle and Chaos Theory Internatonal Journal of Control and Automaton, pp. 311-3 http://dx.do.org/10.1457/jca.015.8..30 Investgaton of Modfed Bee Colony Algorthm wth Partcle and Chaos Theory Guo Cheng Shangluo College, Zhangye,

More information

Method for Production Planning and Inventory Control in Oil

Method for Production Planning and Inventory Control in Oil Memors of the Faculty of Engneerng, Okayama Unversty, Vol.41, pp.20-30, January, 2007 Method for Producton Plannng and Inventory Control n Ol Refnery TakujImamura,MasamKonshandJunIma Dvson of Electronc

More information

An efficient constraint handling methodology for multi-objective evolutionary algorithms

An efficient constraint handling methodology for multi-objective evolutionary algorithms Rev. Fac. Ing. Unv. Antoqua N. 49. pp. 141-150. Septembre, 009 An effcent constrant handlng methodology for mult-objectve evolutonary algorthms Una metodología efcente para manejo de restrccones en algortmos

More information

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Network Security Situation Evaluation Method for Distributed Denial of Service

Network Security Situation Evaluation Method for Distributed Denial of Service Network Securty Stuaton Evaluaton Method for Dstrbuted Denal of Servce Jn Q,2, Cu YMn,2, Huang MnHuan,2, Kuang XaoHu,2, TangHong,2 ) Scence and Technology on Informaton System Securty Laboratory, Bejng,

More information

Adaptive and Dynamic Load Balancing in Grid Using Ant Colony Optimization

Adaptive and Dynamic Load Balancing in Grid Using Ant Colony Optimization Sandp Kumar Goyal et al. / Internatonal Journal of Engneerng and Technology (IJET) Adaptve and Dynamc Load Balancng n Grd Usng Ant Colony Optmzaton Sandp Kumar Goyal 1, Manpreet Sngh 1 Department of Computer

More information

Heuristic Static Load-Balancing Algorithm Applied to CESM

Heuristic Static Load-Balancing Algorithm Applied to CESM Heurstc Statc Load-Balancng Algorthm Appled to CESM 1 Yur Alexeev, 1 Sher Mckelson, 1 Sven Leyffer, 1 Robert Jacob, 2 Anthony Crag 1 Argonne Natonal Laboratory, 9700 S. Cass Avenue, Argonne, IL 60439,

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

POLYSA: A Polynomial Algorithm for Non-binary Constraint Satisfaction Problems with and

POLYSA: A Polynomial Algorithm for Non-binary Constraint Satisfaction Problems with and POLYSA: A Polynomal Algorthm for Non-bnary Constrant Satsfacton Problems wth and Mguel A. Saldo, Federco Barber Dpto. Sstemas Informátcos y Computacón Unversdad Poltécnca de Valenca, Camno de Vera s/n

More information

Response Coordination of Distributed Generation and Tap Changers for Voltage Support

Response Coordination of Distributed Generation and Tap Changers for Voltage Support Response Coordnaton of Dstrbuted Generaton and Tap Changers for Voltage Support An D.T. Le, Student Member, IEEE, K.M. Muttaq, Senor Member, IEEE, M. Negnevtsky, Member, IEEE,and G. Ledwch, Senor Member,

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

Evaluation of Coordination Strategies for Heterogeneous Sensor Networks Aiming at Surveillance Applications

Evaluation of Coordination Strategies for Heterogeneous Sensor Networks Aiming at Surveillance Applications Evaluaton of Coordnaton Strateges for Heterogeneous Sensor Networs Amng at Survellance Applcatons Edson Pgnaton de Fretas, *, Tales Hemfarth*, Carlos Eduardo Perera*, Armando Morado Ferrera, Flávo Rech

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

Analysis of Energy-Conserving Access Protocols for Wireless Identification Networks

Analysis of Energy-Conserving Access Protocols for Wireless Identification Networks From the Proceedngs of Internatonal Conference on Telecommuncaton Systems (ITC-97), March 2-23, 1997. 1 Analyss of Energy-Conservng Access Protocols for Wreless Identfcaton etworks Imrch Chlamtac a, Chara

More information

Parallel greedy algorithms for packing unequal circles into a strip or a rectangle. Timo Kubach, Andreas Bortfeldt und Hermann Gehring

Parallel greedy algorithms for packing unequal circles into a strip or a rectangle. Timo Kubach, Andreas Bortfeldt und Hermann Gehring Parallel greedy algorthms for packng unequal crcles nto a strp or a rectangle Tmo Kubach, Andreas Bortfeldt und Hermann Gehrng Dskussonsbetrag Nr. 396 Jul 2006 Dskussonsbeträge der Fakultät für Wrtschaftswssenschaft

More information

Optimal Provisioning of Resource in a Cloud Service

Optimal Provisioning of Resource in a Cloud Service ISSN (Onlne): 169-081 95 Optmal Provsonng of Resource n a Cloud Servce Yee Mng Chen 1 Shn-Yng Tsa Department of Industral Engneerng and Management Yuan Ze Unversty 135 Yuan-Tung Rd. Chung-L Tao-Yuan Tawan

More information

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services When Network Effect Meets Congeston Effect: Leveragng Socal Servces for Wreless Servces aowen Gong School of Electrcal, Computer and Energy Engeerng Arzona State Unversty Tempe, AZ 8587, USA xgong9@asuedu

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

Learning the Best K-th Channel for QoS Provisioning in Cognitive Networks

Learning the Best K-th Channel for QoS Provisioning in Cognitive Networks 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Energy Efficient Coverage Optimization in Wireless Sensor Networks based on Genetic Algorithm

Energy Efficient Coverage Optimization in Wireless Sensor Networks based on Genetic Algorithm Unversal Journal of Communcatons and Network 3(4): 82-88, 2015 DOI: 10.13189/ujcn.2015.030402 http://www.hrpub.org Energy Effcent Coverage Optmzaton n Wreless Sensor Networks based on Genetc Algorthm Al

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Generalizing the degree sequence problem

Generalizing the degree sequence problem Mddlebury College March 2009 Arzona State Unversty Dscrete Mathematcs Semnar The degree sequence problem Problem: Gven an nteger sequence d = (d 1,...,d n ) determne f there exsts a graph G wth d as ts

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

Dynamic Pricing for Smart Grid with Reinforcement Learning

Dynamic Pricing for Smart Grid with Reinforcement Learning Dynamc Prcng for Smart Grd wth Renforcement Learnng Byung-Gook Km, Yu Zhang, Mhaela van der Schaar, and Jang-Won Lee Samsung Electroncs, Suwon, Korea Department of Electrcal Engneerng, UCLA, Los Angeles,

More information

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2 Busness Process Improvement usng Mult-objectve Optmsaton K. Vergds 1, A. Twar 1 and B. Majeed 2 1 Manufacturng Department, School of Industral and Manufacturng Scence, Cranfeld Unversty, Cranfeld, MK43

More information

An Adaptive and Distributed Clustering Scheme for Wireless Sensor Networks

An Adaptive and Distributed Clustering Scheme for Wireless Sensor Networks 2007 Internatonal Conference on Convergence Informaton Technology An Adaptve and Dstrbuted Clusterng Scheme for Wreless Sensor Networs Xnguo Wang, Xnmng Zhang, Guolang Chen, Shuang Tan Department of Computer

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem Usng Mult-obectve Metaheurstcs to Solve the Software Proect Schedulng Problem Francsco Chcano Unversty of Málaga, Span chcano@lcc.uma.es Francsco Luna Unversty of Málaga, Span flv@lcc.uma.es Enrque Alba

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

Mooring Pattern Optimization using Genetic Algorithms

Mooring Pattern Optimization using Genetic Algorithms 6th World Congresses of Structural and Multdscplnary Optmzaton Ro de Janero, 30 May - 03 June 005, Brazl Moorng Pattern Optmzaton usng Genetc Algorthms Alonso J. Juvnao Carbono, Ivan F. M. Menezes Luz

More information

Adaptive Fractal Image Coding in the Frequency Domain

Adaptive Fractal Image Coding in the Frequency Domain PROCEEDINGS OF INTERNATIONAL WORKSHOP ON IMAGE PROCESSING: THEORY, METHODOLOGY, SYSTEMS AND APPLICATIONS 2-22 JUNE,1994 BUDAPEST,HUNGARY Adaptve Fractal Image Codng n the Frequency Doman K AI UWE BARTHEL

More information

EVERY year, seasonal hurricanes threaten coastal areas.

EVERY year, seasonal hurricanes threaten coastal areas. 1 Strategc Stockplng of Power System Supples for Dsaster Recovery Carleton Coffrn, Pascal Van Hentenryck, and Russell Bent Abstract Ths paper studes the Power System Stochastc Storage Problem (PSSSP),

More information

AD-SHARE: AN ADVERTISING METHOD IN P2P SYSTEMS BASED ON REPUTATION MANAGEMENT

AD-SHARE: AN ADVERTISING METHOD IN P2P SYSTEMS BASED ON REPUTATION MANAGEMENT 1 AD-SHARE: AN ADVERTISING METHOD IN P2P SYSTEMS BASED ON REPUTATION MANAGEMENT Nkos Salamanos, Ev Alexogann, Mchals Vazrganns Department of Informatcs, Athens Unversty of Economcs and Busness salaman@aueb.gr,

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Global Optimization Algorithms with Application to Non-Life Insurance

Global Optimization Algorithms with Application to Non-Life Insurance Global Optmzaton Algorthms wth Applcaton to Non-Lfe Insurance Problems Ralf Kellner Workng Paper Char for Insurance Economcs Fredrch-Alexander-Unversty of Erlangen-Nürnberg Verson: June 202 GLOBAL OPTIMIZATION

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information