Enhanced Quantum Evolutionary Algorithms for Difficult Knapsack Problems

Size: px
Start display at page:

Download "Enhanced Quantum Evolutionary Algorithms for Difficult Knapsack Problems"

Transcription

1 Enhanced Quanum Evoluonary Algorhms for Dffcul Knapsack Problems C. Pavardhan 1, Apurva Narayan 1, and A. Srvasav 1 Faculy of Engneerng, Dayalbagh Educaonal Insue, Agra cpavardhan@homal.com, apurvanarayan@gmal.com 2 Mahemasches Semnar, Chrsan-Albrechs-Unversa Zu Kel, Kel Germany asr@numerk.un-kel.de Absrac. Dffcul knapsack problems are problems ha are expressly desgned o be dffcul. In hs paper, enhanced Quanum Evoluonary Algorhms are desgned and her applcaon s presened for he soluon of he DKPs. The algorhms are general enough and can be used wh advanage n oher subse selecon problems. Keywords: Evoluonary Algorhms,Quanum,knapsack. 1 Inroducon The classcal knapsack problem s defned as follows: Gven a se of n ems, each em j havng an neger prof p j and an neger wegh w j, he problem s o choose a subse of he ems such ha her overall prof s maxmzed, whle he overall wegh does no exceed a gven capacy c. The problem may be formulaed as he followng neger programmng model where he bnary decson varables x j are used o ndcae wheher em j s ncluded n he knapsack or no. Whou loss of generaly may be assumed ha all profs and weghs are posve, ha all weghs are smaller han he capacy c, and ha he overall wegh of he ems exceeds c. The sandard knapsack problem (SKP) s NP-hard n he weak sense, meanng ha can be solved n pseudo-polynomal me hrough dynamc programmng. The SKPs are que easy o solve for he mos recen algorhms [1-5]. Varous branch-andbound algorhms for SKPs have been presened. The more recen of hese solve a core problem,.e. an SKP defned on a subse of he ems where here s a large probably of fndng an opmal soluon. The MT2 algorhm [1] s one of he mos advanced of hese algorhms. Realzng ha he core sze s dffcul o esmae n A. Ghosh, R.K. De, and S.K. Pal (Eds.): PReMI 2007, LNCS 4815, pp , Sprnger-Verlag Berln Hedelberg 2007

2 Enhanced Quanum Evoluonary Algorhms for Dffcul Knapsack Problems 253 advance, Psnger [5] proposed o use an expandng core algorhm. Marello and Toh [3] proposed a specal varan of he MT2 algorhm whch was developed o deal wh hard knapsack problems. One of he mos successful algorhms for SKP was presened by Marello, Psnger and Toh [7]. The algorhm can be seen as a combnaon of many dfferen conceps and s hence called Combo. The nsances do no need o be changed much before he algorhms experence a sgnfcan dffculy. These nsances of SKP are called he Dffcul Knapsack Problems (DKP) [6]. These are specally consruced problems ha are hard o solve usng he sandard mehods ha are employed for he SKPs. Psnger [6] has provded explc mehods for consrucng nsances of such problems. Heurscs whch employ hsory of beer soluons obaned n he search process, vz. GA, EA, have been proven o have beer convergence and qualy of soluon for some dffcul opmzaon problems. Bu, sll, problems of slow/premaure convergence reman and have o be ackled wh suable mplemenaon for he parcular problem a hand. Quanum Evoluonary Algorhms (QEA) s a recen branch of EAs. QEAs have proven o be effecve for opmzaon of funcons wh bnary parameers [8, 9]. Alhough he QEAs have been shown o be effecve for SKPs n [8], her performance on he more dffcul DKPs has no been nvesgaed. Exac branch and bound based mehods are no fas for DKPs. Ths provdes he movaon for aempng o desgn newer Enhanced QEAs (EQEAs) wh beer search capably for he soluon of he DKPs. In hs paper, such EQEAs are presened. The QEAs are dfferen from hose n [8] as hey nclude a varey of quanum operaors for execung he search process. The compuaonal performance of he EQEAs s esed on large nsances of nne dfferen varees of he DKPs.e. for problems up o he sze of 10,000. The resuls obaned are compared wh hose obaned by he greedy heursc. I s seen ha he EQEAs are able o provde much mproved resuls. The res of he paper s organzed as follows. In secon 2 we descrbe he varous ypes of DKPs repored n he leraure. A bref nroducon o he QEAs and some prelmnares regardng he QEAs are provded n secon 3. The EQEA s gven n he form of pseudo-code n secon 4. The compuaonal resuls are provded secon 5. Some conclusons are derved n secon 6. 2 Dffcul Knapsack Problems (DKPs) Several groups of randomly generaed nsances of DKPs have been consruced o reflec specal properes ha may nfluence he soluon process n [6]. In all nsances he weghs are unformly dsrbued n a gven nerval wh daa range wh R =1000. The profs are expressed as a funcon of he weghs, yeldng he specfc properes of each group. Nne such groups are descrbed below as nsances of DKPs. The frs sx are nsances wh large coeffcens for prof and he las hree are nsances of small coeffcens for profs. () Uncorrelaed daa nsances: p j and w j are chosen randomly n [1,R]. In hese nsances here s no correlaon beween he prof and wegh of an em. () Weakly correlaed nsances: weghs w j are chosen randomly n [1,R] and he profs p j n [w j - R/10, w j + R/10] such ha p j >= 1. Despe her name, weakly correlaed nsances have a very hgh correlaon beween he prof and wegh of an

3 254 C. Pavardhan, A. Narayan, and A. Srvasav em. Typcally he prof dffers from he wegh by only a few percen. () Srongly correlaed nsances: weghs w j are dsrbued n [1,R] and p j = w j +R/10. Such nsances correspond o a real-lfe suaon where he reurn s proporonal o he nvesmen plus some fxed charge for each projec. (v) Inverse srongly correlaed nsances: profs p j are dsrbued n [1,R] and w j =p j +R/10. These nsances are lke srongly correlaed nsances, bu he fxed charge s negave. (v) Almos srongly correlaed nsances: weghs w j are dsrbued n [1,R] and he profs p j n [w j + R/10 R/500, w j + R/10 + R/500]. These are a knd of fxed-charge problems wh some nose added. Thus hey reflec he properes of boh srongly and weakly correlaed nsances. (v) Uncorrelaed nsances wh smlar weghs: weghs w j are dsrbued n [100000, ] and he profs p j n [1, 1000]. (v) Spanner nsances (v,m): These nsances are consruced such ha all ems are mulples of a que small se of ems he so-called spanner se. The spanner nsances span(v,m) are characerzed by he followng hree parameers: v s he sze of he spanner se, m s he mulpler lm, and any dsrbuon (uncorrelaed, weakly correlaed, srongly correlaed, ec.) of he ems n he spanner se may be aken. More formally, he nsances are generaed as follows: A se of v ems s generaed wh weghs n he nerval [1,R], and profs accordng o he dsrbuon. The ems (p k,w k ) n he spanner se are normalzed by dvdng he profs and weghs wh m+1. The n ems are hen consruced, by repeaedly choosng an em [p k,w k ] from he spanner se, and a mulpler a randomly generaed n he nerval [1,m]. The consruced em has prof and wegh (a. p k, a.w k ).The mulpler lm was chosen as m = 10. (v) Mulple srongly correlaed nsances msr(k 1,k 2,d): These nsances are consruced as a combnaon of wo ses of srongly correlaed nsances.boh nsances have profs p j := w j + k where k = 1, 2 s dfferen for he wo nsances. The mulple srongly correlaed nsances msr(k 1,k 2,d) are generaed as follows: The weghs of he n ems are randomly dsrbued n [1,R]. If he wegh w j s dvsble by d, hen we se he prof p j :=w j + k 1 oherwse se o p j := w j + k 2. The weghs w j n he frs group (.e. where pj = wj + k 1 ) wll all be mulples of d, so ha usng only hese weghs a mos d [c/d] of he capacy can be used. To oban a compleely flled knapsack some of he ems from he second dsrbuon need o be ncluded. (x) Prof celng nsances pcel(d): These nsances have he propery ha all profs are mulples of a gven parameer d. The weghs of he n ems are randomly dsrbued n [1,R], and he profs are se o p j = d[w j /d]. The parameer d was chosen as d=3. 3 QEA Prelmnares QEA s a populaon-based probablsc Evoluonary Algorhm ha negraes conceps from quanum compung for hgher represenaon power and robus search. Qub QEA uses qubs as he smalles un of nformaon for represenng ndvduals. Each

4 Enhanced Quanum Evoluonary Algorhms for Dffcul Knapsack Problems 255 qub s represened as q = α. Sae of he qub (q ) s gven by Ψ = α 0 + β 1, β α and β are complex numbers represenng probablsc sae of qub,.e. α 2 s probably of he sae beng 0 and β 2 s he probably of he sae beng 1, such ha α 2 + β 2 ι =1. For purposes of QEA, nohng s los by regardng α and β o be real numbers. Thus, a qub srng wh n bs represens a superposon of 2 n bnary saes and provdes an exremely compac represenaon of he enre search space. Observaon The process of generang bnary srngs from he qub srng, Q, s called Observaon. To observe he qub srng (Q), a srng conssng of same number of random numbers beween 0 and 1 (R) s generaed. The elemen P s se o 0 f R s less han square of Q and 1 oherwse. Table1 represens he observaon process. Table 1. Observaon of qub srng Ng Q R P Updang qub srng In each of he eraons, several soluon srngs are generaed from Q by observaon as gven above and her fness values are compued. The soluon wh bes fness s denfed. The updang process moves he elemens of Q owards he bes soluon slghly such ha here s a hgher probably of generaon of soluon srngs, whch are smlar o bes soluon, n subsequen eraons. A Quanum gae s ulzed for hs purpose so ha qubs rean her properes [8]. One such gae s roaon gae, whch updaes he qubs as α β cos( Δθ ) = sn( Δθ ) sn( Δθ ) α cos( Δθ ) β where, α ι +1 and β ι +1 denoe probables for h qub n (+1) h eraon and Δθ s equvalen o he sep sze n ypcal erave algorhms n he sense ha defnes he rae of movemen owards he currenly perceved opmum. The above descrpon oulnes he basc elemens of QEA. The qub srng, Q, represens probablscally he search space. Observng a qub srng n mes yelds n dfferen soluons because of he probables nvolved. Fness of hese s compued and he qub srng, Q, s updaed owards hgher probably of producng srngs smlar o he one wh hghes fness. The sequence of seps connues. The above deas can be easly generalzed o work wh mulple qub srngs. Genec operaors lke crossover and muaon can hen be nvoked o enhance he search power furher.

5 256 C. Pavardhan, A. Narayan, and A. Srvasav 4 Enhanced Quanum Evoluonary Algorhm The algorhm s explaned succncly n he form of a pseudo-code below. Noaon Max = number of ems n DKP, Cap = Capacy of knapsack Prof = Array of prof by selecng each em Wegh = Array of wegh by selecng each em Gsol = DKP Soluon by Greedy heursc, GProf = Prof of ems n Gsol P, ep,rp : Srngs of Quanum bs used n search NO1 = Operaor used o evolve ep owards bes soluon found so far NO2 = Operaor used o evove rp randomly NO3 = Roaon operaor used o evolve p bescep = Srng produced by operaor NO1 gvng bes resul on observaon bescrp = Quanum srng produced by NO2 gvng bes resul on observaon Bes = Bes prof found by EQEA of soluon maxsol Algorhm EQEA 1 Inalze eraon number =0, cap, prof, wegh, max 2 Sor ems n descendng order of prof/wegh 3 Fnd greedy soluon G wh prof Gcos. 4 Bes = Gcos, Maxsol = G 5 Inalze for every k If G[k] ==1 p[k] =ep[k]=rp[k]=0.8 else p[k] =ep[k]=rp[k]=0.2 6 Bes Cap = ep, Bes Cap = rp /*Inalzaon*/ 7 Observe p[k] o ge soluon wh cos cos ; f(cos > Bes){Bes = cos; Maxsol = sol;} 8 whle (ermnaon_creron!= TRUE) Do Seps Apply NO1 o p o generae he curren rp.e crp; for(=0;<num1;++) { Observe crp o oban soluon rsol wh cos rcos; f(rcos > Bes) {Crossover rsol wh Maxsol o oban sol wh cos cos; If(cos>rcos) {rsol = sol;rcos = cos} bescrp = crp;} If(rcos >Bes) {Bes = rcos ; maxsol = rsol;} 10 Repea sep 9 wh NO2 on p o oban bescep, ecos and esol; 11 Apply NO3 on p 12 For( = 0 ; < max; ++) {qmax[] = fndmax(bescep[], bescrp[],p[]); qmn[] = fndmx(bescep[], bescrp[],p[]); f(p[] > 0.5) {{f((maxsol[]==1)and (bescep[]==1)and (bescrp[]==1)) p[]=qmax[];} else {f((maxsol[]==0)and (bescep[]==0)and (bescrp[]==0)) p[]=qmn[];}}

6 Enhanced Quanum Evoluonary Algorhms for Dffcul Knapsack Problems Seled = number of p[] s wh α > 0.98 or α < = If(( > er _coun) or (seled > 0.98 * max)) ermnaon _ creron = TRUE Algorhm EQEA sars wh he greedy soluon and nalzes he qub srngs n accordance wh he greedy soluon as n sep 4. Observe operaon n sep 5 s a modfed form of observaon descrbed n secon 3. In hs, he soluon srng resulng from he observaon s checked for volaon of capacy consran and repared, f necessary, usng a greedy approach.e. seleced ems are deseleced n ncreasng order of prof/wegh ll capacy consran s sasfed. The crossover operaor s a smple wo-pon crossover wh greedy repar of consran volaons. Evolvng Qubs In EQEA, he qub s evolved sae of he qub, whch s a superposon of sae 0 and 1, s shfed o a new superposon sae. Ths change n probably magnudes α 2 and β 2 wh change n sae s ransformed no real valued parameers n he problem space by wo neghborhood operaors. Neghborhood Operaor 1 (NO1) generaes a new qub array crp from he rp. An array R s creaed wh max elemens generaed a random such ha every elemen n R s eher +1 or -1. Le ρ k be he k h elemen n R. Then θ k s gven by θ k = θ -1 k +ρ k *δ (4) where, δ s aleraon n angle and θ k s he roaed angle gven by arcan(β k /α k ). δ s randomly chosen n he range [0, θ -1 k ] f ρ k = -1 and n he range [θ -1 k, π/2] f ρ k = +1. The new probably ampludes, α k, β k are calculaed usng roaon gae as 1 α jk cosδ snδ α jk (5) = 1 βjk snδ cosδ βjk Neghborhood Operaor 2 (NO2) NO2 works jus as NO1 excep ha generaes a pon beween ep and BEST. I s prmarly ulzed for exploaon of search space. The raonale for wo neghborhood operaors s as follows. NO1 has a greaer endency for exploraon. NO2 has a greaer endency owards exploaon because, as he algorhm progresses, he values of ep converge owards BEST. Table 2 shows he frequency of use of NO1 and NO2. Table 2. Frequency of use of NO1 and NO2 Sage of search Proporon of NO1 (%) Proporon of NO2 (%) Frs one-ffh eraons Second one-ffh eraons Thrd one-ffh eraons Forh one-ffh eraons Las one-ffh eraons 10 90

7 258 C. Pavardhan, A. Narayan, and A. Srvasav The neghborhood operaors hus evolve new quanum srngs from he exsng srngs. Ths approach removes all dsadvanages of bnary represenaon of real numbers whle, a he same me, balances exploraon and exploaon n he sense ha adops he sep-sze from large nally o progressvely smaller sze. Updang Qub Srng(NO3) In he updang process, he ndvdual saes of all he qubs n p are modfed so ha probably of generang a soluon srng whch s smlar o he curren bes soluon s ncreased n each of he subsequen eraons. Amoun of change n hese probables s decded by Learnng Rae, Δθ, and s aken as 0.001π. Updang process s done as explaned n secon 2. Table 3 presens he choce of Δθ for varous condons of objecve funcon values and h elemen of p and BEST n h eraon. F(p) s he prof of he curren soluon observed from p. F(BEST) s he prof of maxsol. Table 3. Calculaon of Δθ for h eraon Fness Elemenal Values Δθ X p = BEST 0 F(BEST)>F(p) p >BEST 0.001π p < BEST 0.001π F(BEST)<F(p) p > BEST 0.001π p < BEST 0.001π F(p)=F(BEST) p > BEST 0 p < BEST 0 The updang process s llusraed n fgure 2 for k h elemen for h eraon.e. changes n sae of k h qub and correspondng change n probably ampludes. Fndmax fnds he maxmum of he hree argumens whereas fndmn fnds he mnmum of he hree argumens. β k +1 β k Δθ θ k 0 α k +1 α k 1 Fg. 2. Updang k h elemen of qub srng Q 5 Resuls of Compuaonal Expermens The compuaonal expermens have been performed on he above menoned nne ypes of DKPs for he daa range R = 1000 and he number of ems rangng from 500 o For each nsance ype a seres of H = 9,, h = 1,.,...H

8 Enhanced Quanum Evoluonary Algorhms for Dffcul Knapsack Problems 259 nsances s performed. The EQEA performed beer n mos of he cases where he problem dd no ge seled up wh a defne srucure. The able 4 shows compuaonal resuls. AGP s he average prof n soluons obaned by he greedy algorhm whereas AQP s he average prof of soluons by he EQEA algorhm. Table 4. Shows he relave values of soluons by Greedy and Quanum Evoluonary mehods DKP Problem sze = 500 Problem sze = 5000 Problem sze = 10,000 Grp. # # # EQEA EQEA EQEA AGP AQP beer AGP AQP beer AGP AQP beer The Thrd column n each shows he number of problems (ou of 9 red for varous capaces of he knapsack) n whch EQEA gves beer soluon han Greedy mehod for ha group. I s seen ha he EQEA provdes a consderable mprovemen n several nsances. 6 Conclusons An enhanced QEA s presened for Dffcul knapsack problems. EQEA shows good performance even for large nsances of he problems. EQEA can be used wh advanage n any subse slecon problems apar from he DKPs. Acknowledgmens The auhors are exremely graeful o he Revered Charman, Advsory Commee on Educaon, Dayalbagh for consan gudance and encouragemen. References [1] Marello, S., Toh, P.: A new algorhm for he 0-1 knapsack problem. Managemen Scence 34, (1988) [2] Marello, S., Toh, P.: Knapsack Problems: Algorhms and Compuer Implemenaons. J. Wley, Chcheser (1990)

9 260 C. Pavardhan, A. Narayan, and A. Srvasav [3] Marello, S., Toh, P.: Upper bounds and algorhms for hard 0-1 knapsack problems. Operaons Research 45, (1997) [4] der Hede, F.M.a.: A polynomal lnear search algorhm for he n-dmensonal knapsack problem. Journal of he ACM 31, (1984) [5] Psnger, D.: An expandng-core algorhm for he exac 0-1 knapsack problem. European Journal of Operaonal Research 87, (1995) [6] Psnger, D.: Where are he Hard Knapsack Problems, Techncal Repor, , DIKU, Unversy of Copenhagen, Denmark [7] Marello, S., Psnger, D., Toh, P.: Dynamc programmng and srong bounds for he 0-1 knapsack problem. Managemen Scence 45, (1999) [8] Han, K.H., Km, J.H.: Quanum-Inspred Evoluonary Algorhm for a Class of Combnaoral Opmzaon. IEEE Transacons on Evoluonary Compuaon 6(6), (2002) [9] Han, K.H., Km, J.H.: Quanum-Inspred Evoluonary Algorhms wh a New Termnaon Creron, Hε Gae, and Two-Phase Scheme. IEEE Transacons on Evoluonary Compuaon 8(2), (2002)

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model

Outline. Probabilistic Model Learning. Probabilistic Model Learning. Probabilistic Model for Time-series Data: Hidden Markov Model Probablsc Model for Tme-seres Daa: Hdden Markov Model Hrosh Mamsuka Bonformacs Cener Kyoo Unversy Oulne Three Problems for probablsc models n machne learnng. Compung lkelhood 2. Learnng 3. Parsng (predcon

More information

Variants of Pegasos. December 11, 2009

Variants of Pegasos. December 11, 2009 Inroducon Varans of Pegasos SooWoong Ryu bshboy@sanford.edu December, 009 Youngsoo Cho yc344@sanford.edu Developng a new SVM algorhm s ongong research opc. Among many exng SVM algorhms, we wll focus on

More information

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS

V.Abramov - FURTHER ANALYSIS OF CONFIDENCE INTERVALS FOR LARGE CLIENT/SERVER COMPUTER NETWORKS R&RATA # Vol.) 8, March FURTHER AALYSIS OF COFIDECE ITERVALS FOR LARGE CLIET/SERVER COMPUTER ETWORKS Vyacheslav Abramov School of Mahemacal Scences, Monash Unversy, Buldng 8, Level 4, Clayon Campus, Wellngon

More information

A Modified Genetic Algorithm Comparable to Quantum GA

A Modified Genetic Algorithm Comparable to Quantum GA A Modfed Genec Algorh Coparable o Quanu GA Tahereh Kahookar Toos Ferdows Unversy of Mashhad _k_oos@wal.u.ac.r Habb Rajab Mashhad Ferdows Unversy of Mashhad h_rajab@ferdows.u.ac.r Absrac: Recenly, researchers

More information

Balanced Quantum-Inspired Evolutionary Algorithm for Multiple Knapsack Problem

Balanced Quantum-Inspired Evolutionary Algorithm for Multiple Knapsack Problem I.J. Inellgen Sysems and Applcaons, 2014, 11, 1-11 Publshed Onlne Ocober 2014 n MECS (hp://www.mecs-press.org/) DOI: 10.5815/jsa.2014.11.01 Balanced Quanum-Inspred Evoluonary Algorhm for Mulple Knapsack

More information

Robustness Experiments with Two Variance Components

Robustness Experiments with Two Variance Components Naonal Insue of Sandards and Technology (NIST) Informaon Technology Laboraory (ITL) Sascal Engneerng Dvson (SED) Robusness Expermens wh Two Varance Componens by Ana Ivelsse Avlés avles@ns.gov Conference

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 4 CS434a/54a: Paern Recognon Prof. Olga Veksler Lecure 4 Oulne Normal Random Varable Properes Dscrmnan funcons Why Normal Random Varables? Analycally racable Works well when observaon comes form a corruped

More information

Fall 2010 Graduate Course on Dynamic Learning

Fall 2010 Graduate Course on Dynamic Learning Fall 200 Graduae Course on Dynamc Learnng Chaper 4: Parcle Flers Sepember 27, 200 Byoung-Tak Zhang School of Compuer Scence and Engneerng & Cognve Scence and Bran Scence Programs Seoul aonal Unversy hp://b.snu.ac.kr/~bzhang/

More information

An introduction to Support Vector Machine

An introduction to Support Vector Machine An nroducon o Suppor Vecor Machne 報告者 : 黃立德 References: Smon Haykn, "Neural Neworks: a comprehensve foundaon, second edon, 999, Chaper 2,6 Nello Chrsann, John Shawe-Tayer, An Inroducon o Suppor Vecor Machnes,

More information

Cubic Bezier Homotopy Function for Solving Exponential Equations

Cubic Bezier Homotopy Function for Solving Exponential Equations Penerb Journal of Advanced Research n Compung and Applcaons ISSN (onlne: 46-97 Vol. 4, No.. Pages -8, 6 omoopy Funcon for Solvng Eponenal Equaons S. S. Raml *,,. Mohamad Nor,a, N. S. Saharzan,b and M.

More information

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!") i+1,q - [(!

In the complete model, these slopes are ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL. (! i+1 -! i ) + [(!) i+1,q - [(! ANALYSIS OF VARIANCE FOR THE COMPLETE TWO-WAY MODEL The frs hng o es n wo-way ANOVA: Is here neracon? "No neracon" means: The man effecs model would f. Ths n urn means: In he neracon plo (wh A on he horzonal

More information

( ) () we define the interaction representation by the unitary transformation () = ()

( ) () we define the interaction representation by the unitary transformation () = () Hgher Order Perurbaon Theory Mchael Fowler 3/7/6 The neracon Represenaon Recall ha n he frs par of hs course sequence, we dscussed he chrödnger and Hesenberg represenaons of quanum mechancs here n he chrödnger

More information

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy

Approximate Analytic Solution of (2+1) - Dimensional Zakharov-Kuznetsov(Zk) Equations Using Homotopy Arcle Inernaonal Journal of Modern Mahemacal Scences, 4, (): - Inernaonal Journal of Modern Mahemacal Scences Journal homepage: www.modernscenfcpress.com/journals/jmms.aspx ISSN: 66-86X Florda, USA Approxmae

More information

Hongbin Dong Computer Science and Technology College Harbin Engineering University Harbin, China

Hongbin Dong Computer Science and Technology College Harbin Engineering University Harbin, China Hongbn Dong Compuer Scence and Harbn Engneerng Unversy Harbn, Chna donghongbn@hrbeu.edu.cn Xue Yang Compuer Scence and Harbn Engneerng Unversy Harbn, Chna yangxue@hrbeu.edu.cn Xuyang Teng Compuer Scence

More information

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim

GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS. Youngwoo Ahn and Kitae Kim Korean J. Mah. 19 (2011), No. 3, pp. 263 272 GENERATING CERTAIN QUINTIC IRREDUCIBLE POLYNOMIALS OVER FINITE FIELDS Youngwoo Ahn and Kae Km Absrac. In he paper [1], an explc correspondence beween ceran

More information

Robust and Accurate Cancer Classification with Gene Expression Profiling

Robust and Accurate Cancer Classification with Gene Expression Profiling Robus and Accurae Cancer Classfcaon wh Gene Expresson Proflng (Compuaonal ysems Bology, 2005) Auhor: Hafeng L, Keshu Zhang, ao Jang Oulne Background LDA (lnear dscrmnan analyss) and small sample sze problem

More information

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS

THE PREDICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS THE PREICTION OF COMPETITIVE ENVIRONMENT IN BUSINESS INTROUCTION The wo dmensonal paral dfferenal equaons of second order can be used for he smulaon of compeve envronmen n busness The arcle presens he

More information

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s

Ordinary Differential Equations in Neuroscience with Matlab examples. Aim 1- Gain understanding of how to set up and solve ODE s Ordnary Dfferenal Equaons n Neuroscence wh Malab eamples. Am - Gan undersandng of how o se up and solve ODE s Am Undersand how o se up an solve a smple eample of he Hebb rule n D Our goal a end of class

More information

On One Analytic Method of. Constructing Program Controls

On One Analytic Method of. Constructing Program Controls Appled Mahemacal Scences, Vol. 9, 05, no. 8, 409-407 HIKARI Ld, www.m-hkar.com hp://dx.do.org/0.988/ams.05.54349 On One Analyc Mehod of Consrucng Program Conrols A. N. Kvko, S. V. Chsyakov and Yu. E. Balyna

More information

ISSN MIT Publications

ISSN MIT Publications MIT Inernaonal Journal of Elecrcal and Insrumenaon Engneerng Vol. 1, No. 2, Aug 2011, pp 93-98 93 ISSN 2230-7656 MIT Publcaons A New Approach for Solvng Economc Load Dspach Problem Ansh Ahmad Dep. of Elecrcal

More information

Quantum-Inspired Evolutionary Multicast Algorithm

Quantum-Inspired Evolutionary Multicast Algorithm Proceedngs of he 009 IEEE Inernaonal Conference on Sysems, Man, and Cybernecs San Anono, X, USA - Ocober 009 Quanum-Inspred Evoluonary Mulcas Algorhm Yangyang L yyl@xdan.edu.cn Lcheng Jao lchjao@mal.xdan.edu.cn

More information

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany

John Geweke a and Gianni Amisano b a Departments of Economics and Statistics, University of Iowa, USA b European Central Bank, Frankfurt, Germany Herarchcal Markov Normal Mxure models wh Applcaons o Fnancal Asse Reurns Appendx: Proofs of Theorems and Condonal Poseror Dsrbuons John Geweke a and Gann Amsano b a Deparmens of Economcs and Sascs, Unversy

More information

Relative controllability of nonlinear systems with delays in control

Relative controllability of nonlinear systems with delays in control Relave conrollably o nonlnear sysems wh delays n conrol Jerzy Klamka Insue o Conrol Engneerng, Slesan Techncal Unversy, 44- Glwce, Poland. phone/ax : 48 32 37227, {jklamka}@a.polsl.glwce.pl Keywor: Conrollably.

More information

CHAPTER 10: LINEAR DISCRIMINATION

CHAPTER 10: LINEAR DISCRIMINATION CHAPER : LINEAR DISCRIMINAION Dscrmnan-based Classfcaon 3 In classfcaon h K classes (C,C,, C k ) We defned dscrmnan funcon g j (), j=,,,k hen gven an es eample, e chose (predced) s class label as C f g

More information

January Examinations 2012

January Examinations 2012 Page of 5 EC79 January Examnaons No. of Pages: 5 No. of Quesons: 8 Subjec ECONOMICS (POSTGRADUATE) Tle of Paper EC79 QUANTITATIVE METHODS FOR BUSINESS AND FINANCE Tme Allowed Two Hours ( hours) Insrucons

More information

Let s treat the problem of the response of a system to an applied external force. Again,

Let s treat the problem of the response of a system to an applied external force. Again, Page 33 QUANTUM LNEAR RESPONSE FUNCTON Le s rea he problem of he response of a sysem o an appled exernal force. Agan, H() H f () A H + V () Exernal agen acng on nernal varable Hamlonan for equlbrum sysem

More information

New M-Estimator Objective Function. in Simultaneous Equations Model. (A Comparative Study)

New M-Estimator Objective Function. in Simultaneous Equations Model. (A Comparative Study) Inernaonal Mahemacal Forum, Vol. 8, 3, no., 7 - HIKARI Ld, www.m-hkar.com hp://dx.do.org/.988/mf.3.3488 New M-Esmaor Objecve Funcon n Smulaneous Equaons Model (A Comparave Sudy) Ahmed H. Youssef Professor

More information

Chapter 6: AC Circuits

Chapter 6: AC Circuits Chaper 6: AC Crcus Chaper 6: Oulne Phasors and he AC Seady Sae AC Crcus A sable, lnear crcu operang n he seady sae wh snusodal excaon (.e., snusodal seady sae. Complee response forced response naural response.

More information

Dual Population-Based Incremental Learning for Problem Optimization in Dynamic Environments

Dual Population-Based Incremental Learning for Problem Optimization in Dynamic Environments Dual Populaon-Based Incremenal Learnng for Problem Opmzaon n Dynamc Envronmens hengxang Yang, Xn Yao In recen years here s a growng neres n he research of evoluonary algorhms for dynamc opmzaon problems

More information

WiH Wei He

WiH Wei He Sysem Idenfcaon of onlnear Sae-Space Space Baery odels WH We He wehe@calce.umd.edu Advsor: Dr. Chaochao Chen Deparmen of echancal Engneerng Unversy of aryland, College Par 1 Unversy of aryland Bacground

More information

ABSTRACT. KEYWORDS Hybrid, Genetic Algorithm, Shipping, Dispatching, Vehicle, Time Windows INTRODUCTION

ABSTRACT. KEYWORDS Hybrid, Genetic Algorithm, Shipping, Dispatching, Vehicle, Time Windows INTRODUCTION A HYBRID GENETIC ALGORITH FOR A DYNAIC INBOUND ORDERING AND SHIPPING AND OUTBOUND DISPATCHING PROBLE WITH HETEROGENEOUS VEHICLE TYPES AND DELIVERY TIE WINDOWS by Byung Soo Km, Woon-Seek Lee, and Young-Seok

More information

MANY real-world applications (e.g. production

MANY real-world applications (e.g. production Barebones Parcle Swarm for Ineger Programmng Problems Mahamed G. H. Omran, Andres Engelbrech and Ayed Salman Absrac The performance of wo recen varans of Parcle Swarm Opmzaon (PSO) when appled o Ineger

More information

CS286.2 Lecture 14: Quantum de Finetti Theorems II

CS286.2 Lecture 14: Quantum de Finetti Theorems II CS286.2 Lecure 14: Quanum de Fne Theorems II Scrbe: Mara Okounkova 1 Saemen of he heorem Recall he las saemen of he quanum de Fne heorem from he prevous lecure. Theorem 1 Quanum de Fne). Le ρ Dens C 2

More information

Parameter Estimation of Three-Phase Induction Motor by Using Genetic Algorithm

Parameter Estimation of Three-Phase Induction Motor by Using Genetic Algorithm 360 Journal of Elecrcal Engneerng & Technology Vol. 4, o. 3, pp. 360~364, 009 Parameer Esmaon of Three-Phase Inducon Moor by Usng Genec Algorhm Seesa Jangj and Panhep Laohacha* Absrac Ths paper suggess

More information

Solution in semi infinite diffusion couples (error function analysis)

Solution in semi infinite diffusion couples (error function analysis) Soluon n sem nfne dffuson couples (error funcon analyss) Le us consder now he sem nfne dffuson couple of wo blocks wh concenraon of and I means ha, n a A- bnary sysem, s bondng beween wo blocks made of

More information

Volatility Interpolation

Volatility Interpolation Volaly Inerpolaon Prelmnary Verson March 00 Jesper Andreasen and Bran Huge Danse Mares, Copenhagen wan.daddy@danseban.com brno@danseban.com Elecronc copy avalable a: hp://ssrn.com/absrac=69497 Inro Local

More information

Li An-Ping. Beijing , P.R.China

Li An-Ping. Beijing , P.R.China A New Type of Cpher: DICING_csb L An-Png Bejng 100085, P.R.Chna apl0001@sna.com Absrac: In hs paper, we wll propose a new ype of cpher named DICING_csb, whch s derved from our prevous sream cpher DICING.

More information

Clustering (Bishop ch 9)

Clustering (Bishop ch 9) Cluserng (Bshop ch 9) Reference: Daa Mnng by Margare Dunham (a slde source) 1 Cluserng Cluserng s unsupervsed learnng, here are no class labels Wan o fnd groups of smlar nsances Ofen use a dsance measure

More information

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005

Dynamic Team Decision Theory. EECS 558 Project Shrutivandana Sharma and David Shuman December 10, 2005 Dynamc Team Decson Theory EECS 558 Proec Shruvandana Sharma and Davd Shuman December 0, 005 Oulne Inroducon o Team Decson Theory Decomposon of he Dynamc Team Decson Problem Equvalence of Sac and Dynamc

More information

Graduate Macroeconomics 2 Problem set 5. - Solutions

Graduate Macroeconomics 2 Problem set 5. - Solutions Graduae Macroeconomcs 2 Problem se. - Soluons Queson 1 To answer hs queson we need he frms frs order condons and he equaon ha deermnes he number of frms n equlbrum. The frms frs order condons are: F K

More information

Genetic Algorithm in Parameter Estimation of Nonlinear Dynamic Systems

Genetic Algorithm in Parameter Estimation of Nonlinear Dynamic Systems Genec Algorhm n Parameer Esmaon of Nonlnear Dynamc Sysems E. Paeraks manos@egnaa.ee.auh.gr V. Perds perds@vergna.eng.auh.gr Ah. ehagas kehagas@egnaa.ee.auh.gr hp://skron.conrol.ee.auh.gr/kehagas/ndex.hm

More information

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model

( t) Outline of program: BGC1: Survival and event history analysis Oslo, March-May Recapitulation. The additive regression model BGC1: Survval and even hsory analyss Oslo, March-May 212 Monday May 7h and Tuesday May 8h The addve regresson model Ørnulf Borgan Deparmen of Mahemacs Unversy of Oslo Oulne of program: Recapulaon Counng

More information

Comb Filters. Comb Filters

Comb Filters. Comb Filters The smple flers dscussed so far are characered eher by a sngle passband and/or a sngle sopband There are applcaons where flers wh mulple passbands and sopbands are requred Thecomb fler s an example of

More information

Computing Relevance, Similarity: The Vector Space Model

Computing Relevance, Similarity: The Vector Space Model Compung Relevance, Smlary: The Vecor Space Model Based on Larson and Hears s sldes a UC-Bereley hp://.sms.bereley.edu/courses/s0/f00/ aabase Managemen Sysems, R. Ramarshnan ocumen Vecors v ocumens are

More information

Discrete Markov Process. Introduction. Example: Balls and Urns. Stochastic Automaton. INTRODUCTION TO Machine Learning 3rd Edition

Discrete Markov Process. Introduction. Example: Balls and Urns. Stochastic Automaton. INTRODUCTION TO Machine Learning 3rd Edition EHEM ALPAYDI he MI Press, 04 Lecure Sldes for IRODUCIO O Machne Learnng 3rd Edon alpaydn@boun.edu.r hp://www.cmpe.boun.edu.r/~ehem/ml3e Sldes from exboo resource page. Slghly eded and wh addonal examples

More information

Introduction ( Week 1-2) Course introduction A brief introduction to molecular biology A brief introduction to sequence comparison Part I: Algorithms

Introduction ( Week 1-2) Course introduction A brief introduction to molecular biology A brief introduction to sequence comparison Part I: Algorithms Course organzaon Inroducon Wee -2) Course nroducon A bref nroducon o molecular bology A bref nroducon o sequence comparson Par I: Algorhms for Sequence Analyss Wee 3-8) Chaper -3, Models and heores» Probably

More information

Introduction to Boosting

Introduction to Boosting Inroducon o Boosng Cynha Rudn PACM, Prnceon Unversy Advsors Ingrd Daubeches and Rober Schapre Say you have a daabase of news arcles, +, +, -, -, +, +, -, -, +, +, -, -, +, +, -, + where arcles are labeled

More information

Lecture 6: Learning for Control (Generalised Linear Regression)

Lecture 6: Learning for Control (Generalised Linear Regression) Lecure 6: Learnng for Conrol (Generalsed Lnear Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure 6: RLSC - Prof. Sehu Vjayakumar Lnear Regresson

More information

Math 128b Project. Jude Yuen

Math 128b Project. Jude Yuen Mah 8b Proec Jude Yuen . Inroducon Le { Z } be a sequence of observed ndependen vecor varables. If he elemens of Z have a on normal dsrbuon hen { Z } has a mean vecor Z and a varancecovarance marx z. Geomercally

More information

On computing differential transform of nonlinear non-autonomous functions and its applications

On computing differential transform of nonlinear non-autonomous functions and its applications On compung dfferenal ransform of nonlnear non-auonomous funcons and s applcaons Essam. R. El-Zahar, and Abdelhalm Ebad Deparmen of Mahemacs, Faculy of Scences and Humanes, Prnce Saam Bn Abdulazz Unversy,

More information

PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING

PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING Proceedng 7 h Inernaonal Semnar on Indusral Engneerng and Managemen PARTICLE SWARM OPTIMIZATION BASED ON BOTTLENECK MACHINE FOR JOBSHOP SCHEDULING Rahm Mauldya Indusral Engneerng Deparmen, Indusral Engneerng

More information

Lecture 11 SVM cont

Lecture 11 SVM cont Lecure SVM con. 0 008 Wha we have done so far We have esalshed ha we wan o fnd a lnear decson oundary whose margn s he larges We know how o measure he margn of a lnear decson oundary Tha s: he mnmum geomerc

More information

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6)

Econ107 Applied Econometrics Topic 5: Specification: Choosing Independent Variables (Studenmund, Chapter 6) Econ7 Appled Economercs Topc 5: Specfcaon: Choosng Independen Varables (Sudenmund, Chaper 6 Specfcaon errors ha we wll deal wh: wrong ndependen varable; wrong funconal form. Ths lecure deals wh wrong ndependen

More information

Influence of Probability of Variation Operator on the Performance of Quantum-Inspired Evolutionary Algorithm for 0/1 Knapsack Problem

Influence of Probability of Variation Operator on the Performance of Quantum-Inspired Evolutionary Algorithm for 0/1 Knapsack Problem The Open Arfcal Inellgence Journal,, 4, 37-48 37 Open Access Influence of Probably of Varaon Operaor on he Perforance of Quanu-Inspred Eoluonary Algorh for / Knapsack Proble Mozael H.A. Khan* Deparen of

More information

EEL 6266 Power System Operation and Control. Chapter 5 Unit Commitment

EEL 6266 Power System Operation and Control. Chapter 5 Unit Commitment EEL 6266 Power Sysem Operaon and Conrol Chaper 5 Un Commmen Dynamc programmng chef advanage over enumeraon schemes s he reducon n he dmensonaly of he problem n a src prory order scheme, here are only N

More information

ABSTRACT KEYWORDS. Bonus-malus systems, frequency component, severity component. 1. INTRODUCTION

ABSTRACT KEYWORDS. Bonus-malus systems, frequency component, severity component. 1. INTRODUCTION EERAIED BU-MAU YTEM ITH A FREQUECY AD A EVERITY CMET A IDIVIDUA BAI I AUTMBIE IURACE* BY RAHIM MAHMUDVAD AD HEI HAAI ABTRACT Frangos and Vronos (2001) proposed an opmal bonus-malus sysems wh a frequency

More information

THEORETICAL AUTOCORRELATIONS. ) if often denoted by γ. Note that

THEORETICAL AUTOCORRELATIONS. ) if often denoted by γ. Note that THEORETICAL AUTOCORRELATIONS Cov( y, y ) E( y E( y))( y E( y)) ρ = = Var( y) E( y E( y)) =,, L ρ = and Cov( y, y ) s ofen denoed by whle Var( y ) f ofen denoed by γ. Noe ha γ = γ and ρ = ρ and because

More information

Learning Objectives. Self Organization Map. Hamming Distance(1/5) Introduction. Hamming Distance(3/5) Hamming Distance(2/5) 15/04/2015

Learning Objectives. Self Organization Map. Hamming Distance(1/5) Introduction. Hamming Distance(3/5) Hamming Distance(2/5) 15/04/2015 /4/ Learnng Objecves Self Organzaon Map Learnng whou Exaples. Inroducon. MAXNET 3. Cluserng 4. Feaure Map. Self-organzng Feaure Map 6. Concluson 38 Inroducon. Learnng whou exaples. Daa are npu o he syse

More information

Lecture VI Regression

Lecture VI Regression Lecure VI Regresson (Lnear Mehods for Regresson) Conens: Lnear Mehods for Regresson Leas Squares, Gauss Markov heorem Recursve Leas Squares Lecure VI: MLSC - Dr. Sehu Vjayakumar Lnear Regresson Model M

More information

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading

Online Supplement for Dynamic Multi-Technology. Production-Inventory Problem with Emissions Trading Onlne Supplemen for Dynamc Mul-Technology Producon-Invenory Problem wh Emssons Tradng by We Zhang Zhongsheng Hua Yu Xa and Baofeng Huo Proof of Lemma For any ( qr ) Θ s easy o verfy ha he lnear programmng

More information

TSS = SST + SSE An orthogonal partition of the total SS

TSS = SST + SSE An orthogonal partition of the total SS ANOVA: Topc 4. Orhogonal conrass [ST&D p. 183] H 0 : µ 1 = µ =... = µ H 1 : The mean of a leas one reamen group s dfferen To es hs hypohess, a basc ANOVA allocaes he varaon among reamen means (SST) equally

More information

Attribute Reduction Algorithm Based on Discernibility Matrix with Algebraic Method GAO Jing1,a, Ma Hui1, Han Zhidong2,b

Attribute Reduction Algorithm Based on Discernibility Matrix with Algebraic Method GAO Jing1,a, Ma Hui1, Han Zhidong2,b Inernaonal Indusral Informacs and Compuer Engneerng Conference (IIICEC 05) Arbue educon Algorhm Based on Dscernbly Marx wh Algebrac Mehod GAO Jng,a, Ma Hu, Han Zhdong,b Informaon School, Capal Unversy

More information

Appendix H: Rarefaction and extrapolation of Hill numbers for incidence data

Appendix H: Rarefaction and extrapolation of Hill numbers for incidence data Anne Chao Ncholas J Goell C seh lzabeh L ander K Ma Rober K Colwell and Aaron M llson 03 Rarefacon and erapolaon wh ll numbers: a framewor for samplng and esmaon n speces dversy sudes cology Monographs

More information

Advanced Machine Learning & Perception

Advanced Machine Learning & Perception Advanced Machne Learnng & Percepon Insrucor: Tony Jebara SVM Feaure & Kernel Selecon SVM Eensons Feaure Selecon (Flerng and Wrappng) SVM Feaure Selecon SVM Kernel Selecon SVM Eensons Classfcaon Feaure/Kernel

More information

Machine Learning 2nd Edition

Machine Learning 2nd Edition INTRODUCTION TO Lecure Sldes for Machne Learnng nd Edon ETHEM ALPAYDIN, modfed by Leonardo Bobadlla and some pars from hp://www.cs.au.ac.l/~aparzn/machnelearnng/ The MIT Press, 00 alpaydn@boun.edu.r hp://www.cmpe.boun.edu.r/~ehem/mle

More information

Epistemic Game Theory: Online Appendix

Epistemic Game Theory: Online Appendix Epsemc Game Theory: Onlne Appendx Edde Dekel Lucano Pomao Marcano Snscalch July 18, 2014 Prelmnares Fx a fne ype srucure T I, S, T, β I and a probably µ S T. Le T µ I, S, T µ, βµ I be a ype srucure ha

More information

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys

Dual Approximate Dynamic Programming for Large Scale Hydro Valleys Dual Approxmae Dynamc Programmng for Large Scale Hydro Valleys Perre Carpener and Jean-Phlppe Chanceler 1 ENSTA ParsTech and ENPC ParsTech CMM Workshop, January 2016 1 Jon work wh J.-C. Alas, suppored

More information

FI 3103 Quantum Physics

FI 3103 Quantum Physics /9/4 FI 33 Quanum Physcs Aleander A. Iskandar Physcs of Magnesm and Phooncs Research Grou Insu Teknolog Bandung Basc Conces n Quanum Physcs Probably and Eecaon Value Hesenberg Uncerany Prncle Wave Funcon

More information

Sampling Procedure of the Sum of two Binary Markov Process Realizations

Sampling Procedure of the Sum of two Binary Markov Process Realizations Samplng Procedure of he Sum of wo Bnary Markov Process Realzaons YURY GORITSKIY Dep. of Mahemacal Modelng of Moscow Power Insue (Techncal Unversy), Moscow, RUSSIA, E-mal: gorsky@yandex.ru VLADIMIR KAZAKOV

More information

DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL

DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL DEEP UNFOLDING FOR MULTICHANNEL SOURCE SEPARATION SUPPLEMENTARY MATERIAL Sco Wsdom, John Hershey 2, Jonahan Le Roux 2, and Shnj Waanabe 2 Deparmen o Elecrcal Engneerng, Unversy o Washngon, Seale, WA, USA

More information

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5

[ ] 2. [ ]3 + (Δx i + Δx i 1 ) / 2. Δx i-1 Δx i Δx i+1. TPG4160 Reservoir Simulation 2018 Lecture note 3. page 1 of 5 TPG460 Reservor Smulaon 08 page of 5 DISCRETIZATIO OF THE FOW EQUATIOS As we already have seen, fne dfference appromaons of he paral dervaves appearng n he flow equaons may be obaned from Taylor seres

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Lnear Response Theory: The connecon beween QFT and expermens 3.1. Basc conceps and deas Q: ow do we measure he conducvy of a meal? A: we frs nroduce a weak elecrc feld E, and hen measure

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Ths documen s downloaded from DR-NTU, Nanyang Technologcal Unversy Lbrary, Sngapore. Tle A smplfed verb machng algorhm for word paron n vsual speech processng( Acceped verson ) Auhor(s) Foo, Say We; Yong,

More information

Tight results for Next Fit and Worst Fit with resource augmentation

Tight results for Next Fit and Worst Fit with resource augmentation Tgh resuls for Nex F and Wors F wh resource augmenaon Joan Boyar Leah Epsen Asaf Levn Asrac I s well known ha he wo smple algorhms for he classc n packng prolem, NF and WF oh have an approxmaon rao of

More information

Panel Data Regression Models

Panel Data Regression Models Panel Daa Regresson Models Wha s Panel Daa? () Mulple dmensoned Dmensons, e.g., cross-secon and me node-o-node (c) Pongsa Pornchawseskul, Faculy of Economcs, Chulalongkorn Unversy (c) Pongsa Pornchawseskul,

More information

Testing a new idea to solve the P = NP problem with mathematical induction

Testing a new idea to solve the P = NP problem with mathematical induction Tesng a new dea o solve he P = NP problem wh mahemacal nducon Bacground P and NP are wo classes (ses) of languages n Compuer Scence An open problem s wheher P = NP Ths paper ess a new dea o compare he

More information

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION

A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION S19 A NEW TECHNIQUE FOR SOLVING THE 1-D BURGERS EQUATION by Xaojun YANG a,b, Yugu YANG a*, Carlo CATTANI c, and Mngzheng ZHU b a Sae Key Laboraory for Geomechancs and Deep Underground Engneerng, Chna Unversy

More information

Comparison of Differences between Power Means 1

Comparison of Differences between Power Means 1 In. Journal of Mah. Analyss, Vol. 7, 203, no., 5-55 Comparson of Dfferences beween Power Means Chang-An Tan, Guanghua Sh and Fe Zuo College of Mahemacs and Informaon Scence Henan Normal Unversy, 453007,

More information

Time-interval analysis of β decay. V. Horvat and J. C. Hardy

Time-interval analysis of β decay. V. Horvat and J. C. Hardy Tme-nerval analyss of β decay V. Horva and J. C. Hardy Work on he even analyss of β decay [1] connued and resuled n he developmen of a novel mehod of bea-decay me-nerval analyss ha produces hghly accurae

More information

The preemptive resource-constrained project scheduling problem subject to due dates and preemption penalties: An integer programming approach

The preemptive resource-constrained project scheduling problem subject to due dates and preemption penalties: An integer programming approach Journal of Indusral Engneerng 1 (008) 35-39 The preempve resource-consraned projec schedulng problem subjec o due daes and preempon penales An neger programmng approach B. Afshar Nadjaf Deparmen of Indusral

More information

Using Aggregation to Construct Periodic Policies for Routing Jobs to Parallel Servers with Deterministic Service Times

Using Aggregation to Construct Periodic Policies for Routing Jobs to Parallel Servers with Deterministic Service Times Usng Aggregaon o Consruc Perodc Polces for Roung Jobs o Parallel Servers wh Deermnsc Servce Tmes Jeffrey W. errmann A. James Clark School of Engneerng 2181 Marn all Unversy of Maryland College Park, MD

More information

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria

M. Y. Adamu Mathematical Sciences Programme, AbubakarTafawaBalewa University, Bauchi, Nigeria IOSR Journal of Mahemacs (IOSR-JM e-issn: 78-578, p-issn: 9-765X. Volume 0, Issue 4 Ver. IV (Jul-Aug. 04, PP 40-44 Mulple SolonSoluons for a (+-dmensonalhroa-sasuma shallow waer wave equaon UsngPanlevé-Bӓclund

More information

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair

Performance Analysis for a Network having Standby Redundant Unit with Waiting in Repair TECHNI Inernaonal Journal of Compung Scence Communcaon Technologes VOL.5 NO. July 22 (ISSN 974-3375 erformance nalyss for a Nework havng Sby edundan Un wh ang n epar Jendra Sngh 2 abns orwal 2 Deparmen

More information

FTCS Solution to the Heat Equation

FTCS Solution to the Heat Equation FTCS Soluon o he Hea Equaon ME 448/548 Noes Gerald Reckenwald Porland Sae Unversy Deparmen of Mechancal Engneerng gerry@pdxedu ME 448/548: FTCS Soluon o he Hea Equaon Overvew Use he forward fne d erence

More information

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD

HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Journal of Appled Mahemacs and Compuaonal Mechancs 3, (), 45-5 HEAT CONDUCTION PROBLEM IN A TWO-LAYERED HOLLOW CYLINDER BY USING THE GREEN S FUNCTION METHOD Sansław Kukla, Urszula Sedlecka Insue of Mahemacs,

More information

Modeling and Solving of Multi-Product Inventory Lot-Sizing with Supplier Selection under Quantity Discounts

Modeling and Solving of Multi-Product Inventory Lot-Sizing with Supplier Selection under Quantity Discounts nernaonal ournal of Appled Engneerng Research SSN 0973-4562 Volume 13, Number 10 (2018) pp. 8708-8713 Modelng and Solvng of Mul-Produc nvenory Lo-Szng wh Suppler Selecon under Quany Dscouns Naapa anchanaruangrong

More information

Density Matrix Description of NMR BCMB/CHEM 8190

Density Matrix Description of NMR BCMB/CHEM 8190 Densy Marx Descrpon of NMR BCMBCHEM 89 Operaors n Marx Noaon If we say wh one bass se, properes vary only because of changes n he coeffcens weghng each bass se funcon x = h< Ix > - hs s how we calculae

More information

UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 2017 EXAMINATION

UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 2017 EXAMINATION INTERNATIONAL TRADE T. J. KEHOE UNIVERSITAT AUTÒNOMA DE BARCELONA MARCH 27 EXAMINATION Please answer wo of he hree quesons. You can consul class noes, workng papers, and arcles whle you are workng on he

More information

Chapter 6 DETECTION AND ESTIMATION: Model of digital communication system. Fundamental issues in digital communications are

Chapter 6 DETECTION AND ESTIMATION: Model of digital communication system. Fundamental issues in digital communications are Chaper 6 DEECIO AD EIMAIO: Fundamenal ssues n dgal communcaons are. Deecon and. Esmaon Deecon heory: I deals wh he desgn and evaluaon of decson makng processor ha observes he receved sgnal and guesses

More information

Mechanics Physics 151

Mechanics Physics 151 Mechancs Physcs 5 Lecure 0 Canoncal Transformaons (Chaper 9) Wha We Dd Las Tme Hamlon s Prncple n he Hamlonan formalsm Dervaon was smple δi δ Addonal end-pon consrans pq H( q, p, ) d 0 δ q ( ) δq ( ) δ

More information

Density Matrix Description of NMR BCMB/CHEM 8190

Density Matrix Description of NMR BCMB/CHEM 8190 Densy Marx Descrpon of NMR BCMBCHEM 89 Operaors n Marx Noaon Alernae approach o second order specra: ask abou x magnezaon nsead of energes and ranson probables. If we say wh one bass se, properes vary

More information

Reactive Methods to Solve the Berth AllocationProblem with Stochastic Arrival and Handling Times

Reactive Methods to Solve the Berth AllocationProblem with Stochastic Arrival and Handling Times Reacve Mehods o Solve he Berh AllocaonProblem wh Sochasc Arrval and Handlng Tmes Nsh Umang* Mchel Berlare* * TRANSP-OR, Ecole Polyechnque Fédérale de Lausanne Frs Workshop on Large Scale Opmzaon November

More information

CS 268: Packet Scheduling

CS 268: Packet Scheduling Pace Schedulng Decde when and wha pace o send on oupu ln - Usually mplemened a oupu nerface CS 68: Pace Schedulng flow Ion Soca March 9, 004 Classfer flow flow n Buffer managemen Scheduler soca@cs.bereley.edu

More information

Department of Economics University of Toronto

Department of Economics University of Toronto Deparmen of Economcs Unversy of Torono ECO408F M.A. Economercs Lecure Noes on Heeroskedascy Heeroskedascy o Ths lecure nvolves lookng a modfcaons we need o make o deal wh he regresson model when some of

More information

Solving the multi-period fixed cost transportation problem using LINGO solver

Solving the multi-period fixed cost transportation problem using LINGO solver Inernaonal Journal of Pure and Appled Mahemacs Volume 119 No. 12 2018, 2151-2157 ISSN: 1314-3395 (on-lne verson) url: hp://www.pam.eu Specal Issue pam.eu Solvng he mul-perod fxed cos ransporaon problem

More information

Standard Error of Technical Cost Incorporating Parameter Uncertainty

Standard Error of Technical Cost Incorporating Parameter Uncertainty Sandard rror of echncal Cos Incorporang Parameer Uncerany Chrsopher Moron Insurance Ausrala Group Presened o he Acuares Insue General Insurance Semnar 3 ovember 0 Sydney hs paper has been prepared for

More information

e-journal Reliability: Theory& Applications No 2 (Vol.2) Vyacheslav Abramov

e-journal Reliability: Theory& Applications No 2 (Vol.2) Vyacheslav Abramov June 7 e-ournal Relably: Theory& Applcaons No (Vol. CONFIDENCE INTERVALS ASSOCIATED WITH PERFORMANCE ANALYSIS OF SYMMETRIC LARGE CLOSED CLIENT/SERVER COMPUTER NETWORKS Absrac Vyacheslav Abramov School

More information

Evolutionary Algorithms for Multi-Criterion Optimization: A Survey

Evolutionary Algorithms for Multi-Criterion Optimization: A Survey Inernaonal Journal of Compung & Informaon Scences Vol. 2, No., Aprl 2004 38 Evoluonary Algorhms for Mul-Creron Opmzaon: A Survey Ashsh Ghosh Machne Inellgence Un, Indan Sascal Insue, Kolkaa-08, Inda. Sachdananda

More information

Chapter Lagrangian Interpolation

Chapter Lagrangian Interpolation Chaper 5.4 agrangan Inerpolaon Afer readng hs chaper you should be able o:. dere agrangan mehod of nerpolaon. sole problems usng agrangan mehod of nerpolaon and. use agrangan nerpolans o fnd deraes and

More information

3. OVERVIEW OF NUMERICAL METHODS

3. OVERVIEW OF NUMERICAL METHODS 3 OVERVIEW OF NUMERICAL METHODS 3 Inroducory remarks Ths chaper summarzes hose numercal echnques whose knowledge s ndspensable for he undersandng of he dfferen dscree elemen mehods: he Newon-Raphson-mehod,

More information