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

Size: px
Start display at page:

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

Transcription

1 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Department of Informatcs, Unversty of Praeus, 80, Karaol & Dmtrou Str., 8534 Praeus, Greece E-mals: Abstract Ths paper presents the soluton for the Thermal Generator Mantenance Schedulng Problem, usng a b-crteron Ant Colony Optmzaton Algorthm called Preferental Ant-pheromone (PAP). Ths method allows the agents of an ant colony to depost a small amount of pheromone tral to every path that has been used, to construct the potental solutons, but also to gve extra emphass to the best soluton found at the end of an teraton of the algorthm. In the same tme that good solutons are beng nvestgated from the agents, bad solutons are examned too, wth the am to avod short-term poor solutons and lead to long-term good and, respectvely, global best solutons. In ths way, through the teratons of the algorthm, we end up to the fnal solutons. The algorthm s appled to a real-scale problem, and further nvestgaton s beng made so as to fnd the best possble soluton. Keywords Thermal Generator; Mantenance Schedulng; Ant Colony Optmzaton; Ant Colony System; Preferental Ant-Pheromone. Introducton The Thermal Generator Mantenance Schedulng Problem s a complex problem that s 43

2 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS necessary for the relablty and rght operaton of a generator system, gven that the whole producton cost s dependent on the mantenance and operaton cost. Thus, the mantenance procedure has to be scheduled and compled wth the best possble way, mnmzng these two costs and at the same tme, coverng the energy demands, so as every constrant of the problem s satsfed. The problem has been studed n the past wth a varety of methods and algorthms []. The ntal formulaton was made by Gruhl [2, 3] n 973. He presented an umbrella of schedulng problems, one of whch was the mantenance schedulng problem, wth a lnear approach. Durng 975, Dopazo and Merll [4] developed a model whch was clamed to have the ablty of fndng the best soluton. But ths approach was lacng n real-scale problems applcaton, somethng that Zurn and Quntana [5] later acheved to do. In 983, Yamayee and Sdenblad [6] mproved the cost functon that was used tll then, wth great mprovements n executon tme. Eght years later, Satoh and Nara [7] appled for the frst tme a stochastc method, called Smulated Annealng wth very good results n large-scale systems as well, that were mpossble to be solved wth lnear methods n the past. They also nvestgated the problem wth genetc algorthms [8] and tabu-lst methods [9] wth smlar results, but wth the ablty to solve real-scale problems, too. In 993 Charest and Ferland [0] tred to modfy the lnear method wth successful results n executon tme, whle Dahal and Donald [] appled a genetc algorthm n Boolean representaton [2] whch had also some good results. In 997, Bure and Smth [3] tred to create a hybrd model of the smulated annealng and the tabu-lst method wthout success, followng another attempt to mae another hybrd model wth memetc and tabu-lst methods three years later, whch resulted n better results, but wth a small ncrease n executon tme. Ths paper studes the results of the Ant-pheromone method, an ACS-le algorthm based on the behavor of true ants. It s organzed as follows: In secton 2, we revew the prncpal framewor of the ACO, Ant Colony System and Prefferental Ant-Pheromone methods. In secton 3, we represent the formulaton of the Mantenance Schedulng problem. In secton 4, we represent the mplementaton of PAP for the problem and the algorthm used. The paper ends wth case studes on a real system n secton 5 and conclusons n secton 6. 44

3 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p Ant Colony Optmzaton (ACO) Overvew Ant Colony Optmzaton s a pac of Artfcal Intellgence algorthms that rely on the mtaton of the socal nsects behavor, and especally ants. These algorthms use agents, that we call ants, for the nvestgaton of the best soluton of a problem, for example the shortest path between some places that mght be food for the colony, just le happenng wth the true ant colones. Fgure. Real ants after a whle tend to choose the shortest path between nest and food These agents, are constructng through teraton the solutons of the problem. The probablty for an ant to vst a town s affected from the amount of pheromone that every agent detects durng ts exploraton. Pheromone s a substance that ants produce and depost along the paths that have traversed, mang them more attractve for the next ones that mght pass from the same pont, whle the already exstent pheromone s vaporzng as tme passes. Durng the progress of the algorthm, the artfcal pheromone s placed after the constructon of a complete tour-soluton on each and every town that was chosen and vsted for the constructon of t. In ths way, the amount of pheromone s the heurstc nformaton at a gven tmng pont, reflectng the experence of the colony about the feasble solutons of the problem. If we consder the possble solutons as a graph wth the ants movng from town sr to 45

4 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS sr+, then the pheromone level that exsts after the passng of an agent from a feasble soluton s gven from equaton: τ (s r,s r+ ) = ( ρ) τ (s r,s r+ ) + τ (s r,s r+ ) () where: ρ s the pheromone tral evaporaton factor n τ ( sr, sr+ ) = τ ( sr, sr+ ) = n the number of ants the number of each ant. The probablty of the th ant to follow the path from town sr to sr+, s: T where ( s, a, s r r r+ ) = τ ( s, s ) (2) N r r r+ τ( s, s ) r N r s a feasble soluton when ant s on node r, and a r the acton requred for the ant to move from node s r+ tos r. Ant Colony System (ACS) The Ant Colony System (ACS) [4] meta-heurstc algorthm belongs to the umbrella of ACO algorthms. On each step of the algorthm (specfcally for the Travelng Salesman Problem - TSP, but respectvely for other problems), the transton of an ant from town to town j, depends on:if town has already been vsted. For each ant, a tabu lst s beng saved, whch grows each tme t reaches a new town, end emptes whenever a full soluton for the problem s accomplshed. In ths way, towns are never vsted more than once. The nverse proporton of the dstance between two towns η = d that s called vsblty, and descrbes the heurstc preference of an ant between two towns. The amount of pheromone τ that exsts between two towns and j, on whch the experence of the colony s dependant, and descrbes the preference for town j, accordng to the experence from prevous teratons. When the th ant s on town, the probablty to move to town j, s gven from equaton: 46

5 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p β argmax { τ [η ] }, f q q (3) u N u u 0 j =, otherwse where: q s a random varable unformly dstrbuted between [0,] q 0 s a determnng parameter between [0,] N the number of nodes that are not n tabu lst of ant yet. s a town randomly chosen under equaton: p where: τ [ η ] = τ η 0, j N β, j N β u [ u ] u Nl β the vsblty varable for the transton rule. N the number of nodes that are not n tabu lst of ant yet. In the end of every teraton the pheromone tral s updated under equaton: τ ( t + ) ( ρ) τ ( t) + ρ τ where: t the number of teraton tang place ρ the evaporaton tral factor wth 0< ρ < τ 0 the ntal pheromone amount that s placed on every town. 0 After completng an teraton (when all ants have created ther won feasble solutons) the global update rule s beng appled: τ ( t + ) ( γ ) τ ( t) + γ τ ( t) whereγ the global pheromone evaporaton factor Q t, τ t = L ( ) 0, where: Town Best Soluton otherwse Q the amount of pheromone added L t the best soluton found tll teraton t In ths way, the equaton above s appled only to towns that belong to the best soluton durng the executon (all teratons) and ths enables them wth a bgger amount of pheromone. (4) (5) (6) 47

6 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Preferental Ant-pheromone Durng the ant exploraton n the search space, they gan nowledge concernng the most desrable nodes. Ths often leads to short-term solutons that are not the best ones that can be found. Randal and Montgomery [5] are tang nto account ths fact wth the Accumulated Experence Ant Colony - AEAC usng a method that can fnd whch solutons can lead to long-term good solutons. Ant-pheromone s a substance that can have smlar effects and s placed n nodes that belong to the worst solutons, nformaton that s lost wth other methods. Irad, Merle and Mddendorf [6] suggest a method called Preferental Antpheromone (PAP) that uses pheromone, as much as ant-pheromone for the exploraton of the search space. The use of ths b-crteron exploraton s mproved durng the teraton process of the algorthm. Ths mprovement s feasble due to the dfference of ants concernng ther preference between these two nds of pheromone. For ths reason, we use a parameter λ, whch s gven for the th ant by equaton (-)/(m-), where =[,m]. In ths way, we gve some ants the opportunty to explore the best, but also to some others the worst solutons. In ths way, the transton rule of an ant from town I to town j that we dscussed on classcal ACO s: β argmax {[ λτ + (-λ)τ' ] [η ] }, f q q (7) u N u u u 0 j =, otherwse where s a town chosen by equaton: β [ λτ + (- λ)τ' ] [η ] (8) l l l, j N β p = + [ λτ u (- λ)τ' u ] [ηu ] u N 0, j N Pheromone and ant-pheromone are updated n the same way when ants traverse the problem s nodes to form the solutons, as local updatng gnores the cost of solutons produced. So, n addton wth the local updatng rule of classcal ACO for pheromone, antpheromone s updated accordng to the followng rule: τ ' ( t + ) ( ρ) τ ' ( t) + ρ τ 0 (9) 48

7 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p After completng a tour and each ant has chosen a feasble soluton, pheromone s placed on towns that belong to the best soluton accordng the global updatng rule of classc ACS, and pheromone to the worst ones, accordng to the followng rule: τ ' ( t + ) ( γ ) τ ' ( t) + γ τ ' ( t) (0) where: Q t, Town WorstSoluton τ' t = L w ( ) 0, otherwse t th and L w the worst length (cost) soluton found on t teraton. Formulaton of the Problem The objectve of the Thermal Generator Mantenance Schedulng Problem s the mantenance of the energy producton unts of a system n a gven horzon, usually n wees, wth the lowest possble cost. The lst of symbols that descrbe the problem s as follows [, 7]: : Generator number Ι : Number of generators j : Number of wee : Horzon n number of wees x : Mantenance start perod; x {, 2,, } X : Set of preferred mantenance start perods; X : {, 2,, } M : : Mantenance length n wees Y : : State varable;, f unt s n ma nt enance Υ = at perod j 0, otherwse p : generator output of unt- at perod-j f : fuel cost coeffcent (lnear cost functon) c (x ): mantenance cost of unt- when the mantenance s commtted at perod x P : capacty of unt D j : antcpated demand at perod-j R j : requred reserve at perod-j 49

8 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS The generator mantenance schedulng problem s formulated as shown below: Objectve functon The objectve s to mnmze the sum of the followng two terms: I I () Mn f p + c ( x ) = j= = where the frst term s the producton cost and the second s the mantenance cost. Constrants ) The nomnal startng perod of mantenance s pre-specfed for each generatng unt: {,2 } x X,..., (2) 2) Once the mantenance of unt- starts, the unt must be n the mantenance state for just M perods: 0, j =,2,..., x (3) Υ =, j = x,..., x + M 0, j = x + M,..., 3) If unt- and unt- 2 cannot be mantaned n a gven wee because of the crew constrant, the followng constrant (combnatonal constrant) s mposed: Y( ) j + Y( 2) j, j =,2,..., (4) 4) If the mantenance of unt- must be fnshed pror to the startng of that of unt- 2, the followng constrant (order constrant) s added: x + M x 2 5) The generator output must be less than ts upper lmt; and the output of the generator n mantenance must be equal to zero. Such an operaton constrant s expressed by: 0 p P ( y), =,...,, I j=,..., (6) 6) The demand constrant must be met: I = (5) (7) p = D j, j =,2,..., 7) In order to ensure that the total avalable power s greater than the demand D j even when a unt random outage occurs, the reserve constrants are mposed. That s, the total avalable power from unts whch are not commtted must be greater than the demand plus reserve: 50

9 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p I = P ( y ) D j + R j, j =,2,..., (8) Penalty Functon In the mantenance schedulng problem, the constrants are classfed nto two groups; easy constrants and dffcult constrants. The easy constrants are eq (2), (3), (5), (6), the dffcult constrants are eq (4), (7), (8). Snce the set X s gven, the value of x can be selected as a member of X so that eq (2), (5) are satsfed. Then the value of y s drectly defned by eq (3), and eq (6) becomes a smple bound on p. On the other hand, t s very dffcult to fnd a feasble soluton whch satsfes eq (4), (7) and (8). So, the artfcal varables z, u, and v are ntroduced correspondng to eq. (4), (7) and (8), wth assocated postve penalty parameters α, β, and γ. Then the problem s re-formulated as follows: I f p + = j= Mn + α + z β j= x X {,2,..., } = I c ( x ) u + γ j= j= v (9) (20) 0, j =,2,..., x (2) Υ =, j = x,..., x + M 0, j = x + M,..., Y( ) j + Y( 2) j z j, j =,2,..., (22) x + M x (23) 2 0 p P ( y), =,...,, I j=,..., (24) I (25) p + u j = D j, j =,2,..., = I (26) P ( y) + vj Dj + Rj, j =,2,..., = z n {0,} (27) uj, vj 0 j, j =,2,..., (28) By usng the above formulaton, once the value of x s determned, the value of y s drectly defned, and the value of p s calculated through the equal ncremental method (equal method) for the economc dspatch problem []. Therefore, the value of the objectve functon can be effcently evaluated f the value of x s specfed. 5

10 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Implementaton of PAP for the Mantenance Schedulng Problem Expresson approach For the mplementaton of the problem, we used a sort of graph. Every node of the graph represents a feasble soluton, and more specfcally a feasble wee that the mantenance of every generator can be started. In ths way, every ant traverses one by one the generator unts, choosng one of the feasble mantenance startng perods and, n the end, constructng a complete soluton. When all ants complete ther tours, the teraton s completed and a new one taes place. t I t I 2 I m t t 2 t 2 t 2 t n t n t n Fgure 2. Representaton of the problem usng graph So, on every step, all unts are selected, and the total cost of the soluton s calculated, summng up the total mantenance cost, plus the total generator operaton cost needed for every wee (plus the penalty of erroneous solutons, f any). The probablty for an ant- that s on town- to move to town-j, s gven by the randomproportonal rule of PAP: β argmax {[ λτ + (-λ)τ' ] [η ] }, f q q (29) u N u u u 0 j =, otherwse where s a town chosen by equaton: 52

11 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p β [ λτ + (- λ)τ' ] [η ] (30) l l l, j N β p = + [ λτ u (- λ)τ' u ] [ηu ] u N 0, j N th where N are the towns that are not yet ncluded on the agent s tabu lst. As vsblty η between towns, we wll use the equaton η ( t) = + PCV ( t) where PCV (t) s a method countng the total number of the Problem Constrant Volatons. We wll bas each constrant volaton usng weghts whch correspond to the relatve mportance of each constrant. Thus, the nodes that cause volatons wll be less desrable by ants. equaton: The pheromone tral s updated every tme an ant traverses a node, accordng to the τ ( t + ) ( ρ) τ ( t) + ρ τ where: t the number of teraton tang place ρ the pheromone evaporaton factor, 0< ρ < τ 0 the ntal amount of pheromone added on each node whle the ant-pheromone tral s updated accordng to the rule: τ ' ( t + ) ( ρ) τ ' ( t) + ρ τ 0 0 Fnally, the nodes pheromone trals that belong to the best soluton found are updated accordng to equaton: where τ ( t + ) ( γ ) τ ( t) + γ τ ( t) Q t, f Town BestSolut on τ t = Cost ( ) best 0, otherwse and the nodes pheromone trals that belong to the worst soluton, accordng to equaton: τ ' where ( t + ) ( γ ) τ ' ( t) + γ τ ' ( t) (3) (32) (33) Q t ( t) = Cost 0 τ' worst, f Town Worst Soluton, otherwse 53

12 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS where: γ the global pheromone evaporaton factor Q the amount of pheromone added Cost t best the best (lowest) cost found tll teraton t Cost t worst the worst (hghest) cost found on teraton t The algorthm. Defne problem parameters for each agent and generator. 2. For every ant and for every generator select a power level randomly. 3. Evaluaton of every soluton constructed by the ants Cost best = mn { Cost best, Cost teraton-best } Cost worst = mn { Cost worst, Cost teraton-worst } 4. Update the amount of pheromone and ant-pheromone trals for every traversed soluton (local) 5. Update the amount of pheromone for the best soluton path. (global) 6. Update the amount of ant-pheromone for the worst soluton path. (global) 7. For every ant and for every generator select a power level based on the randomproportonal rule. 8. Repeat algorthm from Step 3. Case study on a real-scale system of generators The algorthm just descrbed, was mplemented on a real scale system of generator unts [7] wth 22 power generator unts that have to be mantaned wthn a 52-wee horzon. The table shows the parameters that descrbe every generator unt s operaton and mantenance. Ι R E L M Table. System Parameters a b c f Crew constrant for every mant. wee

13 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p ,

14 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Table 2. Weely demand j Demand D j j Demand D j Trantafyllos MYTAKIDIS and Arstds VLACHOS where: R the hghest level of energy can be produced. E and L the earlest and latest perod that the mantenance can start. M the mantenance perod length (n wees). a, b, c, the cost parameters for the operaton of the generators. f the fuel cost coeffcent (lnear functon). and, fnally, the mantenance crew needed for every mantenance wee. The hghest level of energy that can be produced from all generators s zero. The rght table, also, represents the antcpated demand of the system for every wee wthn the horzon. 56

15 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p The requred reserve for each wee of the horzon can be defned usng one of the followng approaches:. As a constant percentage of the demand D j... As equal to the sze of the largest generatng unt. In dependence of other necessary crtera. Here, we appled the frst approach, wth a 20% percentage on demand D j. That s: R j = 20%, D j, j =,2 It s mportant to defne some determnant parameters for the soluton of the problem. The followng executons of the problem are loong nto the followng matters: As we are worng on a real system, t s easy to apprecate the fact that we need a mantenance crew constrant that wll be: o Flexble, concernng the solutons that can be produced, wthout confnng them. o Bg enough to produce solutons wthout volatons-penaltes and, respectvely, non-feasble. o Small enough so as to mnmze the exstence of not needed crew. For all these reasons, after close study of the problem constrant table and the solutons produced, the crew number was set to 30. As we can see, the objectve functon descrbes the constrant volatons as extra cost added to the producton cost. These solutons are not feasble, thus we have to defne the postve penalty weght parameters α, β and γ to be analogous wth the soluton cost of the problem, so as to be added an extra cost feasble to reject them. After expermental executons, we found that a soluton wthout volatons s n the order of hundreds mllons cost unts (0 8 ). So, forasmuch as each volaton can occasonally occur, the parameters were defned as follows: o α = 00 o β = 00 o γ = 20 The followng varables were defned emprcally: o τ 0 =0,0000 o Q= 57

16 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS o Maxmum number of teratons=2000, so as executon s not stopped early, and consequently wthout a good soluton. o Maxmum number of teratons wthout a better soluton=50, number bg enough for a decent result. The defnton of the heurstc nformaton weght parameter β, the local and global pheromone tral evaporaton factor ρ and γ, as well as the q 0 parameter, s also essental. The followng tables represent the results gven by expermental executons. All soluton costs are ndcatve and expressed n 0 8 cost unts. Table 3. β, ρ, q 0 and γ versus Best soluton β Best Cost ρ Best Cost q 0 Best Cost γ Best Cost

17 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p Fgure 3. β versus Best soluton Fgure 4 - ρ versus Best soluton Fgure 5. q 0 versus Best soluton 59

18 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Fgure 6. γ versus Best soluton We have to emphasze that the above results are not unque, as randomness s taen nto account, although effort was made to mnmze ths factor. The followng parameters were chosen for the resoluton of the problem: β=0,5 ρ= q 0 =0,6 γ=0,3 The program of the proposed method s wrtten n Matlab 6.5 and t s run on an AMD Athlon GHz processor gvng the followng results: The best soluton found s [35,5,36,34,30,9,29,4,46,6,40,7,0,6,25,24,2,26,3,8,48,4] That s the perod that mantenance for every unt of the system can start (For unt, mantenance starts at wee 35, for unt 2 on wee 5, and so on). The mantenance perods are represented n detal on the followng dagram: 60

19 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p Fgure 7. Mantenance perods of Best soluton where the feasble perods are represented wth x and the selected perods wth * The best soluton cost found s The best soluton was found on teraton number 203. The best soluton progress versus teratons s represented to the followng fgure: Fgure 8. Best soluton cost versus Iteratons The executon tme s 0:3: As we can see n Fgure 8, the PAP algorthm has produced a very good soluton wth only a small number of teratons. From the frst steps, t contnuously fnds better solutons 6

20 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS wth lower costs, untl teraton 203 that no better soluton s found for the next 50 teratons, so the algorthm s termnated. It s remarable that the algorthm produced much better solutons step by step, wthout beng trapped on local best solutons due to pheromone trals (a problem that characterzes most ant-based algorthms). Conclusons Ths paper looed nto the Thermal Generator Mantenance Schedulng Problem of a real-scale system. The problem has been studed wth many mathematcal and heurstc approaches n the past. In ths project, the preferental Ant-pheromone approach was used, whch s a varaton of the ACS algorthm based on the behavor of real ant colones. The results produced prove that the algorthm can be appled successfully to the problem so as the optmum solutons can be found, even n real energy producton systems that the complexty rases sgnfcantly, because of the number of generatng unts, but also due to the number of feasble solutons that have to be produced n a reasonable tme nterval. References. Bure E. K., Smth A.., Hybrd Evolutonary Technques for the Mantenance Schedulng Problem, IEEE Transactons on Power Systems, 2000, 5(), pp Gruhl., Electrc generaton producton schedulng usng a quasoptmal sequental technque, Research Note MIT-EL , MIT Energy Lab, Aprl Gruhl., Electrc power unt commtment schedulng usng a dynamcally evolvng mxed nteger program, Research Note MIT-EL , MIT Energy Lab, anuary Dopazo. F., Merrll H. M., Optmal generator mantenance schedulng usng nteger programmng, IEEE Transactons on Power Apparatus and Systems, 975, PAS-94(5), p Zurn H. H., Quntana V. H., Generator mantenance schedulng va successve approxmatons dynamc programmng, IEEE Transactons on Power Apparatus and 62

21 Leonardo ournal of Scences ISSN Issue 2, anuary-une 2008 p Systems, 975, 94(2), p Yamayee Z. A., Sdenblad K., Yoshmura M., A computatonally effcent optmal mantenance schedulng method, IEEE Transactons on Power Apparatus and Systems, 983, 02(2), p Satoh T., Nara K., Mantenance schedulng by usng the smulated annealng method, IEEE Transactons on Power Systems, 99, 6, p Km H., Nara K., A method for mantenance schedulng usng GA combned wth SA, Selected papers from the 6th annual conference on Computers and ndustral engneerng, 994, p Km H., Hayash Y., Nara K., An algorthm for thermal unt mantenance schedulng through combned use of GA, SA and TS, IEEE Transactons on Power Systems, 997, 2(), p Charest M., Ferland. A., Preventatve mantenance schedulng of power generaton unts, Annals of Operatons Research, 993, 4, p Dahal K. P., McDonald. R., Generatonal and steady state genetc algorthms for generator mantenance schedulng problems, Proceedngs of the Internatonal Conference on Artfcal Neural Networs and Genetc Algorthms, 997, pp Dahal K. P., McDonald. R., Generator mantenance schedulng of electrc power systems usng genetc algorthms wth nteger representaton, Submtted to GALESIA 97, 997, p Bure E. K., Clar. A., Smth A.., Four methods for mantenance schedulng, In Proceedngs of the Internatonal Conference on Artfcal Neural Networs and Genetc Algorthms, 997, pp Dorgo M., Gambardella L.M., Ant Colones for the travellong salesman problem, BoSystems, 997, 43, p Randall M., Montgomery. Q., The Accumulated Experence Ant Colony for the Travellng Salesman Problem, Proceedngs of Inaugural Worshop on Artfcal Lfe, Adelade, Australa, 200, pp Ired S., Merle D., Mddendorf M.Q., B-Crteron Optmzaton wth Mult Colony Ant 63

22 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Algorthms. Evolutonary Mult-Crteron Optmzaton, Frst Internatonal Conference (EMO 0), Zurc, 200, pp Ibrahm El-Amn, Salf Duffuaa, Mohammed Abbas, A tabu search algorthm for mantenance schedulng of generatng unts, Kng Fahd Unversty of Petroleum and Mnerals, , Electrc Power Systems Research 54, 2000, pp Wood., Wood B. F., Woolenberg B. F., Power Generaton, Operaton, and Control, ohn Wley,

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

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

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

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

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

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

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

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

Dynamic Constrained Economic/Emission Dispatch Scheduling Using Neural Network

Dynamic Constrained Economic/Emission Dispatch Scheduling Using Neural Network Dynamc Constraned Economc/Emsson Dspatch Schedulng Usng Neural Network Fard BENHAMIDA 1, Rachd BELHACHEM 1 1 Department of Electrcal Engneerng, IRECOM Laboratory, Unversty of Djllal Labes, 220 00, Sd Bel

More information

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT Chapter 4 ECOOMIC DISATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

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

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

An ACO Algorithm for. the Graph Coloring Problem

An ACO Algorithm for. the Graph Coloring Problem Int. J. Contemp. Math. Scences, Vol. 3, 2008, no. 6, 293-304 An ACO Algorthm for the Graph Colorng Problem Ehsan Salar and Kourosh Eshgh Department of Industral Engneerng Sharf Unversty of Technology,

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

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

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

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

Optimal Bidding Strategies for Generation Companies in a Day-Ahead Electricity Market with Risk Management Taken into Account

Optimal Bidding Strategies for Generation Companies in a Day-Ahead Electricity Market with Risk Management Taken into Account Amercan J. of Engneerng and Appled Scences (): 8-6, 009 ISSN 94-700 009 Scence Publcatons Optmal Bddng Strateges for Generaton Companes n a Day-Ahead Electrcty Market wth Rsk Management Taken nto Account

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

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

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

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

Preventive Maintenance and Replacement Scheduling: Models and Algorithms

Preventive Maintenance and Replacement Scheduling: Models and Algorithms Preventve Mantenance and Replacement Schedulng: Models and Algorthms By Kamran S. Moghaddam B.S. Unversty of Tehran 200 M.S. Tehran Polytechnc 2003 A Dssertaton Proposal Submtted to the Faculty of the

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

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

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

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

Examensarbete. Rotating Workforce Scheduling. Caroline Granfeldt

Examensarbete. Rotating Workforce Scheduling. Caroline Granfeldt Examensarbete Rotatng Workforce Schedulng Carolne Granfeldt LTH - MAT - EX - - 2015 / 08 - - SE Rotatng Workforce Schedulng Optmerngslära, Lnköpngs Unverstet Carolne Granfeldt LTH - MAT - EX - - 2015

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

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

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

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks Fuzzy Set Approach To Asymmetrcal Load Balancng n Dstrbuton Networks Goran Majstrovc Energy nsttute Hrvoje Por Zagreb, Croata goran.majstrovc@ehp.hr Slavko Krajcar Faculty of electrcal engneerng and computng

More information

Lecture 3: Force of Interest, Real Interest Rate, Annuity

Lecture 3: Force of Interest, Real Interest Rate, Annuity Lecture 3: Force of Interest, Real Interest Rate, Annuty Goals: Study contnuous compoundng and force of nterest Dscuss real nterest rate Learn annuty-mmedate, and ts present value Study annuty-due, and

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

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

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet

2008/8. An integrated model for warehouse and inventory planning. Géraldine Strack and Yves Pochet 2008/8 An ntegrated model for warehouse and nventory plannng Géraldne Strack and Yves Pochet CORE Voe du Roman Pays 34 B-1348 Louvan-la-Neuve, Belgum. Tel (32 10) 47 43 04 Fax (32 10) 47 43 01 E-mal: corestat-lbrary@uclouvan.be

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

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

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

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

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

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions Proceedngs of the World Congress on Engneerng 28 Vol II WCE 28, July 2-4, 28, London, U.K. A Genetc Programmng Based Stock Prce Predctor together wth Mean-Varance Based Sell/Buy Actons Ramn Rajaboun and

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

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

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

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

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

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

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

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

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

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

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

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

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

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

Efficient Project Portfolio as a tool for Enterprise Risk Management

Efficient Project Portfolio as a tool for Enterprise Risk Management Effcent Proect Portfolo as a tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company January 5, 27 Effcent Proect Portfolo as a tool for Enterprse

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

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

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

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process

Rate Monotonic (RM) Disadvantages of cyclic. TDDB47 Real Time Systems. Lecture 2: RM & EDF. Priority-based scheduling. States of a process Dsadvantages of cyclc TDDB47 Real Tme Systems Manual scheduler constructon Cannot deal wth any runtme changes What happens f we add a task to the set? Real-Tme Systems Laboratory Department of Computer

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

Selfish Constraint Satisfaction Genetic Algorithm for Planning a Long-distance Transportation Network

Selfish Constraint Satisfaction Genetic Algorithm for Planning a Long-distance Transportation Network JOURNAL OF COMPUTERS, VOL. 3, NO. 8, AUGUST 2008 77 Selfsh Constrant Satsfacton Genetc Algorthm for Plannng a Long-dstance Transportaton Network Takash Onoyama and Takuya Maekawa Htach Software Engneerng

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

Testing and Debugging Resource Allocation for Fault Detection and Removal Process

Testing and Debugging Resource Allocation for Fault Detection and Removal Process Internatonal Journal of New Computer Archtectures and ther Applcatons (IJNCAA) 4(4): 93-00 The Socety of Dgtal Informaton and Wreless Communcatons, 04 (ISSN: 0-9085) Testng and Debuggng Resource Allocaton

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

Solution: Let i = 10% and d = 5%. By definition, the respective forces of interest on funds A and B are. i 1 + it. S A (t) = d (1 dt) 2 1. = d 1 dt.

Solution: Let i = 10% and d = 5%. By definition, the respective forces of interest on funds A and B are. i 1 + it. S A (t) = d (1 dt) 2 1. = d 1 dt. Chapter 9 Revew problems 9.1 Interest rate measurement Example 9.1. Fund A accumulates at a smple nterest rate of 10%. Fund B accumulates at a smple dscount rate of 5%. Fnd the pont n tme at whch the forces

More information

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS Chrs Deeley* Last revsed: September 22, 200 * Chrs Deeley s a Senor Lecturer n the School of Accountng, Charles Sturt Unversty,

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

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

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

Loop Parallelization

Loop Parallelization - - Loop Parallelzaton C-52 Complaton steps: nested loops operatng on arrays, sequentell executon of teraton space DECLARE B[..,..+] FOR I :=.. FOR J :=.. I B[I,J] := B[I-,J]+B[I-,J-] ED FOR ED FOR analyze

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

To Fill or not to Fill: The Gas Station Problem

To Fill or not to Fill: The Gas Station Problem To Fll or not to Fll: The Gas Staton Problem Samr Khuller Azarakhsh Malekan Julán Mestre Abstract In ths paper we study several routng problems that generalze shortest paths and the Travelng Salesman Problem.

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

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

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

Multi-Period Resource Allocation for Estimating Project Costs in Competitive Bidding

Multi-Period Resource Allocation for Estimating Project Costs in Competitive Bidding Department of Industral Engneerng and Management Techncall Report No. 2014-6 Mult-Perod Resource Allocaton for Estmatng Project Costs n Compettve dng Yuch Takano, Nobuak Ish, and Masaak Murak September,

More information

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007.

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. Inter-Ing 2007 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. UNCERTAINTY REGION SIMULATION FOR A SERIAL ROBOT STRUCTURE MARIUS SEBASTIAN

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

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

GENETIC ALGORITHM FOR PROJECT SCHEDULING AND RESOURCE ALLOCATION UNDER UNCERTAINTY

GENETIC ALGORITHM FOR PROJECT SCHEDULING AND RESOURCE ALLOCATION UNDER UNCERTAINTY Int. J. Mech. Eng. & Rob. Res. 03 Fady Safwat et al., 03 Research Paper ISS 78 049 www.jmerr.com Vol., o. 3, July 03 03 IJMERR. All Rghts Reserved GEETIC ALGORITHM FOR PROJECT SCHEDULIG AD RESOURCE ALLOCATIO

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

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

More information

2. SYSTEM MODEL. the SLA (unlike the only other related mechanism [15] we can compare it is never able to meet the SLA).

2. SYSTEM MODEL. the SLA (unlike the only other related mechanism [15] we can compare it is never able to meet the SLA). Managng Server Energy and Operatonal Costs n Hostng Centers Yyu Chen Dept. of IE Penn State Unversty Unversty Park, PA 16802 yzc107@psu.edu Anand Svasubramanam Dept. of CSE Penn State Unversty Unversty

More information

Solving Factored MDPs with Continuous and Discrete Variables

Solving Factored MDPs with Continuous and Discrete Variables Solvng Factored MPs wth Contnuous and screte Varables Carlos Guestrn Berkeley Research Center Intel Corporaton Mlos Hauskrecht epartment of Computer Scence Unversty of Pttsburgh Branslav Kveton Intellgent

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

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

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

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

More information

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation Exhaustve Regresson An Exploraton of Regresson-Based Data Mnng Technques Usng Super Computaton Antony Daves, Ph.D. Assocate Professor of Economcs Duquesne Unversty Pttsburgh, PA 58 Research Fellow The

More information

Simulation and optimization of supply chains: alternative or complementary approaches?

Simulation and optimization of supply chains: alternative or complementary approaches? Smulaton and optmzaton of supply chans: alternatve or complementary approaches? Chrstan Almeder Margaretha Preusser Rchard F. Hartl Orgnally publshed n: OR Spectrum (2009) 31:95 119 DOI 10.1007/s00291-007-0118-z

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

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

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

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

Allocating Collaborative Profit in Less-than-Truckload Carrier Alliance

Allocating Collaborative Profit in Less-than-Truckload Carrier Alliance J. Servce Scence & Management, 2010, 3: 143-149 do:10.4236/jssm.2010.31018 Publshed Onlne March 2010 (http://www.scrp.org/journal/jssm) 143 Allocatng Collaboratve Proft n Less-than-Truckload Carrer Allance

More information