Modified Seeker Optimization Algorithm for Unconstrained Optimization Problems

Size: px
Start display at page:

Download "Modified Seeker Optimization Algorithm for Unconstrained Optimization Problems"

Transcription

1 Modfed Seeker Optmzaton Algorthm for Unconstraned Optmzaton Problems Ivona BRAJEVIC Mlan TUBA Faculty of Mathematcs Faculty of Computer Scence Unversty of Belgrade Megatrend Unversty Belgrade Studentsk trg 16 Bulevar umetnost 29 SERBIA SERBIA Abstract: - Seeker optmzaton algorthm (SOA) s a novel search algorthm based on smulatng the act of human searchng, whch has been shown to be a promsng canddate among search algorthms for unconstraned functon optmzaton. In ths artcle we propose a modfed seeker optmzaton algorthm. In order to enhance the performance of SOA, our proposed approach uses two search equatons for producng new populaton and employs modfed nter-subpopulaton learnng phase of algorthm. Ths modfed algorthm has been mplemented and tested on fourteen multmodal benchmark functons and proved to be better on majorty of tested problems. Key-Words: - Unconstraned optmzaton, Seeker optmzaton algorthm, Artfcal bee colony, Nature nspred heurstcs 1 Introducton 1Optmzaton problems have the objectve to fnd mnmum or mamum of the functon under consderaton. Unconstraned optmzaton problems can be formulated as a D-dmensonal mnmzaton or mamzaton problem: mn (or ma) f(), ( 1,..., D ) R (1) where D s the number of the parameters to be optmzed. There are many populaton based metaheurstcs appled to unconstraned optmzaton problems. Genetc algorthms (GA) [1], partcle swarm optmzaton (PSO) [2], artfcal bee colony (ABC) algorthm [3], dfferental evoluton (DE) [4] and recently proposed seeker optmzaton algorthm (SOA) [5] are among the most popular metaheurstcs whch employ a populaton of ndvduals to solve the problem. The success of a populaton based method depends on ts ablty to produce proper balance between eploraton and eplotaton. The eplotaton refers to the ablty of algorthm to apply the knowledge of the prevous good solutons to better gude the search towards mprovng regons of the search space. The eplora- Ths research s supported by Mnstry of Scence, Republc of Serba, Project No D ton refers to the ablty of algorthm to nvestgate the unknown regons n the search space to dscover the global optmum. A poor balance between eploraton and eplotaton may result n a weak optmzaton method whch may suffer from premature convergence,.e. the algorthm may be trapped n a local optmum. In order to enhance the performance of SOA, we propose a modfed seeker optmzaton algorthm named MSO, whch uses two search equatons for producng new populaton and employs modfed nter-subpopulaton learnng phase of algorthm. In each teraton of the proposed algorthm a new possble soluton s produced by search equaton of artfcal bee colony (ABC) algorthm or search equaton of seeker optmzaton algorthm (SOA). The ABC algorthm developed by Karaboga and ts modfed versons were successfully appled to unconstraned and constraned optmzaton problems [3], [6], [7], [8]. Seeker optmzaton algorthm was analyzed wth a challengng set of benchmark problems for functon optmzaton, where ts performance was compared wth the performance of DE and three versons of PSO algorthms. SOA has shown better global search ablty and faster convergence speed for the most chosen benchmark problems, especally for unmodal benchmarks. For multmodal test functons the results were not very satsfactory because t was notced that for ths type of problems ISBN:

2 algorthm may be stuck at a local optmum. Snce ts nventon, SOA has been appled to solve the other knds of problems besde numercal functon optmzaton. In [9], the applcaton of the SOA to tunng the structures and parameters of artfcal neural networks s presented, whle n [10] SOAbased evolutonary method s proposed for dgtal IIR flter desgn. Also, a new optmzed model of proton echange membrane fuel cell (PEMFC) was proposed by usng SOA [11]. In ths work, our MSO algorthm was appled to multmodal test functons and ts performance was compared wth the performance of SOA. Modfed seeker optmzaton algorthm showed better performance than SOA for the majorty of tested problems. Ths paper s organzed as follows. Secton 2 presents the seeker optmzaton algorthm. Secton 3 descrbes our proposed approach. Secton 4 descrbes benchmark functons. Secton 5 presents the epermental setup adopted and test results. Our concluson s provded n secton 6. 2 Seeker optmzaton algorthm Seeker optmzaton algorthm (SOA) mmcs the behavor of human search populaton based on ther memory, eperence, uncertanty reasonng and communcaton wth each other. SOA s a populaton-based heurstc algorthm. The algorthm operates on a set of solutons called search populaton. Each ndvdual of the populaton s called a seeker or agent. The total populaton s categorzed nto three subpopulatons accordng to the ndees of the seekers. All the seekers n the same subpopulaton consttute a neghborhood whch represents the socal component for the socal sharng of nformaton. Each seeker has the followng attrbutes: the current poston t) [,,...,,..., ], where j s the j th ( 1 2 D dmenson, D s the dmenson sze and t s the number of teraton, the personal best poston p, so far, and the neghborhood best poston best g best so far. The man characterstc features of ths algorthm are the followng: 1. The algorthm uses search drecton and step length to update the postons of seekers 2. The calculaton of the search drecton s based on a compromse among egotstc behavor, altrustc behavor and pro-actveness behavor 3. Fuzzy reasonng s used to generate the step length because the uncertan reasonng of human searchng could be the best descrbed by natural lngustc varables and a smple f-else control rule: If {objectve functon value s small} (.e., condton part), then {step length s short} (.e., acton part) A search drecton d (t) and a step length (t) are separately computed for each ndvdual on each dmenson j at each teraton t, where ( t) 0 and d ( t) { 1,0,1 }. 2.1 Calculaton of the search drecton In swarm dynamc there are two etreme types of cooperatve behavor: egotstc whch s entrely pro-self and altrustc whch s entrely pro-group. Every seeker s unformly egotstc f he beleves that he should go toward hs personal best poston p, through cogntve learnng. The egotstc best behavor of each seeker may be modeled by vector called egotstc drecton d, by: d ego p ( ) (2), ego, best t In altrustc behavor, seekers want to communcate wth each other and adjust ther behavors n response to the other seekers n the same neghborhood regon for achevng the desred goal. Ths atttude of each seeker may be modeled by vector called altrustc drecton d, by: d alt g ( ) (3), alt best t where gbest represents the neghborhood best poston so far. Besde of egostc and altrustc behavor, the future behavor can be predcted and guded by the past behavor. Due to ths, the seeker may be proactve to change ts search drecton and ehbt goal-drected behavor accordng to hs past behavor. The pro-actve behavor of each seeker may be modeled by vector called pro-actveness drecton d, by: d pro, pro ( 1 t2 t ) ( ) (4) where t 1, t 2 { t, t 1, t 2}, ( t 1 ) and ( t 2 ) are the best and the worst postons n the set { ( t 2), ( t 1), ( t)} respectvely. The epresson of search drecton for the th seeker s set to the stochastc combnaton of egotstc drecton, altrustc drecton and pro-actveness drecton by: d( t) sgn( w d, pro 1 d, ego 2 d, alt ) (5) ISBN:

3 where the functon sgn ( ) s a sgnum functon on each dmenson of the nput vector, ω s the nerta weght and 1 and 2 are real numbers chosen unformly and randomly n the range [0,1]. Inerta weght s used to gradually reduce the local search effect of pro-actveness drecton d, and provde pro a balance between global and local eploraton and eplotaton. Inerta weght s lnearly decreased from 0.9 to 0.1 durng a run. 2.2 Calculaton of the step length From the vew pont of human searchng behavor, t s understood that one may fnd the near-optmal solutons n a narrower neghborhood of the pont wth lower objectve functon value and on the other hand, n a wder neghborhood of the pont wth hgher objectve functon value. To desgn a fuzzy system to be applcable to a wde range of optmzaton problems, the objectve functon values of each subpopulaton are sorted n descendng order and turned nto the sequence numbers from 1 to S as the nputs of fuzzy reasonng, where S denotes the sze of the subpopulaton to whch the seekers belong. The epresson s presented as: S I ma ( ma mn ) (6) S 1 where I s the sequence number of (t) after sortng the objectve functon values n descendng order, ma s the mamum membershp degree value whch s equal to or a lttle less than / 2 2 Bell membershp functon f ( ) e s well utlzed n the lterature to represent the acton part of the control rule. Because the membershp functon value of beyond [ 3,3 ] are less than , a mnmum membershp degree mn = s set. Moreover, the parameter δ of the Bell membershp functon s determned by : abs( mn avg ) (7) In Eq. (7), the absolute value of the nput vector as the correspondng output vector s represented by the symbol abs ( ), mn s the poston of the best seeker n the subpopulaton to whch the th seeker belongs, and s the averaged poston of the avg seekers n the same subpopulaton. The nerta weght s used to decrease the step length wth ncreasng tme step, whch mproves the search precson. In order to ntroduce the randomness n each varable and to mprove the local search capablty, the followng equaton s ntroduced to convert nto a vector wth elements as gven by: rand,1), j 1,2,... D (8) ( The acton part of the fuzzy reasonng gves the step length for each seeker by : ln( ), j 1,2,... D (9) 2.3 Implementaton of seeker optmzaton algorthm At each teraton the poston of each seeker s updated by: ( t 1) ( t) ( t) d ( t) (10) where 1,2,... SN; j 1,2,... D (SN s the number of seekers) Also, at each teraton, the current postons of the worst two ndvduals of each subpopulaton are echanged for both of the best one n each of the other two subpopulatons, whch s called ntersubpopulaton learnng. Short pseudo code of the SOA algorthm s gven below: 1. Generatng s postons unformly and randomly n search space; 2. cycle = 0; 3. Repeat 4. For = 1 to s do Computng d (t) by Eqs. (2), (3), (4) and (5); Computng (t) by Eqs. (6), (7), (8) and (9); Updatng each seeker s poston usng Eq. (10); 5. End of For 6. Evaluatng all the seekers and savng the hstorcal best poston; 7. Implementng the nter-subpopulaton learnng operaton; 8. cycle = cycle+1; 9. Untl the termnaton crteron s satsfed 3 Our proposed approach: MSO In order to enhance the performance of SOA, MSO algorthm uses two search equatons for producng new populaton: search equaton of ABC algorthm and the search equaton of seeker optmzaton algorthm. Also, MSO algorthm mplements the modfed nter-subpopulaton learnng usng the bnomal crossover operator as n [12]. At the frst step, MSO algorthm generates a randomly ISBN:

4 dstrbuted ntal populaton of SN solutons, where SN denotes the number of seekers (solutons). Each soluton X ( = 1, 2,..., SN ) s a D-dmensonal vector and D s the number of optmzaton parameters. Total populaton s dvded nto K subpopulatons accordng to the ndees of the seekers. After ntalzaton, the populaton of the solutons s subjected to repeated cycles of the search processes. Any teraton of MSO algorthm can be descrbed as followng: 1. Perform an update process for each soluton n the search populaton usng randomly selected search equaton. MSO chooses between search equaton (10) whch s used n SOA and the varant of ABC search equaton whch can be descrbed as: v ( ), f R 0.5 kj, j otherwse (11) where k s randomly chosen nde of soluton from the subpopulaton to whch the th seeker belongs, and k has to be dfferent from, j 1,2,..., D and s a random number between [-1, 1). The MSO ncluded a new control parameter whch s called behavor rate (BR) n order to select the search equaton n the followng way: If a random number between [0, 1) s less then BR the SOA search equaton s used, otherwse Eq.(11) s performed. 2. Evaluatng all the seekers and savng the hstorcal best poston. 3. The modfed nter-subpopulaton learnng s mplemented as follows: The postons of seekers wth the hghest objectve functon values of each subpopulaton l are combned wth the postons of seekers wth the lowest objectve functon values of (l+t) mod K subpopulatons respectvely, where t=1,2,.. NSC. NSC denotes the number of the worst seekers of each populaton whch are combned wth the best seekers. The approprate seekers are combned usng the followng bnomal crossover operator as epressed n: ln j, worst In Eq. (12), wthn [0, 1), jbest, f R j 0.5 (12) l j worst, otherwse n, R j s a unformly random real number, s denoted as the j th varable j l n worst of the n th worst poston n the l th subpopulaton, s the j th varable of the best poston n the th j best subpopulaton. Addtonally, we ncluded a new parameter whch we named nter-subpopulaton learnng ncrease perod (ILIP). After ILIP teratons the number of the worst seekers of each subpopulatons whch are combned wth the best seekers s ncreased to 2* NSC. We can conclude that n MSO algorthm we have three new control parameters n comparson wth the orgnal SOA: the behavor rate (BR), the number of seekers of each subpopulaton for combnaton (NSC) and the nter-subpopulaton learnng ncrease perod (ILIP). BR parameter s used to control whch of the search equatons for producng new populaton wll be used. In MSO algorthm as n SOA, each subpopulaton s searchng for the optmal soluton usng ts own nformaton and hence the subpopulaton may trap nto local optma yeldng a premature convergence. Hence the ntersubpopulaton learnng, whch ensures that good nformaton acqured by each subpopulaton s shared among the subpopulatons, s ncluded n the algorthm. But, n the nter-subpopulaton learnng of SOA t was notced that t may not always brng the benefts for multmodal functons snce t may attract all agents toward a local optmal soluton. In MSO algorthm we ncreased the dversty of populaton by usng the crossover operator for producng new solutons. In order to provde better balance between eplotaton and eploraton abltes of algorthm, the dversty of populaton s addtonally ncreased by NSC and ILIP parameters, whch ncrease the number of seekers for combnng. 4 Benchmark functons Fourteen benchmark functons from [5] were used to test the performance of our MSO algorthm. The characterstcs of benchmark functons are gven n Table 1. D denotes the dmensonalty of the test problem, S denotes the ranges of the varables, and f mn s a functon value of the global optmum. Functons f1 - f 6 (Schwefel, Rastrgn, Ackley, Grewank, Penalzed - two functons) are multmodal functons where the number of local mnma ncreases eponentally wth the problem dmenson. Functons f 7 - f 14 (Shekel foholes, Kowalk, S-hump Camel-Back, Brann, Goldsten-Prce, Hartman famly - two functons, Shekel) are low-dmensonal functons whch have only a few local mnma. For multmodal functons, the fnal results are much more mportant than the convergence rates, snce they reflect the algorthm's ablty to escape from poor local optma and locate a good near-global optmum. ISBN:

5 D S f mn f1 30 [-500, 500] D f2 30 [-5.12, 5.12] D 0 f3 30 [-32, 32] D 0 f4 30 [-600, 600] D 0 f5 30 [-50, 50] D 0 f6 30 [-50, 50] D 0 f7 2 [-65.54, 65.54] D f8 4 [-5, 5] D 3.075E-4 f9 2 [-5, 5] D f10 2 [-5, 15] D f11 2 [-2, 2] D 3 f12 3 [0, 1] D f13 6 [0, 1] D f14 4 [0, 10] D Table 1 Characterstcs of benchmark functons 5 Parameter settngs, results and dscusson We appled our modfed seeker optmzaton (MSO) algorthm to the set of benchmark multmodal optmzaton problems. The proposed algorthm has been mplemented n Java programmng language. Tests for fourteen benchmark problems were done on a Intel(R) Core(TM) 2 Duo CPU E8500@4-GHz personal computer wth 4 GB RAM memory. The obtaned results are compared to the results obtaned by seeker optmzaton algorthm (SOA) and ts results are taken from [5]. In all eperments for the both algorthms the same sze of populaton of 100 seekers s used and the algorthms were repeated 50 runs. The mamum number of generatons (G) for each tested problem s the same for the both algorthms and ther values are lsted n Table 2. In our proposed approach the number of subpopulatons (SubpopNum) s taken 10 and the values of new control parameters are: the behavor rate (BR) s 0.4, the number of seekers of each subpopulaton for combnaton (NSC) s taken 0.2* SP/SubpopNum and the nter-subpopulaton learnng ncrease perod (ILIP) s taken 0.4*G. The comparatve results of the best, mean values and standard devatons over 50 ndependent runs of the SOA and MSO algorthm are summarzed n Table 2. The dmensons of multmodal functons wth many local mnma f1 - f 6 were all set to 30 for both algorthms. As t can be seen from Table 2, MSO algorthm acheved better results for functons f 1, f 5 and f 6, whle for functons f 2 and f 3, SOA performed better than MSO algorthm. For functon f 4, SOA has better mean value and the same best value as MSO algorthm. For functons f 7 - f 14, the number of local mnma and the dmenson are small. Functon Stats SOA MSO Best f1 Mean (G = 9 000) St. dev f2 (G = 5 000) f3 (G = 1 500) f4 (G = 2 000) f5 (G = 1 500) f6 (G = 1 500) f7 f8 (G = 4 000) f9 f10 f11 f12 f13 (G = 200) f14 Best E-00 Mean E+01 St. dev E+01 Best -4.44E E-15 Mean -4.44E E-14 St. dev E-14 Best Mean E-16 St. dev E-17 Best 3.04E E-31 Mean 1.28E E-03 St. dev 7.62E E-02 Best 2.77E E-31 Mean 1.89E E-02 St. dev 1.30E E-01 Best Mean St. dev 5.30E E-01 Best E E-04 Mean E E-04 St. dev 1.58E E-04 Best Mean St. dev 6.73E E-16 Best Mean St. dev E-14 Best 3 3 Mean St. dev 1.17E E-15 Best Mean St. dev 6.69E E-16 Best Mean St. dev E-02 Best Mean St. dev 4.72E E-09 Table 2 Comparson of SOA and MSO algorthm The results from Table 3 showed that SOA s outperformed by MSO algorthm for functons f 7, ISBN:

6 f 10, f 11, f 12 and f 14, whle SOA acheved better results for functons f 8 and f 13. Also, MSO algorthm s not statstcally dfferent from SOA for functon f 9. In [5] t was notced that for multmodal functons SOA may be stuck at a local optmum. From Table 2 t can be seen that the performance of MSO algorthm s better for the majorty of multmodal benchmarks, half of hgh-dmensonal multmodal functons and for the most of lowdmensonal multmodal functons. 6 Concluson Seeker optmzaton algorthm has been tested for a challengng set of benchmark problems for functon optmzaton. The smulaton results showed that the proposed algorthm s compettve and a promsng canddate among swarm algorthms for numercal functon optmzaton. In ths paper we presented the modfed seeker optmzaton (MSO) algorthm for unconstraned functon optmzaton. In order to avod the algorthm to trap at some local attractors MSO algorthm uses two search equatons for producng new populaton and bnomal crossover operator n the nter-subpopulaton learnng phase of algorthm. The epermental results tested on fourteen multmodal benchmark functons show that the proposed approach mproved the performance of SOA for majorty of tested functons. References: [1] J. Holland, Adaptaton n Natural and Artfcal Systems, MIT Press, Cambrdge, MA, 1992 [2] Kennedy, J., Eberhart, R.C., Partcle swarm optmzaton, Proceedngs of the 1995 IEEE Internatonal Conference on Neural Networks, Pscataway, NJ: IEEE Servce Center, 1995, pp [3] Karaboga D., Akay B., A comparatve study of Artfcal Bee Colony algorthm, Appled Mathematcs and Computaton, 2009, Volume 214, Issue 1, pp [4] K.V. Prce, R.M. Storn, J.A. Lampnen, Dfferental Evoluton: A Practcal Approach to Global Optmzaton, Sprnger-Verlag, Berln, Germany, 2005 [5] Da C., Chen W., Song Y., Zhu Y., Seeker optmzaton algorthm: a novel stochastc search algorthm for global numercal optmzaton, Journal of Systems Engneerng and Electroncs, Vol. 21, No. 2, 2010, pp [6] Zhu G, Kwong S., Gbest-guded artfcal bee colony algorthm for numercal functon optmzaton, Appled Mathematcs and Computaton, Volume 217, Issue 7, 2010, pp [7] Stanarevc N., Tuba M., Bacann N., Modfed artfcal bee colony algorthm for constraned problems optmzaton, Internatonal Journal of Mathematcal Models and Methods n Appled Scences, Volume 5, Issue 3, 2011, pp [8] Brajevc I., Tuba M., Subotc M., Performance of the mproved artfcal bee colony algorthm on standard engneerng constraned problems, Internatonal Journal of Mathematcs and Computers n Smulaton, Volume 5, Issue 2, 2011, pp [9] Da C., Chen W., Zhu Y., Jang Z., You Z., Seeker optmzaton algorthm for tunng the structure and parameters of neural networks, Neurocomputng, Volume 74, Issue 6, 2011, pp [10] Da C., Chen W., Zhu Y., Seeker optmzaton algorthm for dgtal IIR flter desgn, IEEE Transactons on Industral Electroncs, Volume 57, Issue 5, 2010, pp [11] Da C., Chen W., Cheng Z., L Q., Jang Z., Ja J.. Seeker optmzaton algorthm for global optmzaton: A case study on optmal modellng of proton echange membrane fuel cell (PEMFC), Internatonal Journal of Electrcal Power and Energy Systems, 2011, Volume 33, Issue 3, pp [12] B. Shaw, S. Ghoshal, V. Mukherjee, S. P. Ghoshal, Soluton of Economc Load Dspatch Problems by a Novel Seeker Optmzaton Algorthm, Internatonal Journal on Electrcal Engneerng and Informatcs, Vol. 3, No. 1, 2011, pp ISBN:

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

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

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

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

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

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

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

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

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

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

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

Global Optimization Using Hybrid Approach

Global Optimization Using Hybrid Approach 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

More information

A Study on Improved Cockroach Swarm Optimization Algorithm

A Study on Improved Cockroach Swarm Optimization Algorithm A Study on Improved Cockroach Swarm Optmzaton Algorthm 1 epartment of Computer Scence and Engneerng, Huaan Vocatonal College of Informaton Technology,Huaan 223003, Chna College of Computer and Informaton,

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

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

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

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

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

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

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

More information

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure IJCSI Internatonal Journal of Computer Scence Issues Vol. 10 Issue 1 No January 013 ISSN (Prnt): 1694-0784 ISSN (Onlne): 1694-0814 www.ijcsi.org 53 An Improved Partcle Swarm Optmzaton Algorthm based on

More information

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS

APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM IN FAULT DIAGNOSIS Journal of Theoretcal and Appled Informaton Technology 005-01 JATIT & LLS. All rghts reserved. ISSN: 199-8645 www.jatt.org E-ISSN: 1817-3195 APPLICATION OF RBF NEURAL NETWORK IMPROVED BY PSO ALGORITHM

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

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems The Convergence Speed of Sngle- And Mult-Obectve Immune Algorthm Based Optmzaton Problems Mohammed Abo-Zahhad Faculty of Engneerng, Electrcal and Electroncs Engneerng Department, Assut Unversty, Assut,

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

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

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

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

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1]

Outline. Communication. Bellman Ford Algorithm. Bellman Ford Example. Bellman Ford Shortest Path [1] DYNAMIC SHORTEST PATH SEARCH AND SYNCHRONIZED TASK SWITCHING Jay Wagenpfel, Adran Trachte 2 Outlne Shortest Communcaton Path Searchng Bellmann Ford algorthm Algorthm for dynamc case Modfcatons to our algorthm

More information

Conductor selection optimization in radial distribution system considering load growth using MDE algorithm

Conductor selection optimization in radial distribution system considering load growth using MDE algorithm ISSN 1 746-7233, England, UK World Journal of Modellng and Smulaton Vol. 10 (2014) No. 3, pp. 175-184 Conductor selecton optmzaton n radal dstrbuton system consderng load growth usng MDE algorthm Belal

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 Quantum Behaved Particle Swarm Optimization

A New Quantum Behaved Particle Swarm Optimization A New Quantum Behaved Partcle Swarm Optmzaton Mlle Pant Department of Paper Technology IIT Roorkee, Saharanpur Inda mllfpt@tr.ernet.n Radha Thangaraj Department of Paper Technology IIT Roorkee, Saharanpur

More information

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS CHAPTER IV RESEARCH FINDING AND DISCUSSIONS A. Descrpton of Research Fndng. The Implementaton of Learnng Havng ganed the whole needed data, the researcher then dd analyss whch refers to the statstcal data

More information

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Volume 2012, Artcle ID 207318, 11 pages do:10.1155/2012/207318 Research Artcle Adaptve Parameters for a Modfed Comprehensve Learnng Partcle Swarm

More information

Wavelet chaotic neural networks and their application to continuous function optimization

Wavelet chaotic neural networks and their application to continuous function optimization Vol., No.3, 04-09 (009) do:0.436/ns.009.307 Natural Scence Wavelet chaotc neural networks and ther applcaton to contnuous functon optmzaton Ja-Ha Zhang, Yao-Qun Xu College of Electrcal and Automatc Engneerng,

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

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems Mult-agent system based on self-adaptve dfferental evoluton for solvng dynamc optmzaton problems Aleš Čep Faculty of Electrcal Engneerng and Computer Scence Unversty of Marbor ales.cep@um.s ABSTRACT Ths

More information

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

Curve Fitting with the Least Square Method

Curve Fitting with the Least Square Method WIKI Document Number 5 Interpolaton wth Least Squares Curve Fttng wth the Least Square Method Mattheu Bultelle Department of Bo-Engneerng Imperal College, London Context We wsh to model the postve feedback

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

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007)

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007) Sldes largely based on: Rccardo Pol, James Kennedy, Tm Blackwell: Partcle swarm optmzaton. Swarm Intellgence 1(1): 33-57 (2007) Partcle Swarm Optmzaton Sldes largely based on: Rccardo Pol, James Kennedy,

More information

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space 2nd Internatonal Conference on Autonomous Robots and Agents Abstract An Extended Hybrd Genetc Algorthm for Explorng a Large Search Space Hong Zhang and Masum Ishkawa Graduate School of L.S.S.E., Kyushu

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

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

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

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

Lecture 20: November 7

Lecture 20: November 7 0-725/36-725: Convex Optmzaton Fall 205 Lecturer: Ryan Tbshran Lecture 20: November 7 Scrbes: Varsha Chnnaobreddy, Joon Sk Km, Lngyao Zhang Note: LaTeX template courtesy of UC Berkeley EECS dept. Dsclamer:

More information

Appendix B: Resampling Algorithms

Appendix B: Resampling Algorithms 407 Appendx B: Resamplng Algorthms A common problem of all partcle flters s the degeneracy of weghts, whch conssts of the unbounded ncrease of the varance of the mportance weghts ω [ ] of the partcles

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

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

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

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

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

Time-Varying Systems and Computations Lecture 6

Time-Varying Systems and Computations Lecture 6 Tme-Varyng Systems and Computatons Lecture 6 Klaus Depold 14. Januar 2014 The Kalman Flter The Kalman estmaton flter attempts to estmate the actual state of an unknown dscrete dynamcal system, gven nosy

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

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane A New Scramblng Evaluaton Scheme based on Spatal Dstrbuton Entropy and Centrod Dfference of Bt-plane Lang Zhao *, Avshek Adhkar Kouch Sakura * * Graduate School of Informaton Scence and Electrcal Engneerng,

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

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

Utilizing cumulative population distribution information in differential evolution

Utilizing cumulative population distribution information in differential evolution Utlzng cumulatve populaton dstrbuton nformaton n dfferental evoluton Yong Wang a,b, Zh-Zhong Lu a, Janbn L c, Han-Xong L d, e, Gary G. Yen f a School of Informaton Scence and Engneerng, Central South Unversty,

More information

Fuzzy Boundaries of Sample Selection Model

Fuzzy Boundaries of Sample Selection Model Proceedngs of the 9th WSES Internatonal Conference on ppled Mathematcs, Istanbul, Turkey, May 7-9, 006 (pp309-34) Fuzzy Boundares of Sample Selecton Model L. MUHMD SFIIH, NTON BDULBSH KMIL, M. T. BU OSMN

More information

The Chaotic Robot Prediction by Neuro Fuzzy Algorithm (2) = θ (3) = ω. Asin. A v. Mana Tarjoman, Shaghayegh Zarei

The Chaotic Robot Prediction by Neuro Fuzzy Algorithm (2) = θ (3) = ω. Asin. A v. Mana Tarjoman, Shaghayegh Zarei The Chaotc Robot Predcton by Neuro Fuzzy Algorthm Mana Tarjoman, Shaghayegh Zare Abstract In ths paper an applcaton of the adaptve neurofuzzy nference system has been ntroduced to predct the behavor of

More information

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation RESEARCH ARTICLE Copyrght 2015 Amercan Scentfc Publshers All rghts reserved Prnted n the Unted States of Amerca Journal of Medcal Imagng and Health Informatcs Vol. 5, 1 5, 2015 A Novel Hybrd Bat Algorthm

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

Cooperative Micro Differential Evolution for High Dimensional Problems

Cooperative Micro Differential Evolution for High Dimensional Problems Cooperatve Mcro Dfferental Evoluton for Hgh Dmensonal Problems Konstantnos E. Parsopoulos Department of Mathematcs Unversty of Patras GR 26110 Patras, Greece kostasp@math.upatras.gr ABSTRACT Hgh dmensonal

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

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

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING N. Phanthuna 1,2, F. Cheevasuvt 2 and S. Chtwong 2 1 Department of Electrcal Engneerng, Faculty of Engneerng Rajamangala

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

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification E395 - Pattern Recognton Solutons to Introducton to Pattern Recognton, Chapter : Bayesan pattern classfcaton Preface Ths document s a soluton manual for selected exercses from Introducton to Pattern Recognton

More information

A new hybrid artificial bee colony algorithm for global optimization

A new hybrid artificial bee colony algorithm for global optimization IJCSI Internatonal Journal o Computer Scence Issues, Vol., Issue, No, January ISSN (Prnt): 69-78 ISSN (Onlne): 69-8 www.ijcsi.org 87 A new hybrd artcal bee colony algorthm or global optmzaton Xangyu Kong,

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

Chapter Introduction

Chapter Introduction Unversty of Pretora etd Wle, D N (5) Chapter Objectvty of the PSOA. Introducton In scence, most physcal phenomena are nvarant. It s fundamental that mathematcal representaton of these phenomena reflects

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

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

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

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

Research Article An Enhanced Differential Evolution with Elite Chaotic Local Search

Research Article An Enhanced Differential Evolution with Elite Chaotic Local Search Computatonal Intellgence and Neuroscence Volume 215, Artcle ID 583759, 11 pages http://dx.do.org/1.1155/215/583759 Research Artcle An Enhanced Dfferental Evoluton wth Elte Chaotc Local Search Zhaolu Guo,

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

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks

Coke Ratio Prediction Based on Immune Particle Swarm Neural Networks Send Orders for Reprnts to reprnts@benthamscence.ae 576 The Open Cybernetcs & Systemcs Journal, 05, 9, 576-58 Open Access Coke Rato Predcton Based on Immune Partcle Swarm Neural Networks Yang Ka,,*, Jn

More information

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem A Hybrd Dfferental Evoluton Algorthm ame Theory for the Berth Allocaton Problem Nasser R. Sabar, Sang Yew Chong, and raham Kendall The Unversty of Nottngham Malaysa Campus, Jalan Broga, 43500 Semenyh,

More information

Analytics on Fireworks Algorithm Solving Problems with. Shift in Decision Space and Objective Space

Analytics on Fireworks Algorithm Solving Problems with. Shift in Decision Space and Objective Space Analytcs on Frewors Algorthm Solvng Problems wth Sht n ecson Space and Objectve Space Sh Cheng, Unversty o Nottngham Nngbo Chna Quande Qn, Shenzhen Unversty, Chna Yuhu Sh, X'an Jaotong-Lverpool Unversty,

More information

A MULTI-OBJECTIVE APPROACH WITH A RESTART META-HEURISTIC FOR THE LINEAR DYNAMICAL SYSTEMS INVERSE MATHEMATICAL PROBLEM

A MULTI-OBJECTIVE APPROACH WITH A RESTART META-HEURISTIC FOR THE LINEAR DYNAMICAL SYSTEMS INVERSE MATHEMATICAL PROBLEM Internatonal Journal on Informaton Technologes & Securty, 1 (vol.10), 2018 93 A MULTI-OBJECTIVE APPROACH WITH A RESTART META-HEURISTIC FOR THE LINEAR DYNAMICAL SYSTEMS INVERSE MATHEMATICAL PROBLEM 1 Ivan

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 for Non-Convex Problems of Size and Shape Optimization of Trusses

Particle Swarm Optimization for Non-Convex Problems of Size and Shape Optimization of Trusses Paper 67 Cvl-Comp Press, 2012 Proceedngs of the Eleventh Internatonal Conference on Computatonal Structures Technology, B.H.V. Toppng, (Edtor), Cvl-Comp Press, Strlngshre, Scotland Partcle Swarm Optmzaton

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

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator

Scroll Generation with Inductorless Chua s Circuit and Wien Bridge Oscillator Latest Trends on Crcuts, Systems and Sgnals Scroll Generaton wth Inductorless Chua s Crcut and Wen Brdge Oscllator Watcharn Jantanate, Peter A. Chayasena, and Sarawut Sutorn * Abstract An nductorless Chua

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

Clock-Gating and Its Application to Low Power Design of Sequential Circuits

Clock-Gating and Its Application to Low Power Design of Sequential Circuits Clock-Gatng and Its Applcaton to Low Power Desgn of Sequental Crcuts ng WU Department of Electrcal Engneerng-Systems, Unversty of Southern Calforna Los Angeles, CA 989, USA, Phone: (23)74-448 Massoud PEDRAM

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

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

Optimal Placement of Unified Power Flow Controllers : An Approach to Maximize the Loadability of Transmission Lines

Optimal Placement of Unified Power Flow Controllers : An Approach to Maximize the Loadability of Transmission Lines S. T. Jaya Chrsta Research scholar at Thagarajar College of Engneerng, Madura. Senor Lecturer, Department of Electrcal and Electroncs Engneerng, Mepco Schlenk Engneerng College, Svakas 626 005, Taml Nadu,

More information

A novel hybrid algorithm with marriage of particle swarm optimization and extremal optimization

A novel hybrid algorithm with marriage of particle swarm optimization and extremal optimization A novel hybrd algorthm wth marrage of partcle swarm optmzaton and extremal optmzaton Mn-Rong Chen 1, Yong-Za Lu 1, Q Luo 2 1 Department of Automaton, Shangha Jaotong Unversty, Shangha 200240, P.R.Chna

More information

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

Report on Image warping

Report on Image warping Report on Image warpng Xuan Ne, Dec. 20, 2004 Ths document summarzed the algorthms of our mage warpng soluton for further study, and there s a detaled descrpton about the mplementaton of these algorthms.

More information

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl

Suppose that there s a measured wndow of data fff k () ; :::; ff k g of a sze w, measured dscretely wth varable dscretzaton step. It s convenent to pl RECURSIVE SPLINE INTERPOLATION METHOD FOR REAL TIME ENGINE CONTROL APPLICATIONS A. Stotsky Volvo Car Corporaton Engne Desgn and Development Dept. 97542, HA1N, SE- 405 31 Gothenburg Sweden. Emal: astotsky@volvocars.com

More information

Optimal Placement and Sizing of DGs in the Distribution System for Loss Minimization and Voltage Stability Improvement using CABC

Optimal Placement and Sizing of DGs in the Distribution System for Loss Minimization and Voltage Stability Improvement using CABC Internatonal Journal on Electrcal Engneerng and Informatcs - Volume 7, Number 4, Desember 2015 Optmal Placement and Szng of s n the Dstrbuton System for Loss Mnmzaton and Voltage Stablty Improvement usng

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

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