Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch

Size: px
Start display at page:

Download "Ant Colony Optimization for Economic Generator Scheduling and Load Dispatch"

Transcription

1 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 of applcaton of Ant Colony Optmzaton to two case studes of economc load dspatch and generaton schedulng are presented. Ant Colony Optmzaton (ACO) s a meta-heurstc approach for solvng hard combnatoral optmzaton problems. The nsprng source of ACO s the pheromone tral layng and followng behavor of real ants whch use pheromones as a communcaton medum. In analogy to the bologcal example, ACO s based on the ndrect communcaton of a colony of smple agents, called (artfcal) ants, medated by (artfcal) pheromone trals. The pheromone trals n ACO serve as dstrbuted, numercal nformaton whch the ants use to probablstcally construct solutons to the problem beng solved and whch the ants adapt durng the algorthm s executon to reflect ther search experence. The sutablty of the ant colony optmzaton algorthm for economc dspatch was carred out for two systems consstng of 3 and generatng unts. The method s further extended to generator schedulng for IEEE 14, 3 and 57 bus systems respectvely. Double brdge experment Fg 1. shows the double brdge experment to llustrate the ant behavour. Ant nest s connected to food source va two paths of dfferng length. Intally, ants move randomly and chose between shorter and longer path wth equal probablty. Whle walkng, ants deposted pheromone. When choosng a path, ants chose wth hgher probablty the path wth the hghest pheromone concentraton. Ants choosng the short path wll be frst back wth food. Therefore, tral on shorter path grows more quckly Index Terms - Power Systems, Optmzaton, Meta-heurstc, Ant Colony Optmzaton, Economc Dspatch, Generaton Schedulng. P I. INTRODUCTION ower system optmzaton s an mportant feld n the operaton, plannng and control of power systems. Many modern heurstc technques to the soluton of complex power system optmzaton problems have been proposed, each dfferng n ther method of representaton, mplementaton and soluton procedure. Ths paper presents an new meta heurstc approach to power system optmzaton problems namely economc dspatch and generaton unt commtment. II. ANT COLONY BEHAVIOR Real Ants In many ants the vsual system s very smple. Some speces are completely blnd. Communcaton between ants and between ants and ther envronment s often based on the use of chemcal sgnals. Pheromones are produced by ants and they depost them on trals when walkng n search of food. By sensng the pheromone, the followng ants can fnd food. Inspratonal source of ant colony algorthms s the double brdge experment descrbed below. K.S.Swarup s wth the Department of Electrcal Engneerng, Indan Insttute of Technology, Madras, INDIA. (e-mal: swarup@ee.tm.ac.n). Fg 1. Double Brdge Experment. Auto Catalyss: Postve feedback. It s a Self-renforcng process If no lmtng mechansm s n place, t leads to exploson. It s the central mechansm n ant algorthms. Probablty of an ant choosng a path ncreases wth the number of ants that chose the same path. It s nterestng to understand how ants, whch are almost blnd anmals wth very smple ndvdual capabltes, act together n a colony and fnd the shortest route between the ant s nest and a source of food. They are also capable of adaptng to changes n the envronment, for example, fndng a new shortest path once the old one s no longer feasble due to a new obstacle. The studes by ethnologsts reveal that such capabltes that the ants have are essentally due to what s called pheromone trals that ants use to communcate nformaton among ndvduals regardng path and decde where to go. Ants depost a certan amount of pheromone whle walkng, and each ant probablstcally prefers to follow a drecton rch n pheromone rather than a poorer one. In case of an obstacle n place, these ants that choose, by chance,

2 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) the shorter path around the obstacle wll more rapdly reconsttute the nterrupted pheromone tral compared to those that choose the longer path. Hence the shorter path wll receve a hgher amount of pheromone n the tme unt and ths wll n turn cause a hgher number of ants to choose the shorter path (auto catalytc) process, very soon all the ants wll choose the shorter path. The Abstract Algorthm Colony of artfcal ants buld solutons to a gven problem by movng on the problem s graph representaton Each feasble path represents a soluton to the problem They move by employng a probablstc local decson rule that explots pheromone tral values Once an ant has bult a soluton (or whle the soluton s beng bult), the ant evaluates the qualty of the soluton, and deposts pheromone on the components t used Ths drects the search of the ants n the future Other Algorthmc Components: Evaporaton and daemon actons Evaporaton process by whch pheromone concentratons decrease over tme Needed to avod too-rapd convergence of the algorthm to a sub-optmal regon Implements a form of forgettng, favourng the exploraton of new areas of the search space Daemon actons used to mplement centralsed actvtes that are not undertaken by sngle ants Example: depost extra pheromone on the components used by the ant that bult the best overall soluton at the last teraton ( reward ) Formulaton of the approach: Explctly formulated n terms of computatonal agents Mght, n prncple, be possble to get rd of ndvdual agents and concentrate on core mechansms (renforcement and evaporaton) However, the agent-based formulaton may be more flexble, and provde a useful ad to desgnng problem solvng systems III. A SIMPLE ANT COLONY ALGORITHM Fgure shows the smple ant colony algorthm. The workng of the can be descrbed by means of the followng. 1) Intalze A(t): The problem parameters are encoded as a real number. Before each run, the ntal populaton (Nest) of the colony are generated randomly wthn the feasble regon whch wll crawl to dfferent drectons at a radus not greater than R. ) Evaluate A(t): The ftness of all ants are evaluated based on ther objectve functon. 3) Add_tral: The tral quantty s added to the partcular drectons the ants have selected n proporton to the ants ftness. 4) Send_ants A(t): Accordng to the objectve functon, ther performance wll be weghted as a ftness value whch drects nfluence to the level of tral quantty addng to the partcular drectons the ants have selected. Each ant chooses the next node to move takng nto account two parameters: the vsblty of the node and the tral ntensty of the tral prevously lad by other ants. The send_ants process sends ants by selectng drectons usng Tournament selecton based on the two parameters. 5) Evaporate: fnally, the pheromone tral secreted by an ant eventually evaporates and the startng pont(nest) s updates wth the best tour found. Start t = Intalze A(t) Evaluate A(t) No Termnate? t = t+1 End Yes Fg. A Smple Ant Colony Algorthm IV. ANT COLONY OPTIMIZATION Add Tral Send Ants Evaporate Ant Colony Optmzaton (ACO) s a recently proposed meta-heurstc approach for solvng hard combnatoral optmzaton problems. The nsprng source of ACO s the pheromone tral layng and followng behavor of real ants, whch use pheromones as a communcaton medum. In analogy to the bologcal example, ACO s based on the ndrect communcaton of a colony of smple agents, called (artfcal) ants, medated by (artfcal) pheromone trals. The pheromone trals n ACO serve as dstrbuted, numercal nformaton, whch the ants use to probablstcally construct solutons to the problem beng solved, and whch the ants adapt durng the algorthm s executon to reflect ther search experence. The frst example of such an algorthm s Ant System (AS), whch was proposed usng as example applcaton the well-known Travelng Salesman Problem (TSP). Despte encouragng ntal results, AS could not compete wth state-of-the-art algorthms for the TSP. Nevertheless, t had the mportant role of stmulatng further research on algorthmc varants, whch obtan much better computatonal performance, as well as on applcatons to a large varety of dfferent problems. In fact there exsts now a consderable amount of applcatons obtanng world class performance on problems lke the quadratc assgnment, vehcle routng, sequental orderng, schedulng, routng n Internet-lke networks, and so on. Motvated by ths success, the ACO meta-heurstc has been proposed as a common

3 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) framework for the exstng applcatons and algorthmc V. ECONOMIC DISPATCH varants. WHILE termnaton condtons not meet DO ScheduleActvtes AntBasedSolutonConstructon() PheromoneUpdate() DaemonActons() {optonal} END ScheduleActvtes ENDWHILE Fg 3 Pseudo Code for ACO AntBasedSolutonConstructon(): An ant constructvely bulds a soluton to the problem by movng through nodes of the constructon graph G. Ants move by applyng a stochastc local decson polcy that makes use of the pheromone values and the heurstc values on components and/or connectons of the constructon graph. Whle movng, the ant keeps n memory the partal soluton t has bult n terms of the path t was walkng on the constructon graph. PheromoneUpdate(): When addng a component c to the current partal soluton, an ant can update the values of the pheromone trals that where used for ths constructon step. Ths knd of pheromone update s called onlne step-by-step pheromone update. Once an ant has bult a soluton, t can (by usng ts memory) retrace the same path backward and update the pheromone trals of the used components and/or connectons accordng to the qualty of the soluton t has bult. Ths s called onlne delayed pheromone update. Another mportant concept n Ant Colony Optmzaton s pheromone evaporaton. Pheromone evaporaton s the process by means of whch the pheromone tral ntensty on the components decreases over tme. From a practcal pont of vew, pheromone evaporaton s needed to avod a too rapd convergence of the algorthm toward a sub-optmal regon. It mplements a useful form of forgettng, favorng the exploraton of new areas n the search space. DaemonActons(): Daemon actons can be used to mplement centralzed actons whch cannot be performed by sngle ants. Examples are the use of a local search procedure appled to the solutons bult by the ants, or the collecton of global nformaton that can be used to decde whether t s useful or not to depost addtonal pheromone to bas the search process from a non-local perspectve. As a practcal example, the daemon can observe the path found by each ant n the colony and choose to depost extra pheromone on the components used by the ant that bult the best soluton. Pheromone updates performed by the daemon are called offlne pheromone updates. Economc dspatch n power system operaton conssts of mnmzng the operaton costs dependng on demand and subject to certan constrants. It can be formulated as follows: 1) Objectve functon: N g Mnmze Cost = F( P) (1) where Cost s the operatng cost of the power system. N g s the number of unts. F( P ) s the cost functon and P s the power output of the unt. F( P ) s usually approxmated by a quadratc functon of ts power output P as: F ( P) ap bp c = + + () where a, b and c are the cost coeffcents of the unt. Wre drawng effect occurs when each steam admsson valve n a turbne starts to open, and at the same tme a rpplng effect on the unt curve s produced. To model the effects of valve ponts a recurrng rectfed snusod contrbuton s added to the cost functon. The result s: mn F( P) = ap + bp + c+ gsn{ h( P P )} (3) mn where g and h are valve-pont coeffcents. P s the lower generaton lmt of unt. d s the ncremental cost curve value. Ignorng the valve pont effects some naccuracy would result n dspatch. ) Constrants: a. Unt operaton constrants: P P P mn = 1,,..., Ng (4) mn where P, P are the lower and upper generaton lmt of unt. b. Power Balance: N g = PL + PD P (5) = 1 where P D s the demand and P L s transmsson loss. The transmsson loss can be calculated by the B coeffcents method or power flow analyss. B coeffcents used n the power system s: T T P L P BP P B o B oo = + + ()

4 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) where P s an Ng dmensonal column vector of the power where σ ( K) s the penalty factor made on teraton K. a s output of the unts. T a postve parameter. P s an assocate matrx of P. B s an Ng X Ng coeffcent matrx. T s the upper lmt of teratve tmes. σ s the upper lmt of B s an Ng dmensonal coeffcent column vector. B o oo s a σ ( K ) coeffcent. We can also get the transmsson loss by power VI. ECONOMIC DISPATCH USING ANT COLONY flow analyss. Lne flow constrants and system stablty OPTIMIZATION constrants can be expressed as follows: Soluton Codng: c. Lne Flow Constrants: Let X = ( x 1, x,..., xng) be a vector denotng the th ndvdual of the ant colony, where Ng s the number of unts Lf Lf = 1,... NL (7) and x s the generated power output of unt. At ntalzaton phrase, X s selected randomly from the where Lf s the MW lne flow, Lf s the allowable selected regon S. mum flow of lne (lne capacty), and N L s the number of transmsson lnes subject to lne capacty constrants. d. System Stablty Constrants: j j, 1,,... D j = N and j (8) where, are voltage angle of bus and j j. j s the allowable mum voltage angle. N s the number of D buses subject to system stablty constrants. Generalzed Ant Colony Optmzaton (GACO) It has the characterstcs of postve feedback, dstrbuted computaton, and the use of constructve greedy heurstc, the GACO can be used to solve the non-convex, nonlnear constraned optmzaton problems. When an objectve functon f() X s mnmzed n a compact set, t must be subject to lnear/nonlnear, nequalty/equalty constrants. We can transform those constrants, whch s dffcult to be dealt wth n feasble regon by usng the penalty functon. l u 1 σ { j } = 1 j= 1 mn FX ( ) = f( X) + σ ( hx ( )) +, gx ( ) h( X) =, = 1,,..., l l (9) gj( X), j= 1,,..., u u where f() X s the orgnal objectve X ( xx xn) T = s a functon. 1,,..., are the numbers of equalty and nequalty constrants of orgnal problem. σ 1 and σ are the penalty factors. σk ( ) = 1 σ = 1, (1) ak 1+ exp ( ) T n-dmensonal vector. l, u Objectve functon and Feasble regon: In order to mnmze the objectve functon of ED the constrants have to be obeyed. We can use penalty functon to transform those constrants dffcult to deal wth n the feasble regon ncludng power balance, etc. the feasble regon S s determned by the unt operaton constrants. Parameter Settng: The parameters used here are N=1-5, 1. γ1 λ 1 τ =, = =,T=4-1, a=1-5, r=.8-.5,.9 ρ =, NI=1. Upper lmt of vsblty s 5 and penalty factor s 15. VII. ACO ALGORITHM FOR ECONOMIC DISPATCH The Ant Colony Optmzaton Algorthm for economc dspatch conssts of the followng steps. Step 1: Intalzaton: An ntal populaton of ant colony ndvduals s selected randomly from the feasble regon S. Typcally; the dstrbuton of ntal trals s unform. Vsblty s defned and ths quantty s modfed durng the run of the program. At the begnnng, the ants can search on a large scale. Wth the runnng of the program the vsblty decreases and the exacttude of the search ncreases gradually. Step : A set s defned. If A s not equal to ph, whch s an empty set, then go to Step 3, else go to Step 4. Step 3: Let m be the quantty of elements n A and transtonal probablty s defned. Po s the probablty of the neghborhood search. If the selecton result s Pj then update rule 1 s carred out. Update rule 1: Movng an ant from pont to j. Go to Step 5 If the selecton result s Po then update rule s carred out. Update rule : Carryng out a search n the neghborhood of X. Go to Step 5. Step 4: Searchng n neghborhood. Let the result be Y.

5 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Step 5: Updatng the tral ntensty matrx. Step : After teraton all the ants have completed one move, calculate the results. 1) If convergence s not acheved, cancel the result from step to step 4 and go to step. ) If the results are not changed after NI teratons, dsturb the ant colony by ncreasng the vsblty and neghborhood search. NI s a coeffcent. VIII. SIMULATION RESULTS FOR ANT COLONY OPTIMIZATION Case Study I: 3 Generator System. A computer program mplementng the proposed algorthm was frst prepared and run for a 3 generator system. A comparson wth Lambda method and Genetc Algorthm (GA) s provded n table. In ACO the followng parameters are chosen heurstcally. No of ants=5, No of cycles=1, Alpha=.5, Beta=.5, Forget factor=.9, Q=5 Cost coeffcents and power range for calculatng the operaton cost s gven n table 1. Fg. 4. Cost optmzaton for 3 generator system TABLE 3: COMPARISON OF RESULTS FOR 5MW LOAD FOR A 3 UNIT SYSTEM CONSIDERING LOSSES. Case Study Unt1 Unt Unt3 Losses Cost ($/h) GA ACO CO Un t TABLE 1: GENERATOR COST COEFFICIENTS FOR A 3 UNIT SYSTEM P Pmn a b c d g h The load demand here s 85MW w/o losses. TABLE : RESULTS FOR 85MW LOAD FOR A 3UNIT SYSTEM Case Study Unt1 Unt Unt3 Cost ($/h) Lambda Method ACO GA The B-Loss coeffcents for computng the losses are gven below [ B ] = B = B =.4357 Table 3 shows the comparson of the ACO for 3 generatng unt system wth other methods lke Genetc Algorthm, and constraned optmzaton. Case Study Case Study II: Generator System. Table 4 shows the Generator cost coeffcents for a unt system. Load demand s 18MW. Transmsson Losses are gnored. Table 4: Data for generator system Unt P Pmn a b c d g h The followng parameters are chosen heurstcally for the ACO. No of ants=5; No of cycles=; Alpha=.5; Beta=.5; Forget factor=.9; Q=5. Table 5 and fgure 5 show the result and the cost optmzaton for the generator unt system TABLE 5: RESULTS FOR GENERATOR SYSTEM UNIT1 UNIT UNIT3 UNIT4 UNIT5 UNIT Fuel Cost ($/h) NEWTON ACO GA

6 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Fg. 5. Cost optmzaton for generator system The ACO approach to economc dspatch ahs been further tested for the IEEE 14, 3 and 57 bus systems respectvely. The comparsons of the results are shown n table. Case study IEEE 14 Bus System IEEE 3 Bus System IEEE 57 Bus System TABLE : RESULTS FOR IEEE 14, 3, 57 BUS SYSTEMS Base case Optmum Load Optmum Cost generaton generaton (n $/h) P1=1. P1= P=4 P= P= P=39.9 Losses=11. Losses=8. P1=38.48 P=4 P11= Losses=15.8 P1= P3=4 P8=45 P1=31 Losses=7.857 P1=14.33 P=73.98 P11=54.34 Losses=9.9 P1= P3=99.5 P8=45.78 P1= Losses= Tables 7 8 and 9 show the comparson of the ACO wth conventonal methods for the standard IEEE 14, 3 and 57 bus systems. Fg.. Fuel Cost Optmzaton for IEEE 14 Bus system Fg. 7. Fuel Cost Optmzaton for IEEE 3 Bus system TABLE 7: COST OF GENERATION OBTAINED BY DIFFERENT TECHNIQUES FOR IEEE 14 BUS SYSTEM: S. no Technques used Total cost of generaton (n $/h) 1 QP method GA ACO TABLE 8: COST OF GENERATION OBTAINED BY DIFFERENT TECHNIQUES FOR IEEE 3 BUS SYSTEM: S. no Technques used Total cost of generaton (n $/h) 1 QP method GA ACO TABLE 9: COST OF GENERATION OBTAINED BY DIFFERENT TECHNIQUES FOR IEEE 57 BUS SYSTEM: S. no Technques used Total cost of generaton (n $/h) 1 QP ACO Fgures, 7 and 8 show the Fuel cost optmzaton of the ACO for the standard IEEE 14, 3 and 57 bus systems. Fg. 8. Fuel Cost Optmzaton for IEEE 57 Bus system IX. SHORT TERM GENERATION SCHEDULING USING ANT COLONY SEARCH ALGORITHM (ACSA) To supply a hgh qualty of electrc energy to the consumer n a secure and economc manner, electrc utltes face many economcal and techncal problems n operaton, plannng and control of electrc energy systems. One of the most mportant problems s to determne the most economc and secure way of short-term generaton schedulng and dspatch such that the constrants are satsfed smultaneously. Here a novel co-operatng agents approach, ant colony search algorthm(acsa)- based scheme, for solvng a short-term generaton schedulng problem of thermal power systems. In the ACSA, the state transton rule, global and local updatng rules are also ntroduced to ensure an optmal soluton. Once

7 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) β all the ants have completed ther tours, a global pheromone τ (, j) η (, j) updatng rule s then appled and the process s terated untl pk(, j) =, j Jk() β τ ( u, ) η ( u, ) the stop condton s satsfed. The effectveness of the u Jk () (17) proposed scheme has been demonstrated on the daly generaton schedulng problem of model power systems. = otherwse Constrants Consdered Spnnng reserve constrants: G j Dj / Dj up P P.1, j T (11) = 1 where, uj s the status ndex of the unt at the j stage( 1 for up and for down) Mnmum up tme of unts: ( j j )( j τ ) where, τh w = uj( w j 1 + 1) u u 1 w 1 h, G, j T (1) s the mnmum up tme of the unt and Mnmum down tme of unts: ( )( ) uj uj 1 qj 1 τl, G, j T τ l j = ( 1 j)( j 1 + 1) where, (13) s the mnmum down tme of the unt and q u q Maxmum operatng tme of unts: uj, vj 1 τ u, G, j T (14) ( ) τu where s the mum operatng tme of th unt and vj = uj ( vj 1 + 1) The objectve functon to be mnmzed s gven as n (15) f ( π ) tc( sπ () sπ ( + 1) ) = = 1 where (, j) tc s s s the total transton cost between state and state j that s gven and π () for =1, n defnes a permutaton. Let m be the number of ants, then n m = b t (1) = 1 () where b () t s the number of ants n state at tme t. There s also a global structure that represents the nest neghborhood. In terms of GSP t represents the transton cost between each par of states and the tral left by the ants n the course of the algorthm executon. When the ant system, s appled to symmetrc nstances of he travelng salesman problem, each ant generates a complete tour by choosng the ctes accordng to a probablstc state transton rule to buld a soluton and a local pheromone updatng rule wll be followed. Once all the ants have completed ther tours a global pheromone updatng rule s then appled and the process s terated untl the end condton s satsfed. The state transton rule used by the ant system s called random proportonal rule gven by whch gves the probablty wth whch ant k n cty, chooses to move to the state j. Here τ s the pheromone, =1/ s the nverse of the dstance. Whle constructng ts tour, an ant also modfes the amount of pheromone on the vsted edges by applyng the local updatng rule gven by ( j, ) ( 1 ) ( j, ) ( j, ) τ ρ τ + ρ τ (18) where < ρ <1 s a parameter. The global updatng rule s fnally mplemented as follows. Once all the ants have bult ther tours, the pheromone s updated on all the edges accordng to m τ (, j) ( 1 α) τ (, j) + τ k (, j) (19) k = 1 where <α <1 s a pheromone decay parameter. m s number of ants. ACSA ALGORITHM: The ACSA algorthm shown n fgure 9 conssts of the followng mportant steps. 1) Form the search space. ) m ants are ntally postoned n n states. 3) Each ant bulds a tour by repeatedly applyng the state transton rule 4) By applyng the local updatng rule, amount of pheromone s changed. Once all ants have termnated ther tour, the amount of pheromone s modfed agan by applyng global rule. 5) Seek the best tour usng the soluton process. ) Pheromone updatng rules are so desgned so that they gve more pheromone to edges whch should be vsted by ants. 7) The overall flow of the ACSA based technque s gven n the algorthm below. Generator Schedulng Data: The method dscussed n the prevous secton deals wth 4h generaton schedulng or allocaton problem. The general and fuel characterstcs of unts of the model system (UNITS) are gven below n table 1 below. TABLE 1: FUEL CHARACTERISTICS OF UNIT SYSTEM No Name P Pmn a b c Cost PF mn λ λ 1 UT UT UT UT UT UT The numerc parameters are set to the followng 1 values. L s the α = ρ =.1, β =, τ =, where nn Lnn tour length produced by the nearest neghbor heurstc and n s the number of states, and the number of ant s heurstcally chosen to be 5.

8 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) terms of both economy and optmalty, the proposed ACSAbased optmzaton technque s applcable to the short term Start generaton problem of thermal power systems. Form the search space Set parameters and ntalze ants Ants buld ther tours Further studes should be done to nvestgate the feasblty of the algorthm n large systems wth more complcated constrants. TABLE 11: GENERATION SCHEDULING OVER 4 HRS FOR THE GENERATOR SYSTEM Tme Unt Unt Unt Unt Unt Unt Apply local updatng rule No Last Ant? Yes Tme Unt Unt Unt Unt Unt Unt Apply global updatng rule Comparson of scheduled capacty Yes Last Strategy? No No Seek the best tour End condton? Prnt Results Yes Load Load 4 ACSA t[hours] Fg. 1. Generaton Schedulng obtaned by ACO. Fg 9. Flow Chart of Generaton Schedulng usng ACSA X. SCHEDULING RESULTS Table 11 shows the schedulng of unts obtaned by the ACO. In the generaton schedulng we have decded dependng on the cost of generaton that whch unts should be swtched on and whch should be kept off n the 4 hr perod accordng to the varyng load. In ED the unts were kept on all the tme and the generaton was decded to mnmze the cost. Hence by usng ths technque we should see a dfference n the cost ncurred n generaton. Fgure 1 shows the generaton schedulng obtaned by the ACO. Ths method gves us $ whereas just ED gves us $ for the same case. The study results ndcate that, n VII CONCLUSIONS The feld of ACO algorthms s very lvely, as testfed for example by the successful bannual workshop, where researchers meet to dscuss the propertes of ACO and other ant algorthms, both theoretcally and expermentally. From the theory sde, researchers are tryng ether to extend the scope of exstng theoretcal results, or to fnd prncpled ways to set parameters values. From the expermental sde, most of the current research s n the drecton of ncreasng the number of problems that are successfully solved by ACO algorthms, ncludng real-world, ndustral applcatons.

9 Proceedngs of the th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 1-18, 5 (pp17-175) Currently, the great majorty of problems attacked by ACO are statc and well-defned combnatoral optmzaton problems, that s, problems for whch all the necessary nformaton s avalable and does not change durng problem soluton. For ths knd of problems ACO algorthms must compete wth very well establshed algorthms, often specalzed for the gven problem. Also, very often the role played by local search s extremely mportant to obtan good results. Although rather successful on these problems, t s beleved that ACO algorthms wll really prove ther strength when they wll be systematcally appled to ll-structured problems for whch t s not clear how to apply local search, or to hghly dynamc domans wth only local nformaton avalable. A frst step n ths drecton has already been done wth the applcaton to telecommuncatons networks routng, but more research s necessary. More refnement n nfeasblty detecton s requred. The problem can be extended to further dspatch problems wth prohbtng operatng zones and envronmental constrants. It can also be appled to other large scale power system optmzaton problems lke Optmal Power Flow, etc. Important Contrbutons In the case of Economc dspatch, GACO s able to solve complcated, non convex, nonlnear problems. It acheves good convergence and provdes accurate dspatch solutons n reasonable tme. The results show that GACO s robust, accurate and effcent. Further work s requred for searchng the neghborhood, and present more effcacous suffcent condtons for convergence. Varous practcal applcatons of new method wat for further development as well. The effectveness of the ACSA has been demonstrated on the daly generaton schedulng problems of model power systems and n terms of both economy and optmalty, t s applcable. Further studes are beng conducted to nvestgate the feasblty of the algorthm n large systems wth more complcated constrants. [] M. Dorgo, G. D Caro and L. M. Gambardella, Ant algorthms for dscrete optmzaton. Artfcal Lfe, 5,, pages [3] M. Dorgo, V. Manezzo and A. Colorn, 199. Ant System: Optmzaton by a colony of cooperatng agents. IEEE Transactons on Systems, Man and Cybernetcs - Part B,, 1, pages [4] M. Dorgo and T. Stützle,. The ant colony optmzaton metaheurstc: Algorthms, applcatons and advances. In F. Glover and G. Kochenberger edtors, Handbook of Metaheurstcs, volume 57 of Internatonal Seres n Operatons Research & Management Scence, pages Kluwer Academc Publshers, Norwell, MA. [5] M. Dorgo and T. Stützle, 3. Ant Colony Optmzaton. MIT Press, Boston, MA. [] Colon A, Dorgo M, Manezzo V. An Investgaton of some propertes of Ant Algorthm. Proceedngs of the parallel problem solvng from nature 199; Conference(PPSN9): 59-. [7] Modern optmzaton technques n power systems. In: Song Y H, edtor. Dordrecht: Kluwer, 1999 [8] Yu IK, Song Y H. Short term generaton schedulng of thermal unts wth envronmental constrants. Proceedng of IEE-Generaton Transmsson and Dstrbuton, part C 1997; 144(5): 49-7 [9] Song Y H, Chou C S. Applcaton of ant colony search algorthms n power system optmzaton. IEEE Power Engneerng Revew 1998;18(1):3-4. VIII REFERENCES [1]M. Dorgo and G. D Caro, The Ant Colony Optmzaton meta-heurstc. In D. Corne, M. Dorgo, and F. Glover edtors, New Ideas n Optmzaton}, pages McGraw-Hll.

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

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

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

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

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 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

"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

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

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

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

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

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

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

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

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

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

Formulating & Solving Integer Problems Chapter 11 289

Formulating & Solving Integer Problems Chapter 11 289 Formulatng & Solvng Integer Problems Chapter 11 289 The Optonal Stop TSP If we drop the requrement that every stop must be vsted, we then get the optonal stop TSP. Ths mght correspond to a ob sequencng

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

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

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

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

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

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

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

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

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

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

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

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

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 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

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 Fleet Management for Cybercars

Dynamic Fleet Management for Cybercars Proceedngs of the IEEE ITSC 2006 2006 IEEE Intellgent Transportaton Systems Conference Toronto, Canada, September 17-20, 2006 TC7.5 Dynamc Fleet Management for Cybercars Fenghu. Wang, Mng. Yang, Ruqng.

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

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

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

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

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

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

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

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

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

denote the location of a node, and suppose node X . This transmission causes a successful reception by node X for any other node

denote the location of a node, and suppose node X . This transmission causes a successful reception by node X for any other node Fnal Report of EE359 Class Proect Throughput and Delay n Wreless Ad Hoc Networs Changhua He changhua@stanford.edu Abstract: Networ throughput and pacet delay are the two most mportant parameters to evaluate

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

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems 1 Applcaton of Mult-Agents for Fault Detecton and Reconfguraton of Power Dstrbuton Systems K. Nareshkumar, Member, IEEE, M. A. Choudhry, Senor Member, IEEE, J. La, A. Felach, Senor Member, IEEE Abstract--The

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

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

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

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

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

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

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

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

Feasibility of Using Discriminate Pricing Schemes for Energy Trading in Smart Grid

Feasibility of Using Discriminate Pricing Schemes for Energy Trading in Smart Grid Feasblty of Usng Dscrmnate Prcng Schemes for Energy Tradng n Smart Grd Wayes Tushar, Chau Yuen, Bo Cha, Davd B. Smth, and H. Vncent Poor Sngapore Unversty of Technology and Desgn, Sngapore 138682. Emal:

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

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

Optimization of network mesh topologies and link capacities for congestion relief

Optimization of network mesh topologies and link capacities for congestion relief Optmzaton of networ mesh topologes and ln capactes for congeston relef D. de Vllers * J.M. Hattngh School of Computer-, Statstcal- and Mathematcal Scences Potchefstroom Unversty for CHE * E-mal: rwddv@pu.ac.za

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

Global Search in Combinatorial Optimization using Reinforcement Learning Algorithms

Global Search in Combinatorial Optimization using Reinforcement Learning Algorithms Global Search n Combnatoral Optmzaton usng Renforcement Learnng Algorthms Vctor V. Magkkh and Wllam F. Punch III Genetc Algorthms Research and Applcaton Group (GARAGe) Mchgan State Unversty 2325 Engneerng

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

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures Mnmal Codng Network Wth Combnatoral Structure For Instantaneous Recovery From Edge Falures Ashly Joseph 1, Mr.M.Sadsh Sendl 2, Dr.S.Karthk 3 1 Fnal Year ME CSE Student Department of Computer Scence Engneerng

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

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

RELIABILITY, RISK AND AVAILABILITY ANLYSIS OF A CONTAINER GANTRY CRANE ABSTRACT

RELIABILITY, RISK AND AVAILABILITY ANLYSIS OF A CONTAINER GANTRY CRANE ABSTRACT Kolowrock Krzysztof Joanna oszynska MODELLING ENVIRONMENT AND INFRATRUCTURE INFLUENCE ON RELIABILITY AND OPERATION RT&A # () (Vol.) March RELIABILITY RIK AND AVAILABILITY ANLYI OF A CONTAINER GANTRY CRANE

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

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

HowHow to Find the Best Online Stock Broker

HowHow to Find the Best Online Stock Broker A GENERAL APPROACH FOR SECURITY MONITORING AND PREVENTIVE CONTROL OF NETWORKS WITH LARGE WIND POWER PRODUCTION Helena Vasconcelos INESC Porto hvasconcelos@nescportopt J N Fdalgo INESC Porto and FEUP jfdalgo@nescportopt

More information

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

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

More information

On File Delay Minimization for Content Uploading to Media Cloud via Collaborative Wireless Network

On File Delay Minimization for Content Uploading to Media Cloud via Collaborative Wireless Network On Fle Delay Mnmzaton for Content Uploadng to Meda Cloud va Collaboratve Wreless Network Ge Zhang and Yonggang Wen School of Computer Engneerng Nanyang Technologcal Unversty Sngapore Emal: {zh0001ge, ygwen}@ntu.edu.sg

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

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

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center

How To Solve An Onlne Control Polcy On A Vrtualzed Data Center Dynamc Resource Allocaton and Power Management n Vrtualzed Data Centers Rahul Urgaonkar, Ulas C. Kozat, Ken Igarash, Mchael J. Neely urgaonka@usc.edu, {kozat, garash}@docomolabs-usa.com, mjneely@usc.edu

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

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

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

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

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

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

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

Reinforcement Learning for Quality of Service in Mobile Ad Hoc Network (MANET)

Reinforcement Learning for Quality of Service in Mobile Ad Hoc Network (MANET) Renforcement Learnng for Qualty of Servce n Moble Ad Hoc Network (MANET) *T.KUMANAN AND **K.DURAISWAMY *Meenaksh College of Engneerng West K.K Nagar, Cheena-78 **Dean/academc,K.S.R College of Technology,Truchengode

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

Automated information technology for ionosphere monitoring of low-orbit navigation satellite signals

Automated information technology for ionosphere monitoring of low-orbit navigation satellite signals Automated nformaton technology for onosphere montorng of low-orbt navgaton satellte sgnals Alexander Romanov, Sergey Trusov and Alexey Romanov Federal State Untary Enterprse Russan Insttute of Space Devce

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

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

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays VoIP Playout Buffer Adjustment usng Adaptve Estmaton of Network Delays Mroslaw Narbutt and Lam Murphy* Department of Computer Scence Unversty College Dubln, Belfeld, Dubln, IRELAND Abstract The poor qualty

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

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

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

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

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

Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning

Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning Proceedngs of the 4 IEEE Conference on Cybernetcs and Intellgent Systems Sngapore, 1-3 December, 4 Learnng wth Imperfectons A Mult-Agent Neural-Genetc Tradng System wth Dfferng Levels of Socal Learnng

More information

FORMAL ANALYSIS FOR REAL-TIME SCHEDULING

FORMAL ANALYSIS FOR REAL-TIME SCHEDULING FORMAL ANALYSIS FOR REAL-TIME SCHEDULING Bruno Dutertre and Vctora Stavrdou, SRI Internatonal, Menlo Park, CA Introducton In modern avoncs archtectures, applcaton software ncreasngly reles on servces provded

More information

How Ants Find Food Ants Foraging Behavior

How Ants Find Food Ants Foraging Behavior Unverstà della Svzzera talana Scuola unverstara professonale della Svzzera talana IDSIA Isttuto Dalle Molle d stud sull ntellgenza artfcale Insects, Socal Insects, and Ants Ant Colony Optmzaton Luca Mara

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

Optimal resource capacity management for stochastic networks

Optimal resource capacity management for stochastic networks Submtted for publcaton. Optmal resource capacty management for stochastc networks A.B. Deker H. Mlton Stewart School of ISyE, Georga Insttute of Technology, Atlanta, GA 30332, ton.deker@sye.gatech.edu

More information

A Lyapunov Optimization Approach to Repeated Stochastic Games

A Lyapunov Optimization Approach to Repeated Stochastic Games PROC. ALLERTON CONFERENCE ON COMMUNICATION, CONTROL, AND COMPUTING, OCT. 2013 1 A Lyapunov Optmzaton Approach to Repeated Stochastc Games Mchael J. Neely Unversty of Southern Calforna http://www-bcf.usc.edu/

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