Design of College Discrete Mathematics Based on Particle Swarm Optimization. Jiedong Chen1, a

Size: px
Start display at page:

Download "Design of College Discrete Mathematics Based on Particle Swarm Optimization. Jiedong Chen1, a"

Transcription

1 4th Internatonal Conference on Mechatroncs, Materals, Chemstry and Computer Engneerng (ICMMCCE 205) Desgn of College Dscrete Mathematcs Based on Partcle Swarm Optmzaton Jedong Chen, a Automotve Department, Guangdong Industry Techncal College, Chna a @qq.com Keywords: Dscrete mathematcs, Partcle swarm optmzaton, Exchange of nformaton, Mutaton operator Abstract: Amng at exploraton and development capacty, t s usually hard to acheve effectve utlzaton and balance by usng ust one algorthm, whch wll nfluence the solvng accuracy and effcency of the algorthm accordngly. Ths thess apples partcle swarm optmzaton (PSO) to dscrete mult-obectve mathematcal optmzaton, and proposes a dscrete mult-obectve optmzaton algorthm based on PSO. Ths algorthm adopts bnary mechansm to acheve the poston vector of the partcles. Meanwhle, t bulds a non-domnated soluton set to storage the researched non-domnated soluton, so as to ncrease the dversty of non-domnated solutons. The ntroductons of genetc algorthm crossover, mutaton operator replacng partcle velocty and locaton updatng have reduced the computatonal complexty. In the thess, t sets up mathematcal models for these two problems respectvely, and the expermental results show that the algorthm s effectve. Introducton Dscrete mathematcs s defned to be the core backbone currculum of computer scence by IEEE n 977. In 2004, among the fve professonal tranng plans related to computer wth tutoral certfcaton, dscrete mathematcs s the sgnfcant core currculum of three maors, whch are Computer Engneerng (CE), Computer Scence (CS) and System Engneerng (SE) [,2,3]. As the precedng currculum of specalzed courses, such as data structure, fundamentals of complng, database prncple, operatng system and artfcal ntellgence, dscrete mathematcs not only needs to provde necessary basc knowledge, but develop the students abstract thnkng ablty and logcal thnkng ablty, so as to further strengthen ther program desgn ablty. The constraned optmzaton problem of unlnear dscrete varable s the most common problem n engneerng practce. Due to ts non-convexty, there exsts a great deal of dfference between global optmal soluton and locally optonal soluton. In order to solve global optmzaton problem, people try to fnd a stochastc optmzaton algorthm whch has a lower requrement or even no requrement to obectve functon and constrant functon. The evolutonary algorthms [4,5]based on bologcal evolutonsm and heredtsm and the swarm ntellgence algorthm[6]based on botc communty behavor are proved to be effectve. Based on partcle swarm optmzaton, the thess ntroduces some expermental desgns approprately n teachng process of dscrete mathematcs, whch s not only a good verfcaton of basc theory of dscrete mathematcs, but bulds up the students operaton ablty of computer language and foreshadows the learnng of other currculum. Desgn model and dscrete varable of dscrete mathematcs Desgn model of dscrete mathematcs The relaton n the dscrete mathematcs can be represented by matrx method. Matrx can be stored by a two dmensonal array n a computer. The establshment and storage of array are ntroduced n computer language; therefore, ths part wll not be restated n ths thess, but focuses on the dscusson of the mplementaton of the algorthm. In ths thess, we assume Relaton (R) and 205. The authors - Publshed by Atlants Press 200

2 Relaton2 (R2) are both bnary relatons n the set X, where there are n elements n X. And we assume the relatonshp matrx of R and R2 are M and M2. They can not be drectly obtaned from the matrx dagram, therefore, we can realze the udgment of transtvty through the transtve closure of relatons, and the realzaton of transtve closure needs compound operaton of the relatons. Thus, the algorthm desgns of relatonshp complex operaton and closure operaton should be gven frstly. Set R and R2, and calculate relatonshp matrx M of composton relaton R of R and R2: () Suppose =, =; n (2) Calculate M(, ) M(, k) M 2( k, ) through logc multplcaton and logc plus; (3) =+, f n, transfer to (2); f not, transfer to (4); (4) =+, f n, transfer to (2); f not, stop calculaton. n If R R, R has the transmsson, where R represents the tmes compound operaton of R. Therefore, we can calculate t through callng the compound operaton of relatons. Dealng wth dscrete varable through mappng functon In ths thess, the three partcle swarm optmzaton algorthms (PSO, PSOPC and HPSO) all use mappng functon method to deal wth the dscrete varables. After sortng wth a certan rule, the dscrete varable set S d, whch has P dscrete varable plate thckness, can be show as follows: Sd { X, X 2,, X, X p}, p () Suppose a mappng functon and use the seral number to replace the dscrete value n Sd, that s, h () = X. Select ts seral number to replace the specfc value of dscrete varables to begn to search, and try to make ts searchng value as contnuous as possble, so as to mprove the effcency of the search. For example, n partcles are n D-dmensonal searchng space, the poston of the partcle can be represented as vector X, that s: 2 d D X { X, X, X, X }, d D, n (2), Namely, X {,2,,p }, through mappng functon h (), the correspondng set of dscrete varable s {X,X 2, X 3,,Xp}. Through mappng, partcle can only search n nteger space of the whole searchng space; that s to say, all the components of vector X are all ntegers. Improved PSO based on dscrete mathematcs model () Optmzed mathematcal model of dscrete mathematcs Mathematcal model of dscrete mult-obectve optmzaton s showed n formula (3). mn f ( x) [ f( x), f 2( x), f3( x), f m ( x),] (3) On the bass of dsperson mult-obectve optmzaton of partcle swarm optmzaton (DMOPSO) mult-obectve partcle swarm optmzaton algorthm, we adopt the mechansm of bnary partcle swarm optmzaton algorthm to calculate dscrete varables. In ths way, partcle search space correspondngly converses to N-dmensonal bnary space, marked as B n. In order to apply partcle swarm optmzaton algorthm dscrete varables optmzaton, we make the poston vector of each partcle n that algorthm belong to bnary space (bnary strngs composed of 0 and ). However, ts velocty vector stll belongs to real number space R n,that s to say, v [ -v max, v max ]. In ths way, the algorthm can preserve the speed formula n the basc partcle swarm algorthm. Whle only modfyng ts poston update formula, the speed and poston updatng formula of each partcle are as follows: v ( t ) wv cl r ( pbest x ) c r ( pbest x ) (4) 20

3 0 else x ( t ) (5) rand S[ v ( t )] Where, rand s a random number between [0, ], and the other parameters n the algorthm are the same as the parameters n the basc partcle swarm optmzaton algorthm. The probablty that a partcle wll be taken as or 0 s determned by the current speed value of the algorthm s: P[ x ( t ) ] S( v ( t )) (6) That s, the probablty selecton parameter S s determned by the partcle speed wthn the range of [0,]. If S s close to, the partcle may be selected as ; f S s close to 0, the partcle s more lkely to be selected as 0. Kennedy and other people has used Sgmod functon to obtan the parameters. Sgmod functon s a common non-lnear acton functon used n neural network, t expresson formula s : s S( v( t)) v e (7) (2) Mnmum poston value rule Update the poston of each element n the arrangement of wth a contnuous PSO: ( t) ( t) xd xd w( xd xd )) cr ( pd xd ) c2r3 ( pd xd ) (8) The new partcle poston of real-value can be obtaned by the teraton of that formula (ntermedate result). Then, wth the prncple that elements of the mnmum value possess the earlest schedulng, conduct an arrangement through transformng the ntermedate result to ts correspondng soluton. The specfc steps are as follows: Assume the updated poston of the partcle to be real vector X { x, x2, xn}, and ts correspondng soluton s arranged as an nteger vector,, }. Wth the prncple that { 2 n elements of the mnmum value possess the earlest schedulng, confrm through X. Assume ntermedate result X (.45, 3.54,2.67, 2.29,-4.02).Its mnmum value s -4.02, whch s correspondng to the ffth element of X. Therefore, the ffth value s the earlest one to be dspatched, whch means =5. The second smallest value s -3.54, t corresponds the second element of. Thus, the second value s the second one to be dspatched, whch means 2 =2. Calculatng n ths way, we obtan the soluton arrangement (5,2,4, l,3). At last, conduct nverse operaton to (5,2,4, l,3), and we can obtan the nteger vector X (4,2,5,3, l) of the correspondng new partcle poston. (3) Intalzed partcle swarm Varous solutons producng method nvolves two stages: one s to use Greedy Randomzed Adaptve Search Procedure (GRAsp) to produce ntal soluton; the other s to use local search algorthm to explore the feld of ts ntal soluton and fnd the most advantages local pont. Repeat these two stages and fnally produce P sze dfferent soluton arrangement, whch makes up soluton set P P sze should be larger than the sze of swarm b of partcle swarm. Next, select b l optmal soluton from ths P sze dfferent soluton to put nto the ntal swarm of partcle swarm, and then delete them from soluton set P. In the end, repeat the followng steps for b: tmes (b 2 =b-b l ): A. Newly calculate the mnmum value of the dstance between each of the surplus soluton of P and all solutons n the ntal swarm of current partcle swarm. B. Select the soluton wth the mnmum dstance from the soluton of P, and put t nto the ntal partcle swarm. C. Delete the selected soluton from P. Chart s the pseudocode of GRAsp, whose process of obtanng the soluton s as follows: Assume the soluton s composed of many soluton elements (for example, the soluton of LOP problem s the nteger between -n). Accordng to a sort of heurstc crtera, calcuate an evaluaton 202

4 value for each soluton elements out of the partal solutons. It represents the good degree of addng ths soluton element to partal soluton n the current stuaton, and the partal soluton elements wth hgh evaluaton value consttutes a restrcted canddate lst. And then, randomly select a soluton element from RCL to partal soluton. Keep on repeatng ths process, untl the structure of the soluton s fnshed. And the partal soluton s the null soluton at the begnnng. Chart. GRASP Pseudocode (4) Local search algorthm Adopt the local search algorthm, whch s on the bass of hsert mover. The defnaton plays the role n hsert mover operaton INSERT-OVE(, ) of soluton arrangement { 2, n}, for example: frstly, t deletes the element from soluton arrangement n, the '+~n element of soluton arrangement moves forward for one step. Then, nsert ths element nto the poston of soluton arrangement, the orgnal ~n- element of soluton arrangement moves backward for one step, thereby, t produces a new soluton arrangement (,,,,,,,, f n) (9) (,,,, n) f The feld of nqury of the hsert mover operaton SERT-MOVE (, ) s: N { : INSERT _ MOVE(, ), for n and 2, } (0) 2 n N 2 can be dvded nto n sub-dvson (sub-feld). All the sub-felds are related to the soluton J element. The defnton of N 2 s: N J 2 { : INSERT _ MOVE(, ), for n} () The sum of all element values n correspondng lne of the soluton element on E s regarded to be the attractve value of sub-feld. Rank these attractve value, so, when makng local search, frstly explore the sub-feld wth the bggest attractve value. Process of dscrete mult-obectve optmzaton algorthm based on PSO The key problem of PSO s the selecton of P best and G best. Among the problem of sngle obect optmzaton, we can make the choces through obectve functonal value. However, t s hard to make sure whch partcle s better through obectve functonal value n mult-obectve Optmzaton Problem, thus, no way can be found to select the ndvdual optmal value and local optmal value. Mantanng non-domnated soluton set s to provde dversfed P best for the teratve search of partcle swarm. At the same tme, mantan and further strenghten the dversty of the soluton n non-domnated solutons through selectng an approprate P best for each partcle. The thess uses non-domnated soluton set to store the non-domnated solutons produced by teratve search. And conduct updatng mantenance for non-domnated soluton set tmely. Durng the process of optmzaton routne, the P best of the partcle conducts teraton update by domnatng set. G best 203

5 s randomly selected from non-domnated soluton set, so as to ensure that non-domnated soluton set s gradually close to the optmal soluton of Pareto. The process of dscrete mult-obect algorthm based on partcle swarm optmzaton s: () Intalze partcle swarm P, and set the max teratons M, partcle swarm scale N, partcle dmensonalty of DMOPSO algorthm. Randomly produce the poston x and speed v of each partcle. The ntal value of teratons counter s set to be 0. (2) Set teratons counter to be, and calculate each partcle s ftness value f k (x ) of multple obectve functon f k (x) ftness k, ) f k ( x ) (2) ( Calculate the ftness value of the partcle n the lght of formula (3). On the bass of domnaton concepton, rank the ftness value from top to bottom. Keep the frst N partcle of the partcle swarm n domnant sub-set NP, and the rest N 2 partcle n non-domnant sub-set P. The postons of these partcle s Non-domnated soluton. Z ftness( ) ftness( k, ) (3) Z k (3) Accordng to formula (7), update the speed and poston of N partcle n domnated sub-set NP. Determne the best ntal poston P best[k,] of each partcle as ther own ntal poston, and the global optmum G best s randomly selected from non-domnated set N 2. In ths way, t can ncrease the dversty of solutons and avod producng the stuaton of local optmum. (4) Domnate thought n terms of the ftness value, and update the P best[k,] of the partcles n non-domnatng subgroup P. Z pbest ( ) pbest( k, ) (4) Z k (5) Mantan the non-domnatng subgroup P. For the newly produced non-domnatng soluton x (t+), we wll adopt the followng strateges: When the newly produced soluton s domnated by the members of non-domnatng subgroup P, prevent the new soluton from onng P; when the newly produced soluton domnates part members of P, remove the members whch s under the domnaton n P, and add the newly produced soluton nto ths non-domnatng subgroup P; When the newly produced soluton and the members of non-domnatng subgroup P are not domnated by each other, add the newly produced soluton nto P drectly. When the sze of non-domnatng subgroup P reaches or excees the maxmum sze specfed n advance, sort by the ftness value, and delete the non domnated solutons whch s domnated by all the other members. The ftness value s calculated by (3). (6) Check f t reaches the maxmum number of teratons, f so, stop searchng; f not, contnue to search by transferng to (2). Test based on dscrete mult-obectve optmzaton algorthm of PSO In order to verfy the performance of the algorthm n ths thess, we adopt the TSP problem provded by TSPLIB whch s Internatonal general as the control standard of known optmal soluton for test data. The expermental envronment s Celeron.7G CPU, 256M RAM, Wn2000 OS and VC6.0. The expermental contrast s dvded nto two parts. The frst part s to compare wth smlar partcle swarm algorthm; and the second part s to compare wth other evolutonary algorthms. Through constructng the data, t shows some expermental results of the algorthm on solvng the large-szed TSP problem provded by TSPLIB n ths thess. Through choosng to keep the dstance of the nearest cty every tme wth greedy thought, t wll form better sub fragment, so as to ncrease the local search speed rapdly n the ntal perod of search. However, a few good contnuous sub segments take advantage n the group soon, whch leads to the focus of partcles. The search behavor at ths tme s not conducve to the global detecton of partcle swarm optmzaton on optmal soluton. However, n ths thess, t keeps the better sub fragment 204

6 whle usng the falure mechansm of poor fragment, that s to say, contnuously destroys the sub fragments whch are easy to produce nferor solutons and produces new sub fragment, whch makes the partcles show a trend of dversfcaton. Therefore, t can make the algorthm come to the optmal soluton wth a few number of teratons, meanwhle, provde a very good soluton to the defect that the greedy algorthm s usually easy to be attracted by the local extreme value and hard to escape. Table. Contrast experment for solvng TSP problem n PSO algorthm Soluton space sze (4-)!/2=3,3,50,400 Partcle number 00 Average evoluton algebra 20, Average search space 20,000*00=2,000,000,000*00 =00,000 20*00=2,000 sze Rato of Search space 2,000,000/3,3,50, 00,000/3,3,50 and soluton space 400=0.064%,400=3.2E-5 Best soluton 3->->0->9->8->0->7->2->6->->5->4->3->2 Value of best soluton (Equal to the best known result n the world) 2,000/3,3,50,400 =6.42E-7 Table 2. shows the contrast results of the algorthm n ths thess, PSO (Standard PSO algorth m ) provded by lterature [49], RPAC (random perturbaton ant colony and SCPSO (Partcle swarm optmzaton based on subgroup hybrdzaton mechansm ). The experment data adopts the manage meng of three classc TSP problems provded by TSPLIB, whch are gr24,ayes29 and gr48.the grou p sze choose to use 00 (500 n other algorthm groups), average value s obtaned by 200 teraton per tme and keeps 30 tmes repeatng totally.in the experment process of ths thess, both gr24 and bayes29 problem obtan the known optmal soluton durng the 30 tmes repeatng; moreover, gr48 r eaches up to 93.3% for the tmes of obtanng optmum soluton durng the results of 30 tmes repeat ng, but no optmum soluton s obtaned for other comparson algorthms. From Table 2., we can se e that the convergence rate of the algorthm n ths thess and the qualty of the soluton are obvousl y better than the other several contrasted algorthms, even wth some smaller group szes. TSP Problem Table 2. Contrast experment 2 for solvng TSP problem n dfferent PSO algorthms TSP PSO RPAC SCPSO Average Optmum Average Optmzaton Average Soluton of Soluton Soluton Soluton Soluton Algorthm Best Soluton of Algorthm n ths paper n ths paper gr Bayes gr Take gr24 problem as an example, Chart 2 shows the convergence curve whch compares the dfference between adoptng genetc algorthm to crossover operator and mult group hybrd n orgnal PSO algorthm. Compared wth genetc algorthm to crossover operator of POS algorthm and orgnal PSO algorthm, the qualty and convergence speed of adoptng mult group hybrd of PSO algorthm are both better than the frst two algorthms, through usng some better solutons fragments from other subgroups. However, n mult subgroup hybrd PSO algorthm the subgroups probably conduct ther own evoluton ndependently at the very begnnng. So, only when the ftness change of all the subgroups stop, onc exchange among the subgroups begn to conduct, whch doesn t make the convergence speed of the algorthm effectvely mproved. At the same tme, for the onc exchange among the subgroups begn to conduct only when the ftness change of all the subgroups tends to stop, the dversty of each subgroup t s not deal overall, although t surely has some mprovement. The algorthm n ths thess adopts nformaton exchange strategy and dynamc 205

7 dvson search strategy; therefore, t turns out to be better than the other three comparson algorthms no matter n the convergence rate of the algorthm or n the guarantee of the partcle dversty. Chart 2. Convergence curve chart of comparson between the algorthm n ths thess and other PSO algorthms Summary In recent years, PSO has acqured good results on contnuous optmzaton problem, however, t s stll a brand new attempt on solvng dscrete optmzaton problem. In ths chapter, the mproved partcle swarm optmzaton proposed n the thess s successfully appled to TSP, whch s a classc dscrete optmzaton problem. Accordng to PSO, through desgnng an nformaton exchange strategy among partcles wth greedy thoughts, the new algorthm makes the ndvdual partcle acqure more useful nformaton of other partcles, so as to present dfferent moton behavors durng the process of evolutonary. Improvng PSO through combnng wth the dynamc dvson search strategy wll effectvely balance the search effcency and accuracy. Through a large number of experments, t shows that the mproved PSO n ths thess can be effectvely appled to TSP problem. The solvng accuracy and effcency are stll relatvely satsfactory. References [] He Yun. Swarm Intellgent Optmzaton and ts Appled Research n Chemstry and Chemcal Engneerng. Hangzhou: Zheang Unversty, [2] Cu Guangzhao, L Xaoguang, etc.. Optmzaton of DNA Codng Sequence Based on Modfed Partcle Swarm Genetc Algorthm. Journal of Computer Scence. Vol, 2, 200, p3-36. [3] Yu Xueng, Ma Xaofe, Xa Bn. Dynamc Partcle Swarm Optmzaton. Computer Engneerng. Vol 4, 200, p [4] Pan Feng, Tu Xuyan, Chen Je, etc.. Hybrd Partcle Swarm Optmzaton-HPSO. Computer Engneerng. Vol, 3(), 2005, p [5] Zeng Janchao, Je Jng, Cu Zhhua. Partcle Swarm Optmzaton. Beng: Scence Press, [6] Yang Hongru, Gao Hongyuan, Pang Zhengwe, etc.. Mult-user Detector Based on Dscrete Partcle Swarm Optmzaton. Harbn Insttute of Technology Press. Vol 37(9), 2005, p [7] Yang We, L Qqang. Revew of Partcle Swarm Optmzaton. Chnese Engneerng Scence, Vol 6(5), 2004, p

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

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

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

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

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

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

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

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

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

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

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

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

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

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity

LINEAR REGRESSION ANALYSIS. MODULE IX Lecture Multicollinearity LINEAR REGRESSION ANALYSIS MODULE IX Lecture - 30 Multcollnearty Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur 2 Remedes for multcollnearty Varous technques have

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

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

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

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

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

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

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

CHAPTER IV RESEARCH FINDING AND ANALYSIS

CHAPTER IV RESEARCH FINDING AND ANALYSIS CHAPTER IV REEARCH FINDING AND ANALYI A. Descrpton of Research Fndngs To fnd out the dfference between the students who were taught by usng Mme Game and the students who were not taught by usng Mme Game

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

829. An adaptive method for inertia force identification in cantilever under moving mass

829. An adaptive method for inertia force identification in cantilever under moving mass 89. An adaptve method for nerta force dentfcaton n cantlever under movng mass Qang Chen 1, Mnzhuo Wang, Hao Yan 3, Haonan Ye 4, Guola Yang 5 1,, 3, 4 Department of Control and System Engneerng, Nanng Unversty,

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

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

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

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

Application research on rough set -neural network in the fault diagnosis system of ball mill

Application research on rough set -neural network in the fault diagnosis system of ball mill Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(4):834-838 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Applcaton research on rough set -neural network n the

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

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

Introduction to Algorithms

Introduction to Algorithms Introducton to Algorthms 6.046J/8.40J Lecture 7 Prof. Potr Indyk Data Structures Role of data structures: Encapsulate data Support certan operatons (e.g., INSERT, DELETE, SEARCH) Our focus: effcency of

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

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

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

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

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

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

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

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

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

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law:

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law: CE304, Sprng 2004 Lecture 4 Introducton to Vapor/Lqud Equlbrum, part 2 Raoult s Law: The smplest model that allows us do VLE calculatons s obtaned when we assume that the vapor phase s an deal gas, and

More information

ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM

ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM ELASTIC WAVE PROPAGATION IN A CONTINUOUS MEDIUM An elastc wave s a deformaton of the body that travels throughout the body n all drectons. We can examne the deformaton over a perod of tme by fxng our look

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

Polynomial Regression Models

Polynomial Regression Models LINEAR REGRESSION ANALYSIS MODULE XII Lecture - 6 Polynomal Regresson Models Dr. Shalabh Department of Mathematcs and Statstcs Indan Insttute of Technology Kanpur Test of sgnfcance To test the sgnfcance

More information

GHHAGA for Environmental Systems Optimization

GHHAGA for Environmental Systems Optimization GHHAGA for Envronmental Systems Optmzaton X. H. Yang *, Z. F. Yang, and Z. Y. Shen State Key Laboratory of Water Envronment Smulaton, School of Envronment, Beng Normal Unversty, Beng 00875, Chna Key Laboratory

More information

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling Real-Tme Systems Multprocessor schedulng Specfcaton Implementaton Verfcaton Multprocessor schedulng -- -- Global schedulng How are tasks assgned to processors? Statc assgnment The processor(s) used for

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

Discrete Particle Swarm Optimization for TSP: Theoretical Results and Experimental Evaluations

Discrete Particle Swarm Optimization for TSP: Theoretical Results and Experimental Evaluations Dscrete Partcle Swarm Optmzaton for TSP: Theoretcal Results and Expermental Evaluatons Matthas Hoffmann, Mortz Mühlenthaler, Sabne Helwg, Rolf Wanka Department of Computer Scence, Unversty of Erlangen-Nuremberg,

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

Orientation Model of Elite Education and Mass Education

Orientation Model of Elite Education and Mass Education Proceedngs of the 8th Internatonal Conference on Innovaton & Management 723 Orentaton Model of Elte Educaton and Mass Educaton Ye Peng Huanggang Normal Unversty, Huanggang, P.R.Chna, 438 (E-mal: yepeng@hgnc.edu.cn)

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

An efficient algorithm for multivariate Maclaurin Newton transformation

An efficient algorithm for multivariate Maclaurin Newton transformation Annales UMCS Informatca AI VIII, 2 2008) 5 14 DOI: 10.2478/v10065-008-0020-6 An effcent algorthm for multvarate Maclaurn Newton transformaton Joanna Kapusta Insttute of Mathematcs and Computer Scence,

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

Introduction to Statistical Methods

Introduction to Statistical Methods Introducton to Statstcal Methods Physcs 4362, Lecture #3 hermodynamcs Classcal Statstcal Knetc heory Classcal hermodynamcs Macroscopc approach General propertes of the system Macroscopc varables 1 hermodynamc

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

The Second Anti-Mathima on Game Theory

The Second Anti-Mathima on Game Theory The Second Ant-Mathma on Game Theory Ath. Kehagas December 1 2006 1 Introducton In ths note we wll examne the noton of game equlbrum for three types of games 1. 2-player 2-acton zero-sum games 2. 2-player

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

Lecture 12: Classification

Lecture 12: Classification Lecture : Classfcaton g Dscrmnant functons g The optmal Bayes classfer g Quadratc classfers g Eucldean and Mahalanobs metrcs g K Nearest Neghbor Classfers Intellgent Sensor Systems Rcardo Guterrez-Osuna

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

RECENTLY, the reliable supply of electric power has been

RECENTLY, the reliable supply of electric power has been 552 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 21, NO. 2, JUNE 2006 Multobjectve Control of Power Plants Usng Partcle Swarm Optmzaton Technques Jn S. Heo, Kwang Y. Lee, Fellow, IEEE, and Raul Garduno-Ramrez

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

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

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

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

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

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

A Particle Filter Algorithm based on Mixing of Prior probability density and UKF as Generate Importance Function

A Particle Filter Algorithm based on Mixing of Prior probability density and UKF as Generate Importance Function Advanced Scence and Technology Letters, pp.83-87 http://dx.do.org/10.14257/astl.2014.53.20 A Partcle Flter Algorthm based on Mxng of Pror probablty densty and UKF as Generate Importance Functon Lu Lu 1,1,

More information

Unified Subspace Analysis for Face Recognition

Unified Subspace Analysis for Face Recognition Unfed Subspace Analyss for Face Recognton Xaogang Wang and Xaoou Tang Department of Informaton Engneerng The Chnese Unversty of Hong Kong Shatn, Hong Kong {xgwang, xtang}@e.cuhk.edu.hk Abstract PCA, LDA

More information

Grover s Algorithm + Quantum Zeno Effect + Vaidman

Grover s Algorithm + Quantum Zeno Effect + Vaidman Grover s Algorthm + Quantum Zeno Effect + Vadman CS 294-2 Bomb 10/12/04 Fall 2004 Lecture 11 Grover s algorthm Recall that Grover s algorthm for searchng over a space of sze wors as follows: consder the

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

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

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

10.34 Numerical Methods Applied to Chemical Engineering Fall Homework #3: Systems of Nonlinear Equations and Optimization

10.34 Numerical Methods Applied to Chemical Engineering Fall Homework #3: Systems of Nonlinear Equations and Optimization 10.34 Numercal Methods Appled to Chemcal Engneerng Fall 2015 Homework #3: Systems of Nonlnear Equatons and Optmzaton Problem 1 (30 ponts). A (homogeneous) azeotrope s a composton of a multcomponent mxture

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence)

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence) /24/27 Prevew Fbonacc Sequence Longest Common Subsequence Dynamc programmng s a method for solvng complex problems by breakng them down nto smpler sub-problems. It s applcable to problems exhbtng the propertes

More information

Application of Nonbinary LDPC Codes for Communication over Fading Channels Using Higher Order Modulations

Application of Nonbinary LDPC Codes for Communication over Fading Channels Using Higher Order Modulations Applcaton of Nonbnary LDPC Codes for Communcaton over Fadng Channels Usng Hgher Order Modulatons Rong-Hu Peng and Rong-Rong Chen Department of Electrcal and Computer Engneerng Unversty of Utah Ths work

More information

Combining Constraint Programming and Integer Programming

Combining Constraint Programming and Integer Programming Combnng Constrant Programmng and Integer Programmng GLOBAL CONSTRAINT OPTIMIZATION COMPONENT Specal Purpose Algorthm mn c T x +(x- 0 ) x( + ()) =1 x( - ()) =1 FILTERING ALGORITHM COST-BASED FILTERING ALGORITHM

More information

CSC 411 / CSC D11 / CSC C11

CSC 411 / CSC D11 / CSC C11 18 Boostng s a general strategy for learnng classfers by combnng smpler ones. The dea of boostng s to take a weak classfer that s, any classfer that wll do at least slghtly better than chance and use t

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

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search

Capacitor Placement In Distribution Systems Using Genetic Algorithms and Tabu Search Capactor Placement In Dstrbuton Systems Usng Genetc Algorthms and Tabu Search J.Nouar M.Gandomar Saveh Azad Unversty,IRAN Abstract: Ths paper presents a new method for determnng capactor placement n dstrbuton

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

Neuro-Adaptive Design - I:

Neuro-Adaptive Design - I: Lecture 36 Neuro-Adaptve Desgn - I: A Robustfyng ool for Dynamc Inverson Desgn Dr. Radhakant Padh Asst. Professor Dept. of Aerospace Engneerng Indan Insttute of Scence - Bangalore Motvaton Perfect system

More information

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI

Study on Active Micro-vibration Isolation System with Linear Motor Actuator. Gong-yu PAN, Wen-yan GU and Dong LI 2017 2nd Internatonal Conference on Electrcal and Electroncs: echnques and Applcatons (EEA 2017) ISBN: 978-1-60595-416-5 Study on Actve Mcro-vbraton Isolaton System wth Lnear Motor Actuator Gong-yu PAN,

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

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

Week 5: Neural Networks

Week 5: Neural Networks Week 5: Neural Networks Instructor: Sergey Levne Neural Networks Summary In the prevous lecture, we saw how we can construct neural networks by extendng logstc regresson. Neural networks consst of multple

More information

x = , so that calculated

x = , so that calculated Stat 4, secton Sngle Factor ANOVA notes by Tm Plachowsk n chapter 8 we conducted hypothess tests n whch we compared a sngle sample s mean or proporton to some hypotheszed value Chapter 9 expanded ths to

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

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

Operating conditions of a mine fan under conditions of variable resistance

Operating conditions of a mine fan under conditions of variable resistance Paper No. 11 ISMS 216 Operatng condtons of a mne fan under condtons of varable resstance Zhang Ynghua a, Chen L a, b, Huang Zhan a, *, Gao Yukun a a State Key Laboratory of Hgh-Effcent Mnng and Safety

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

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

Errors in Nobel Prize for Physics (7) Improper Schrodinger Equation and Dirac Equation

Errors in Nobel Prize for Physics (7) Improper Schrodinger Equation and Dirac Equation Errors n Nobel Prze for Physcs (7) Improper Schrodnger Equaton and Drac Equaton u Yuhua (CNOOC Research Insttute, E-mal:fuyh945@sna.com) Abstract: One of the reasons for 933 Nobel Prze for physcs s for

More information

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan Wnter 2008 CS567 Stochastc Lnear/Integer Programmng Guest Lecturer: Xu, Huan Class 2: More Modelng Examples 1 Capacty Expanson Capacty expanson models optmal choces of the tmng and levels of nvestments

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information