Global Optimization Using Hybrid Approach

Size: px
Start display at page:

Download "Global Optimization Using Hybrid Approach"

Transcription

1 Tng-Yu Chen, Y Lang Cheng Global Optmzaton Usng Hybrd Approach TING-YU CHEN, YI LIANG CHENG Department of Mechancal Engneerng Natonal Chung Hsng Unversty 0 Kuo Kuang Road Tachung, Tawan 07 tyc@dragon.nchu.edu.tw Abstract: -The paper deals wth a global optmzaton algorthm usng hybrd approach. To take the advantage of global search capablty the evoluton strategy (ES) wth some modfcatons n recombnaton formulas and eltes keepng s used frst to fnd the near-optmal solutons. The sequental quadratc programmng(sqp) s then used to fnd the eact soluton from the solutons found by ES. One mert of the algorthm s that the solutons for multmodal problems can be found n a sngle run. Eght popular test problems are used to test the proposed algorthm. The results are satsfactory n qualty and effcency. Key-Words: -Global optmzaton algorthm, hybrd approach, evoluton strategy Introducton The global optmzaton has been a hot research topc for a long tme. Wth the progress of evolutonary computaton, many global optmzaton algorthms have been developed usng varous evolutonary methods. Tu and Lu[] proposed a stochastc genetc algorthm(stga) to solve global optmzaton problems. They dvded the search space dynamcally and eplored each regon by generatng fve offsprng. The method was clamed to be effcent and robust. Toksar[] developed an algorthm based on ant colony optmzaton(aco) to fnd the global soluton. In hs method each ant searches the neghborhood of the best soluton n the prevous teraton. Lang et al.[] used partcle swarm optmzaton (PSO) to fnd global solutons for multmodal functons. Ther method modfed the orgnal PSO by usng other partcles hstorcal best data to update the velocty of a partcle. In dong so, the premature convergence can be avoded. Zhang et al.[] proposed a method called estmaton of dstrbuton algorthm wth local search(eda/l). Ths method used unform desgn to generate ntal populaton n the feasble regon. The offsprng are produced by usng statstcal nformaton obtaned from parent populaton. The local search s used to fnd the fnal soluton. In general the evolutonary algorthms are though to have a better chance to fnd the global soluton from multple search ponts. However, the evolutonary algorthms also have some drawbacks. The frst one s that t takes sgnfcant number of functon evaluatons. Ths may consumes a lot of computatonal tmes especally used n structural optmzaton. The second drawback s that sometmes t only fnds near-optmal soluton. To reduce the effect of the frst drawback some appromate analyss methods such as artfcal neural network and response surface methodology may be employed to replace the tme-consumng eact analyses. To overcome the second drawback some gradent-based local search method may be use to locate the eact soluton. Takng the advantage of evolutonary algorthms and avodng ts dsadvantage, a new hybrd global optmzaton algorthm GOES(global optmzaton wth evoluton strategy) s developed n ths paper. Ths algorthm ntegrates evoluton strategy wth the sequental quadratc programmng(sqp) to fnd the eact global soluton. Eght wdely used test problems are employed to test aganst the algorthm. The global solutons for all test problems are found. Bref Revew of ES The evoluton strategy(es) was developed by Rechenburg[] and etended later by Schwefel[6]. There are three evolutonary steps n ES. The frst one s recombnaton and t s eecuted by one of the followng formulas. ISSN: Issue, Volume 7, May 008

2 Tng-Yu Chen, Y Lang Cheng a, (A) no recombnaton a, or b, (B) dscrete 0.(,, ) = a+ b (C) ntermedate () a, or, (D) global, dscrete b 0.( a,, ) (E) global, ntermedate + b where s the new th desgn varable after recombnaton. a, and b, are the th desgn varables of two ndvduals a and b randomly chosen from μ parent ndvduals, respectvely. These two parents are used to generate a specfc new ndvdual usng formulas (B) and (C)., a, and b are also the th desgn varables of two ndvduals randomly chosen from μ parent ndvduals. However, n formulas (D) and (E) each new desgn varable may come from two dfferent parents. The number of so generated new ndvduals s λ and ths value s usually several tmes of μ. To further refne the search space, Chen[7] developed another three formulas for recombnaton as follows: = ( t ) a, + t b,, () t [0,] = ( a, + t or ( b, + t t [-0.,0.] = m [, μ] + + a, b, ) ), + ( a, b, m, t )/ m, () () Where s a unformly dstrbuted random number between 0 and. t s a unformly dstrbuted random number between -0. and 0.. m s an arbtrary nteger between and μ. The purpose of addng formula () s to provde the chance of generatng any value between and. Formula () gves the chance to a, b, generate a value neghborng a or b. Formula () fnds the centrod of some randomly selected,, ndvduals. The addng of the three formulas to the orgnal fve formulas can ncrease the search area n the desgn space. The second step n ES s the mutaton operaton. The mutaton s done by the followng formulas. = + zσ () and ( τ z+ τz ) σ = σ e τ = n (6) τ = n where s the mutated th desgn varable from. s the th desgn varable of an ndvdual after recombnaton. z σ s the change for the th desgn varable of that ndvdual. s the updated self-adaptve varable assocated wth the th desgn varable. σ s the self-adaptve varable used for the prevous mutaton step n the last generaton. The varable σ s also subjected to the same recombnaton operaton. n s the number of desgn varables. z and z are two random numbers from a normal dstrbuton N (0,) wth mean zero and standard devaton one. Equaton (7) s the probablty densty functon of the normal dstrbuton. ( z 0) P( z ) = e (7) π σ where the mean value of the normal dstrbuton s 0 and the standard devaton s. The last step n ES s the selecton operaton whch s used to choose some best ndvduals resulted from mutaton operaton to enter the net generaton. Two approaches are avalable. One s called ( μ, λ) selecton and the other one s named ( μ + λ) selecton. For ( μ, λ) selecton, the best μ ndvduals are chosen from the λ offsprng to enter the net generaton. The ( μ + λ) selecton combnes λ offsprng wth μ parents n current generaton frst and then chooses the best μ ndvduals from the combned pool to be parents n the net generaton. The ( μ, λ) selecton may have better chance to fnd the global soluton whle the ( μ + λ) selecton may accelerate the ISSN: Issue, Volume 7, May 008

3 Tng-Yu Chen, Y Lang Cheng convergence rate. The flow chart of ES s shown n Fg.. Fg. Flow chart of evoluton strategy GOES Algorthm The GOES algorthm s developed n ths paper to fnd the global optmum soluton(s). The algorthm can be dvded nto three phases. The frst phase s bascally ES wth some modfcatons. The second phase s SQP search. The last phase s to determne the global solutons(s) from prevous two phases. The followngs are the steps of GOES algorthm. () Use random numbers to generate μ ndvduals n the desgn space as the ntal populaton. Establsh an eternal elte pool that contans some best ndvduals. () Perform recombnaton operaton usng equaton () to produce λ temporary offsprng. () Perform mutaton operaton usng equaton(). ()Compute objectve functon values for all λ ndvduals. () Compute constrant functon values. If the problem has constrants, compute all constrant functon values for all λ ndvduals. For unconstraned problems skp ths step. (6) Select eltes usng ( μ, λ) approach and update the eternal elte pool. For unconstraned optmzaton problems f the ndvdual wth smallest objectve functon value s better than the one n the elte pool, replace the one n the pool by the best one obtaned n ths generaton. For constraned optmzaton problems, choose the best feasble soluton and update the one n the eternal pool f necessary. If no feasble soluton s found, no updatng s performed. For multmodal problems multple global solutons may est. In order to fnd these solutons n a sngle run, several dfferent eltes are saved n the eternal pool. To dentfy these global solutons durng ES search, a crteron to dfferentate dfferent solutons s establshed as follows. n el el el, k j, k d (, j) = ( ) ε U L el (8) k = k k where d el (, j) s the normalzed dstance el el between elte and elte j., k and j, k are the kth desgn varable for the th and the jth eltes, U L respectvely. and are the upper and lower k bound for the kth desgn varable, respectvely. k ε el s a small value gven by users. If the nequalty s satsfed, the two ndvduals and j are though to be two dfferent solutons and saved n the eternal pool separately. Otherwse, they are the same soluton. (7) Based on objectve functon value and constrant volaton, select the best μ ndvduals to enter the net generaton. For unconstraned mnmzaton optmzaton problems, put the λ ndvduals n ascendng order based on ther objectve functon values. The frst μ ndvduals are chosen to enter the net generaton. For constraned optmzaton problems, the selecton rules wll be dscussed n the net secton. (8) If the mamum number of generaton s reached, go to step (9). Otherwse, go to step (). (9)Use the sequental quadratc programmng(sqp) to fnd the eact solutons. The startng ponts for SQP are those ndvduals saved n the eternal elte pool. (0)Determne the global soluton(s). The best soluton or solutons resulted from SQP or ES search are taken as the global solutons. Selecton Steps for Constraned Problems The selecton rules for constraned problems n GOES are eecuted n the followng order. ()Select feasble soluton to enter the net generaton frst. If the number of feasble soluton s greater than μ, select the best μ ndvduals accordng to ther objectve functon values. If the number of feasble soluton s less than μ, select all feasble solutons frst and go to step (). ISSN: Issue, Volume 7, May 008

4 Tng-Yu Chen, Y Lang Cheng ()For nfeasble solutons compute the normalzed volaton for each volated constrant. Dvde the nfeasble solutons nto several ranks based on the domnaton check of constrant volaton. The domnaton check proceeds as follows: For any two ndvduals A and B, f every constrant volaton of A s less than that of B, then B s domnated by A. Otherwse, A and B do not domnate each other. Perform domnaton check on all nfeasble solutons usng the normalzed volatons to fnd the non-domnated ones. These nfeasble solutons are assgned to the frst rank. Repeat the domnaton check for the rest nfeasble solutons to allocate them to other ranks. The hgher the rank s, the less the overall constrant volaton. Go to step (). ()Select nfeasble ndvduals from rank one frst. If the number of ndvduals n rank one s less than the requred number to fll up μ, go to rank two and repeat ths process untl the requred number μ s reached. If the number of ndvduals n the lowest rank used to fll up μ s greater than the requred number, use objectve functon values to determne the ones to be selected. Fg. s the flow chart of GOES algorthm. mn. subject to ) = a( + e( 0 f )cos( ) + e b 0 + c d) (9) where a =, b =. (π ), c = π, d = 6, e =0, f = (8π ) Fg. shows the contour of the objectve functon. Clearly t has three global solutons. Table shows the solutons of ths problem. In order to understand the capablty of GOES to fnd all global solutons n a sngle run, the algorthm s run 00 tmes wth dfferent ntal populaton. In Table the fracton wthn the parentheses under ES n the second column means that n 9 tmes GOES algorthm fnds all three global solutons. For the other 7 tmes two of the three global solutons are found. That s for ths partcular problem GOES has 9% of chance to fnd all three global solutons n a sngle run and 7% of chance to fnd two of the three solutons. The reason for falng to fnd all three solutons s sometmes ES search fal to cover all three areas that contan the global solutons. The rest data n the table gve results obtaned by usng SQP only. The SQP solver s eecuted 00 tmes wth dfferent ntal pnts. The SQP solver successfully fnds the global soluton from any ntal pont. However for any sngle run of SQP t can only fnd one of the three global solutons. Although GOES can not guarantee fndng all global solutons n any sngle run, ts advantage over gradent-based method s apparent. Fg. Flow chart of GOES Numercal Eamples Eght test problems ncludng four unconstraned and four constraned problems are used to test the proposed algorthm. The global solutons are found for all test problems. Problem : Brann RCOS functon[8] Ths unconstraned optmzaton problem s formulated as follows: Fg. Brann RCOS functon ISSN: Issue, Volume 7, May 008

5 Tng-Yu Chen, Y Lang Cheng Table Global solutons of Brann RCOS functon Eact Soluton ES Global (9/00) -π π OBJ Table (contnued) GOES SQP (0/00) (/00) (6/00) π π OBJ Problem : Bumpy functon[9] Ths s another unconstraned optmzaton problem. The mathematcal formulaton of ths problem s gven below. ma. subjectto ) = (cos + cos cos cos ) + (0) Fg. shows the contour of the functon. Although t has only one global soluton, t also has many local solutons. To solve ths type of problem usng gradent-based solver only, at most of tme local solutons wll be found. Table lsts the solutons by GOES and other papers. In ths table Lee s approach was called reproducng kernel appromaton method usng genetc algorthms. The GA soluton at the last column n Table was also provded by Lee s paper. The hardware used by Lee was personal computer wth Pentum CPU GHz and DDR Ram GB whch s the same as we use. It s clear that the soluton found by GOES s closest to the eact soluton. The number of functon evaluatons and the CPU tme s also the least one of the three. Fg. Bumpy functon Table Global solutons of Bumpy functon Eact Soluton[9] GOES Lee[0] GA [0] OBJ No.e NA* tme(s) NA* < No.e s number of functon evaluatons tme(s) s CPS tme(sec) NA* s not avalable Problem : Ackley functon[] Ths unconstraned optmzaton problem s defned as mn. subject to. ) = 0e ( + ) 0.[cos(π ) + cos(π ) 0 0 e () Fg. s the contour of ths functon. It s clear that ths problem has a sngle global soluton surrounded by many local solutons. Ths ncreases the dffculty of fndng the global soluton. Table gves the solutons of ths problem. Agan the soluton by GOES s closest to the eact soluton and the CPU tme s the least one compared wth the other two solutons e ISSN: Issue, Volume 7, May 008

6 Tng-Yu Chen, Y Lang Cheng Fg. 6 Rastrgn functon Fg. Ackley functon Table Global solutons of Ackley functon Eact Soluton[] GOES Lee[0] GA [0] OBJ No.e NA* tme(s) NA* < 86 Problem : Rastrgn functon[] Ths unconstraned optmzaton problem s formulated as follows. Table Global solutons of Rastrgn Functon Eact Soluton[] GOES Lee[0] GA [0] 0 -.0E E OBJ E No.e NA* tme(s) NA* < 09 Problem : Ths constraned optmzaton problem s formulated as follows: 9 mn. F ( ) = y = = mn. ) = 0+ subject to + 0[cos(π ) + cos(π () Fg. 6 shows the multmodal nature of the problem. Table gves the solutons found by GOES and other papers. It s clear that GOES fnds the best soluton compared wth other methods. Also the CPU tme spent by GOES s less than those of the other two methods. )] subject to g( ) + + y6 + y7 g( ) 8+ y6 g( ) + + y6 + y8 g( ) 8 + y7 g( ) + + y7 + y8 g6( ) 8+ y8 g7( ) y+ y6 g8( ) y y+ y7 g ( ) y y + y 9 8 0, =,,,, () Ths problem contanng desgn varables and 9 constrants s from Floudas and Pardalos s book[]. Two sets of solutons are gven n Table. ISSN: Issue, Volume 7, May 008

7 Tng-Yu Chen, Y Lang Cheng Part (A) n Table shows the eact soluton of the problem and the soluton by GOES. Apparently GOES ddn t fnd the global soluton of ths problem. However, f the recombnaton formula used n GOES s changed from equaton () to equaton () or (H) n equaton (), GOES stll can fnd the global soluton shown n Part (B). Therefore the recombnaton formulas n evoluton strategy may produce dfferent results for dfferent problems. Further researches on recombnaton formulas may be needed. Table Global solutons of problem (A) (B) Eact ES GOES ES GOES Soluton[6] GLOBAL Eqn() Eqn(B) Eqn() Eqn(B) Eqn() y y y y y y y y y OBJ No.e NA* tme(s) < < Problem 6: The formulaton of the problem s gven below. Mn ) = e Subject () to h ( ) h ( ) = 0, h ( ) + =,.., =,.., =,, + = 0, Ths problem was provded by Hock and Schttkows[]. Three recombnaton formulas (), () and (B) are used to test GOES and the results are shown n Table 6. Part (A) n Table 6 contans the eact global soluton and the soluton from GOES by usng recombnaton formula (). Part (B) lsts the results by usng recombnaton formulas (B) and (). It s seen that all three formulas fnd the global soluton. The man dfference between ths problem and other test problems s t has three equalty constrants. In general equalty constrants are hard to satsfy. Therefore t s observed that at the end of ES search none of the three solutons are close to the global soluton. But SQP search eventually manages to lead the way to the global soluton. Ths eample problem further proves that the ntegraton of evolutonary computaton wth gradent-based search method can have a better chance to fnd the eact global soluton. Table 6 Global solutons of problem 6 (A) (B) Eact Soluton[] ES GOES ES GOES GLOBAL Eqn() Eqn(B) Eqn() Eqn (B) Eqn() OBJ No.e tme(s) NA* ISSN: Issue, Volume 7, May 008

8 Tng-Yu Chen, Y Lang Cheng Problem 7: C-Bumpy functon[9] The objectve functon of ths problem s the same as problem. But two constrants are added. The optmzaton problem s defned as ma. ) = cos subject to cos 0, 0, cos + g( ) > 0.7, g ( ) +, cos () Fg. 7 shows the global and local solutons of the problem. Table 7 gves the solutons obtaned by varous approaches. Agan GOES yelds better soluton than solutons by other methods. The computatonal tme s also the least one. mn. ) = subject to g ( ) g ( ) g( ) g ( ) 9, 90 g ( ) 0 g ( ) 78 (6), , , 7 The optmum solutons are lsted n Table 8. The objectve functon value from Coello s soluton s the smallest one. But one of the constrants s not satsfed, the soluton s an nfeasble soluton. The best feasble soluton s obtaned by Homafar. Hs approach used genetc algorthm wth penalty functon approach. The soluton by GOES s the second best one and the result s very close to Homafar s soluton. The CPU tme for GOES s also the least one n the known data. Table 8 Global solutons of Hmmeblau functon GOES Lee[0] DPF[0] APF[0] Homafar[6] Fg. 7 C-Bumpy functon Table 7 Global solutons of Bumpy functon Eact GOES Lee[0] DPF[0] APF[0] Soluton[9] OBJ No.e NA* tme(s) NA* < OBJ No.e NA* tme(s) < 8 NA* Problem 8: Hmmeblau problem[] Ths constraned optmzaton problem havng fve desgn varables s defned as ISSN: Issue, Volume 7, May 008

9 Tng-Yu Chen, Y Lang Cheng Table 8(contnued) Gen [7] Hmmelblau[] Coello[8] OBJ No.e NA* NA* NA* tme(s) NA* NA* NA* 6 Concluson The proposed global optmzaton algorthm GOES usng hybrd approach of ES plus SQP has been proved to be successful n solvng 8 test problems. For most test problems the proposed method not only fnds the best soluton compared wth other methods but also spends the least computatonal tme. References: []Z. Tu and Y. Lu, A robust stochastc genetc algorthm(stga) for global numercal optmzaton, IEEE Transactons on Evolutonary Computaton, Vol. 8, No., 00, pp []M. D. Toksar, Ant colony optmzaton for fndng the global mnmum, Appled Mathematcs and Computaton, vol. 76, 006, pp []J.J. Lang, A.K. Qn, P.N. Suganthan and S. Baskar, Comprehensve learnng partcle swarm optmzer for global optmzaton of multmodal functons, IEEE transactons on Evolutonary Computaton, Vol. 0, No., 006, pp [] Q. Zhang, J. Sun, E. Tsang and J, Ford, Hybrd estmaton of dstrbuton algorthm for global optmzaton, Engneerng Computatons, Vol., No., 00, pp []I. Rechenberg, Evolutonsstratege: Optmerung technsher systeme nach prnzpen der bologschen evoluton, Frommann-Holzboog Verlag, Stuttgart, 97. [6]H.-P. Schwefel, Numercal optmzaton of computer models, John Wley & sons Ltd, Chchester, U.K, 977. [7]H.C. Chen, Dscrete and med-varable evoluton strategy, Master s thess, Department of Mechancal Engneerng, Natonal Chung Hsng Unversty, Tawan, 006. [8] Z. Mchalewcz, Genetc algorthms + Data structures = Evoluton program, thrd edton, Sprnger-Verlag, 996. [9] A. J. Keane, Eperences wth optmzers n structural desgn, Proc. Conf. Adaptve Computng n Engneerng Desgn and Control, 99, pp. -7, [0]C.C. Lee, Reproducng kernel appromaton method for structural optmzaton usng genetc algorthms, Ph D dssertaton, Natonal Tawan Unversty, 006. [] J. Branke and C.Schmdt, Faster convergence by means of ftness estmaton, Soft Computng, Vol. 9, 00, pp. -0. []D. Buche, N.N. Schraudolph and P. Koumoutsakos, Acceleratng evolutonary algorthms wth Guassan process ftness functon models, IEEE transactons on Systems, Man, and cybernetcs-part C: Applcatons and Revews, Vol., No., 00, pp [] C. A. Floudas and P. M. Pardalos, Recent advances n global optmzaton, Prnceton Seres n Computer Scence, Prnceton Unversty Press, Prnceton, NJ, 99. [] W. Hock and K. Schttkows, Test eamples for nonlnear programmng codes, Lecture Notes n Economcs and Mathematcal Systems, Vol. 87, Sprnger-Verlag, 98. []D.M. Hmmebleau, Appled nonlnear programmng, McGraw-Hll, New York, 97. [6]A. Homafar, S.H.Y. La and X. Q, Constraned optmzaton va genetc algorthms, Smulaton, Vol. 6, No., 99, pp. -. [7] M. Gen and R. Cheng, A survey of penalty technques n genetc algorthms, In Tosho Fukuda and Takesh Furuhash, edtors, Proceedngs of the 996 Internatonal Conference on Evolutonary Computaton IEEE, Nagoya, Japan, 996, pp [8] C. A. C. Coello, Self-adaptve penaltes for GA-based optmzaton, Evolutonary Computaton, Vol., 999, pp ISSN: Issue, Volume 7, May 008

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization 26 IEEE Congress on Evolutonary Computaton Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-21, 26 Self-adaptve Dfferental Evoluton Algorthm for Constraned Real-Parameter Optmzaton V.

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

Some modelling aspects for the Matlab implementation of MMA

Some modelling aspects for the Matlab implementation of MMA Some modellng aspects for the Matlab mplementaton of MMA Krster Svanberg krlle@math.kth.se Optmzaton and Systems Theory Department of Mathematcs KTH, SE 10044 Stockholm September 2004 1. Consdered optmzaton

More information

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES J. FEDERICO RAMÍREZ AND OLAC FUENTES Insttuto Naconal de Astrofísca, Óptca y Electrónca Lus Enrque Erro # 1 Santa María Tonanzntla, Puebla, 784, Méxco framrez@cseg.naoep.mx,

More information

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition Sngle-Faclty Schedulng over Long Tme Horzons by Logc-based Benders Decomposton Elvn Coban and J. N. Hooker Tepper School of Busness, Carnege Mellon Unversty ecoban@andrew.cmu.edu, john@hooker.tepper.cmu.edu

More information

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study Internatonal Conference on Systems, Sgnal Processng and Electroncs Engneerng (ICSSEE'0 December 6-7, 0 Duba (UAE Solvng of Sngle-objectve Problems based on a Modfed Multple-crossover Genetc Algorthm: Test

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

MODIFIED PREDATOR-PREY (MPP) ALGORITHM FOR CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION

MODIFIED PREDATOR-PREY (MPP) ALGORITHM FOR CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION EVOLUTIONARY METHODS FOR DESIGN, OPTIMIZATION AND CONTROL T. Burczynsk and J. Péraux (Eds.) CIMNE, Barcelona, Span 29 MODIFIED PREDATOR-PREY () ALGORITHM FOR CONSTRAINED MULTI-OBJECTIVE OPTIMIZATION Souma

More information

OPTIMISATION. Introduction Single Variable Unconstrained Optimisation Multivariable Unconstrained Optimisation Linear Programming

OPTIMISATION. Introduction Single Variable Unconstrained Optimisation Multivariable Unconstrained Optimisation Linear Programming OPTIMIATION Introducton ngle Varable Unconstraned Optmsaton Multvarable Unconstraned Optmsaton Lnear Programmng Chapter Optmsaton /. Introducton In an engneerng analss, sometmes etremtes, ether mnmum or

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm Chapter Real-Coded Adaptve Range Genetc Algorthm.. Introducton Fndng a global optmum n the contnuous doman s challengng for Genetc Algorthms (GAs. Tradtonal GAs use the bnary representaton that evenly

More information

arxiv: v1 [math.oc] 3 Aug 2010

arxiv: v1 [math.oc] 3 Aug 2010 arxv:1008.0549v1 math.oc] 3 Aug 2010 Test Problems n Optmzaton Xn-She Yang Department of Engneerng, Unversty of Cambrdge, Cambrdge CB2 1PZ, UK Abstract Test functons are mportant to valdate new optmzaton

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

CIS526: Machine Learning Lecture 3 (Sept 16, 2003) Linear Regression. Preparation help: Xiaoying Huang. x 1 θ 1 output... θ M x M

CIS526: Machine Learning Lecture 3 (Sept 16, 2003) Linear Regression. Preparation help: Xiaoying Huang. x 1 θ 1 output... θ M x M CIS56: achne Learnng Lecture 3 (Sept 6, 003) Preparaton help: Xaoyng Huang Lnear Regresson Lnear regresson can be represented by a functonal form: f(; θ) = θ 0 0 +θ + + θ = θ = 0 ote: 0 s a dummy attrbute

More information

CHAPTER 7 CONSTRAINED OPTIMIZATION 2: SQP AND GRG

CHAPTER 7 CONSTRAINED OPTIMIZATION 2: SQP AND GRG Chapter 7: Constraned Optmzaton CHAPER 7 CONSRAINED OPIMIZAION : SQP AND GRG Introducton In the prevous chapter we eamned the necessary and suffcent condtons for a constraned optmum. We dd not, however,

More information

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow 1 Dfferental Evoluton Algorthm wth a Modfed Archvng-based Adaptve Tradeoff Model for Optmal Power Flow 2 Outlne Search Engne Constrant Handlng Technque Test Cases and Statstcal Results 3 Roots of Dfferental

More information

Optimum Design of Steel Frames Considering Uncertainty of Parameters

Optimum Design of Steel Frames Considering Uncertainty of Parameters 9 th World Congress on Structural and Multdscplnary Optmzaton June 13-17, 211, Shzuoka, Japan Optmum Desgn of Steel Frames Consderng ncertanty of Parameters Masahko Katsura 1, Makoto Ohsak 2 1 Hroshma

More information

An Adaptive Learning Particle Swarm Optimizer for Function Optimization

An Adaptive Learning Particle Swarm Optimizer for Function Optimization An Adaptve Learnng Partcle Swarm Optmzer for Functon Optmzaton Changhe L and Shengxang Yang Abstract Tradtonal partcle swarm optmzaton (PSO) suffers from the premature convergence problem, whch usually

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

More information

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM Internatonal Conference on Ceramcs, Bkaner, Inda Internatonal Journal of Modern Physcs: Conference Seres Vol. 22 (2013) 757 761 World Scentfc Publshng Company DOI: 10.1142/S2010194513010982 FUZZY GOAL

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

On the Interval Zoro Symmetric Single-step Procedure for Simultaneous Finding of Polynomial Zeros

On the Interval Zoro Symmetric Single-step Procedure for Simultaneous Finding of Polynomial Zeros Appled Mathematcal Scences, Vol. 5, 2011, no. 75, 3693-3706 On the Interval Zoro Symmetrc Sngle-step Procedure for Smultaneous Fndng of Polynomal Zeros S. F. M. Rusl, M. Mons, M. A. Hassan and W. J. Leong

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

Lecture 14: Bandits with Budget Constraints

Lecture 14: Bandits with Budget Constraints IEOR 8100-001: Learnng and Optmzaton for Sequental Decson Makng 03/07/16 Lecture 14: andts wth udget Constrants Instructor: Shpra Agrawal Scrbed by: Zhpeng Lu 1 Problem defnton In the regular Mult-armed

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

Constrained Evolutionary Programming Approaches to Power System Economic Dispatch

Constrained Evolutionary Programming Approaches to Power System Economic Dispatch Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 16-18, 2005 (pp160-166) Constraned Evolutonary Programmng Approaches to Power System Economc Dspatch K. Shant Swarup

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

More information

An Admission Control Algorithm in Cloud Computing Systems

An Admission Control Algorithm in Cloud Computing Systems An Admsson Control Algorthm n Cloud Computng Systems Authors: Frank Yeong-Sung Ln Department of Informaton Management Natonal Tawan Unversty Tape, Tawan, R.O.C. ysln@m.ntu.edu.tw Yngje Lan Management Scence

More information

Computing Correlated Equilibria in Multi-Player Games

Computing Correlated Equilibria in Multi-Player Games Computng Correlated Equlbra n Mult-Player Games Chrstos H. Papadmtrou Presented by Zhanxang Huang December 7th, 2005 1 The Author Dr. Chrstos H. Papadmtrou CS professor at UC Berkley (taught at Harvard,

More information

4DVAR, according to the name, is a four-dimensional variational method.

4DVAR, according to the name, is a four-dimensional variational method. 4D-Varatonal Data Assmlaton (4D-Var) 4DVAR, accordng to the name, s a four-dmensonal varatonal method. 4D-Var s actually a drect generalzaton of 3D-Var to handle observatons that are dstrbuted n tme. The

More information

Economic dispatch solution using efficient heuristic search approach

Economic dispatch solution using efficient heuristic search approach Leonardo Journal of Scences Economc dspatch soluton usng effcent heurstc search approach Samr SAYAH QUERE Laboratory, Faculty of Technology, Electrcal Engneerng Department, Ferhat Abbas Unversty, Setf

More information

Thin-Walled Structures Group

Thin-Walled Structures Group Thn-Walled Structures Group JOHNS HOPKINS UNIVERSITY RESEARCH REPORT Towards optmzaton of CFS beam-column ndustry sectons TWG-RR02-12 Y. Shfferaw July 2012 1 Ths report was prepared ndependently, but was

More information

Credit Card Pricing and Impact of Adverse Selection

Credit Card Pricing and Impact of Adverse Selection Credt Card Prcng and Impact of Adverse Selecton Bo Huang and Lyn C. Thomas Unversty of Southampton Contents Background Aucton model of credt card solctaton - Errors n probablty of beng Good - Errors n

More information

THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS

THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS Nnth Internatonal IBPSA Conference Montréal, Canada August 5-8, 2005 THE ROBUSTNESS OF GENETIC ALGORITHMS IN SOLVING UNCONSTRAINED BUILDING OPTIMIZATION PROBLEMS Jonathan Wrght, and Al Alajm Department

More information

Problem Set 9 Solutions

Problem Set 9 Solutions Desgn and Analyss of Algorthms May 4, 2015 Massachusetts Insttute of Technology 6.046J/18.410J Profs. Erk Demane, Srn Devadas, and Nancy Lynch Problem Set 9 Solutons Problem Set 9 Solutons Ths problem

More information

Exercises of Chapter 2

Exercises of Chapter 2 Exercses of Chapter Chuang-Cheh Ln Department of Computer Scence and Informaton Engneerng, Natonal Chung Cheng Unversty, Mng-Hsung, Chay 61, Tawan. Exercse.6. Suppose that we ndependently roll two standard

More information

A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM

A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM IJCMA: Vol. 6, No. 1, January-June 2012, pp. 1-19 Global Research Publcatons A HYBRID DIFFERENTIAL EVOLUTION -ITERATIVE GREEDY SEARCH ALGORITHM FOR CAPACITATED VEHICLE ROUTING PROBLEM S. Kavtha and Nrmala

More information

A Hybrid Co-evolutionary Particle Swarm Optimization Algorithm for Solving Constrained Engineering Design Problems

A Hybrid Co-evolutionary Particle Swarm Optimization Algorithm for Solving Constrained Engineering Design Problems JOURNL OF COMPUERS VOL 5 NO 6 JUNE 00 965 Hybrd Co-evolutonary Partcle Optmzaton lgorthm for Solvng Constraned Engneerng Desgn Problems Yongquan Zhou Shengyu Pe College of Mathematcs and Computer Scence

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods Indan Journal of Scence and Technology Entropy Generaton Mnmzaton of Pn Fn Heat Snks by Means of Metaheurstc Methods Amr Jafary Moghaddam * and Syfollah Saedodn Department of Mechancal Engneerng, Semnan

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals Smultaneous Optmzaton of Berth Allocaton, Quay Crane Assgnment and Quay Crane Schedulng Problems n Contaner Termnals Necat Aras, Yavuz Türkoğulları, Z. Caner Taşkın, Kuban Altınel Abstract In ths work,

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach A Bayes Algorthm for the Multtask Pattern Recognton Problem Drect Approach Edward Puchala Wroclaw Unversty of Technology, Char of Systems and Computer etworks, Wybrzeze Wyspanskego 7, 50-370 Wroclaw, Poland

More information

CHAPTER 2 MULTI-OBJECTIVE GENETIC ALGORITHM (MOGA) FOR OPTIMAL POWER FLOW PROBLEM INCLUDING VOLTAGE STABILITY

CHAPTER 2 MULTI-OBJECTIVE GENETIC ALGORITHM (MOGA) FOR OPTIMAL POWER FLOW PROBLEM INCLUDING VOLTAGE STABILITY 26 CHAPTER 2 MULTI-OBJECTIVE GENETIC ALGORITHM (MOGA) FOR OPTIMAL POWER FLOW PROBLEM INCLUDING VOLTAGE STABILITY 2.1 INTRODUCTION Voltage stablty enhancement s an mportant tas n power system operaton.

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

Lecture 16 Statistical Analysis in Biomaterials Research (Part II)

Lecture 16 Statistical Analysis in Biomaterials Research (Part II) 3.051J/0.340J 1 Lecture 16 Statstcal Analyss n Bomaterals Research (Part II) C. F Dstrbuton Allows comparson of varablty of behavor between populatons usng test of hypothess: σ x = σ x amed for Brtsh statstcan

More information

A Novel Evolutionary Algorithm for Capacitor Placement in Distribution Systems

A Novel Evolutionary Algorithm for Capacitor Placement in Distribution Systems DOI.703/s40707-013-0003-x STF Journal of Engneerng Technology (JET), Vol. No. 3, Dec 013 A Novel Evolutonary Algorthm for Capactor Placement n Dstrbuton Systems J-Pyng Chou and Chung-Fu Chang Abstract

More information

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD

CHAPTER 7 STOCHASTIC ECONOMIC EMISSION DISPATCH-MODELED USING WEIGHTING METHOD 90 CHAPTER 7 STOCHASTIC ECOOMIC EMISSIO DISPATCH-MODELED USIG WEIGHTIG METHOD 7.1 ITRODUCTIO early 70% of electrc power produced n the world s by means of thermal plants. Thermal power statons are the

More information

A SEPARABLE APPROXIMATION DYNAMIC PROGRAMMING ALGORITHM FOR ECONOMIC DISPATCH WITH TRANSMISSION LOSSES. Pierre HANSEN, Nenad MLADENOVI]

A SEPARABLE APPROXIMATION DYNAMIC PROGRAMMING ALGORITHM FOR ECONOMIC DISPATCH WITH TRANSMISSION LOSSES. Pierre HANSEN, Nenad MLADENOVI] Yugoslav Journal of Operatons Research (00) umber 57-66 A SEPARABLE APPROXIMATIO DYAMIC PROGRAMMIG ALGORITHM FOR ECOOMIC DISPATCH WITH TRASMISSIO LOSSES Perre HASE enad MLADEOVI] GERAD and Ecole des Hautes

More information

Which Separator? Spring 1

Which Separator? Spring 1 Whch Separator? 6.034 - Sprng 1 Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng Whch Separator? Mamze the margn to closest ponts 6.034 - Sprng 3 Margn of a pont " # y (w $ + b) proportonal

More information

Very Large Scale Continuous and Discrete Variable. Woptimization,

Very Large Scale Continuous and Discrete Variable. Woptimization, Very Large Scale Contnuous and Dscrete Varable Optmzaton Garret N. Vanderplaats * Vanderplaats Research & Development, Inc. 1767 S. 8 th Street Colorado Sprngs, CO 80906 An optmzaton algorthm s presented

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

More information

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints

Evolutionary Computational Techniques to Solve Economic Load Dispatch Problem Considering Generator Operating Constraints Internatonal Journal of Engneerng Research and Applcatons (IJERA) ISSN: 48-96 Natonal Conference On Advances n Energy and Power Control Engneerng (AEPCE-K1) Evolutonary Computatonal Technques to Solve

More information

Erratum: A Generalized Path Integral Control Approach to Reinforcement Learning

Erratum: A Generalized Path Integral Control Approach to Reinforcement Learning Journal of Machne Learnng Research 00-9 Submtted /0; Publshed 7/ Erratum: A Generalzed Path Integral Control Approach to Renforcement Learnng Evangelos ATheodorou Jonas Buchl Stefan Schaal Department of

More information

CS-433: Simulation and Modeling Modeling and Probability Review

CS-433: Simulation and Modeling Modeling and Probability Review CS-433: Smulaton and Modelng Modelng and Probablty Revew Exercse 1. (Probablty of Smple Events) Exercse 1.1 The owner of a camera shop receves a shpment of fve cameras from a camera manufacturer. Unknown

More information

HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE

HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE Internatonal Journal of Fuzzy Logc Systems (IJFLS) Vol.2, No., February 22 HYBRID FUZZY MULTI-OBJECTIVE EVOLUTIONARY ALGORITHM: A NOVEL PARETO-OPTIMIZATION TECHNIQUE Amt Saraswat and Ashsh San 2 Department

More information

Lecture 13 APPROXIMATION OF SECOMD ORDER DERIVATIVES

Lecture 13 APPROXIMATION OF SECOMD ORDER DERIVATIVES COMPUTATIONAL FLUID DYNAMICS: FDM: Appromaton of Second Order Dervatves Lecture APPROXIMATION OF SECOMD ORDER DERIVATIVES. APPROXIMATION OF SECOND ORDER DERIVATIVES Second order dervatves appear n dffusve

More information

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search

Optimal Solution to the Problem of Balanced Academic Curriculum Problem Using Tabu Search Optmal Soluton to the Problem of Balanced Academc Currculum Problem Usng Tabu Search Lorna V. Rosas-Téllez 1, José L. Martínez-Flores 2, and Vttoro Zanella-Palacos 1 1 Engneerng Department,Unversdad Popular

More information

Self-Adaptive Simulated Binary Crossover for Real-Parameter Optimization

Self-Adaptive Simulated Binary Crossover for Real-Parameter Optimization Self-Adaptve Smulated Bnary Crossover for Real-Parameter Optmzaton Kalyanmoy Deb Dept. of Mechancal Engneerng Indan Inst. of Tech. Kanpur Kanpur, PIN 20806, Inda deb@tk.ac.n S. Karthk Dept. of Mechancal

More information

Multi-Objective Evolutionary Programming for Economic Emission Dispatch Problem

Multi-Objective Evolutionary Programming for Economic Emission Dispatch Problem Mult-Objectve Evolutonary Programmng for Economc Emsson Dspatch Problem P. Venkatesh and Kwang. Y.Lee, Fellow, IEEE Abstract--Ths paper descrbes a new Mult-Objectve Evolutonary Programmng (MOEP) method

More information

SOLVING CAPACITATED VEHICLE ROUTING PROBLEMS WITH TIME WINDOWS BY GOAL PROGRAMMING APPROACH

SOLVING CAPACITATED VEHICLE ROUTING PROBLEMS WITH TIME WINDOWS BY GOAL PROGRAMMING APPROACH Proceedngs of IICMA 2013 Research Topc, pp. xx-xx. SOLVIG CAPACITATED VEHICLE ROUTIG PROBLEMS WITH TIME WIDOWS BY GOAL PROGRAMMIG APPROACH ATMII DHORURI 1, EMIUGROHO RATA SARI 2, AD DWI LESTARI 3 1Department

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM

DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM Ganj, Z. Z., et al.: Determnaton of Temperature Dstrbuton for S111 DETERMINATION OF TEMPERATURE DISTRIBUTION FOR ANNULAR FINS WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY BY HPM by Davood Domr GANJI

More information

= z 20 z n. (k 20) + 4 z k = 4

= z 20 z n. (k 20) + 4 z k = 4 Problem Set #7 solutons 7.2.. (a Fnd the coeffcent of z k n (z + z 5 + z 6 + z 7 + 5, k 20. We use the known seres expanson ( n+l ( z l l z n below: (z + z 5 + z 6 + z 7 + 5 (z 5 ( + z + z 2 + z + 5 5

More information

Transient Stability Constrained Optimal Power Flow Using Improved Particle Swarm Optimization

Transient Stability Constrained Optimal Power Flow Using Improved Particle Swarm Optimization Transent Stablty Constraned Optmal Power Flow Usng Improved Partcle Swarm Optmzaton Tung The Tran and Deu Ngoc Vo Abstract Ths paper proposes an mproved partcle swarm optmzaton method for transent stablty

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions

Comparative Analysis of SPSO and PSO to Optimal Power Flow Solutions Internatonal Journal for Research n Appled Scence & Engneerng Technology (IJRASET) Volume 6 Issue I, January 018- Avalable at www.jraset.com Comparatve Analyss of SPSO and PSO to Optmal Power Flow Solutons

More information

MULTI-OBJECTIVE OPTIMUM DESIGN OF 3D STRUCTURES UNDER STATIC AND SEISMIC LOADING CONDITIONS

MULTI-OBJECTIVE OPTIMUM DESIGN OF 3D STRUCTURES UNDER STATIC AND SEISMIC LOADING CONDITIONS 4 th GRACM Congress on Computatonal Mechancs GRACM 2002 Patra, 27-29 June, 2002 GRACM MULTI-OBJECTIVE OPTIMUM DESIGN OF 3D STRUCTURES UNDER STATIC AND SEISMIC LOADING CONDITIONS Manols Papadrakaks, Nkos

More information

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017

U.C. Berkeley CS294: Beyond Worst-Case Analysis Luca Trevisan September 5, 2017 U.C. Berkeley CS94: Beyond Worst-Case Analyss Handout 4s Luca Trevsan September 5, 07 Summary of Lecture 4 In whch we ntroduce semdefnte programmng and apply t to Max Cut. Semdefnte Programmng Recall that

More information

Solving Fractional Nonlinear Fredholm Integro-differential Equations via Hybrid of Rationalized Haar Functions

Solving Fractional Nonlinear Fredholm Integro-differential Equations via Hybrid of Rationalized Haar Functions ISSN 746-7659 England UK Journal of Informaton and Computng Scence Vol. 9 No. 3 4 pp. 69-8 Solvng Fractonal Nonlnear Fredholm Integro-dfferental Equatons va Hybrd of Ratonalzed Haar Functons Yadollah Ordokhan

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

Economics 101. Lecture 4 - Equilibrium and Efficiency

Economics 101. Lecture 4 - Equilibrium and Efficiency Economcs 0 Lecture 4 - Equlbrum and Effcency Intro As dscussed n the prevous lecture, we wll now move from an envronment where we looed at consumers mang decsons n solaton to analyzng economes full of

More information

Avoiding Premature Convergence in a Mixed-Discrete Particle Swarm Optimization (MDPSO) Algorithm

Avoiding Premature Convergence in a Mixed-Discrete Particle Swarm Optimization (MDPSO) Algorithm 53rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamcs and Materals Conference20th AI 23-26 Aprl 2012, Honolulu, Hawa AIAA 2012-1678 53rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamcs and

More information

Markov Chain Monte Carlo (MCMC), Gibbs Sampling, Metropolis Algorithms, and Simulated Annealing Bioinformatics Course Supplement

Markov Chain Monte Carlo (MCMC), Gibbs Sampling, Metropolis Algorithms, and Simulated Annealing Bioinformatics Course Supplement Markov Chan Monte Carlo MCMC, Gbbs Samplng, Metropols Algorthms, and Smulated Annealng 2001 Bonformatcs Course Supplement SNU Bontellgence Lab http://bsnuackr/ Outlne! Markov Chan Monte Carlo MCMC! Metropols-Hastngs

More information

Why BP Works STAT 232B

Why BP Works STAT 232B Why BP Works STAT 232B Free Energes Helmholz & Gbbs Free Energes 1 Dstance between Probablstc Models - K-L dvergence b{ KL b{ p{ = b{ ln { } p{ Here, p{ s the eact ont prob. b{ s the appromaton, called

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

More information

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression 11 MACHINE APPLIED MACHINE LEARNING LEARNING MACHINE LEARNING Gaussan Mture Regresson 22 MACHINE APPLIED MACHINE LEARNING LEARNING Bref summary of last week s lecture 33 MACHINE APPLIED MACHINE LEARNING

More information

Pattern Classification

Pattern Classification Pattern Classfcaton All materals n these sldes ere taken from Pattern Classfcaton (nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wley & Sons, 000 th the permsson of the authors and the publsher

More information

The Expectation-Maximization Algorithm

The Expectation-Maximization Algorithm The Expectaton-Maxmaton Algorthm Charles Elan elan@cs.ucsd.edu November 16, 2007 Ths chapter explans the EM algorthm at multple levels of generalty. Secton 1 gves the standard hgh-level verson of the algorthm.

More information

Lossy Compression. Compromise accuracy of reconstruction for increased compression.

Lossy Compression. Compromise accuracy of reconstruction for increased compression. Lossy Compresson Compromse accuracy of reconstructon for ncreased compresson. The reconstructon s usually vsbly ndstngushable from the orgnal mage. Typcally, one can get up to 0:1 compresson wth almost

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method Maxmzng Overlap of Large Prmary Samplng Unts n Repeated Samplng: A comparson of Ernst s Method wth Ohlsson s Method Red Rottach and Padrac Murphy 1 U.S. Census Bureau 4600 Slver Hll Road, Washngton DC

More information