MANY real-world applications (e.g. production

Size: px
Start display at page:

Download "MANY real-world applications (e.g. production"

Transcription

1 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 Programmng problems s nvesgaed. The wo PSO varans, namely, barebones Parcle Swarm (BB) and he eplong barebones Parcle Swarm (BBEp) are compared wh he sandard PSO and sandard Dfferenal Evoluon (DE) on several Ineger Programmng es problems. The resuls show ha he BBEp seems o be an effcen alernave for solvng Ineger Programmng problems. I. INTRODUCTION MANY real-world applcaons (e.g. producon schedulng, resource allocaon, VLSI crcu desgn, ec.) requre he varables o be opmzed o be negers. These problems are called Ineger Programmng problems. Opmzaon mehods developed for real search spaces can be used o solve Ineger Programmng problems by roundng off he real opmum values o he neares negers []. The unconsraned Ineger Programmng problem can be defned as N mn f ( ), S Z d () where Nd Z s an d N dmensonal dscree space of negers, and S represens a feasble regon ha s no necessarly a bounded se. Ineger Programmng problems encompass boh mamzaon and mnmzaon problems. Any mamzaon problem can be convered no a mnmzaon problem and vce versa. The problems ackled n hs paper are mnmzaon problems. Therefore, he remander of he dscusson focuses on mnmzaon problems. The Branch and Bound mehod [] s one common deermnsc approach o ackle he Ineger Programmng problems. Evoluonary algorhms (EAs) [3] are generalpurpose sochasc search mehods smulang naural Manuscrp receved November 3, 006. M. G. Omran s wh he Deparmen of Compuer Scence, Gulf Unversy for Scence and Technology, Kuwa (phone: 8866 (E. 55); e-mal: momran@gmal.com). A. Engelbrech s wh he Deparmen of Compuer Scence, Unversy of Preora, Preora, Souh Afrca. A. Salman wh he Deparmen of Compuer Engneerng, Kuwa Unversy, Kuwa. selecon and evoluon n he bologcal world. EAs have been used successfully o solve Ineger Programmng problems []. On he oher hand, Parcle Swarm Opmzaon (PSO) [5] s a populaon-based sochasc opmzaon algorhm modeled afer he smulaon of he socal behavor of brd flocks, where a swarm of ndvduals (called parcles) fly hrough he search space. PSO has also been used o solve Ineger Programmng problems wh promsng resuls [,6,7]. Kennedy [8] proposed a new PSO approach where he sandard PSO velocy equaon s removed and replaced wh samples from a normal dsrbuon. Ths approach, known as barebones Parcle Swarm (BB), requres no parameer unng. Kennedy [8] proposed a varaon of he BB PSO where appromaely half of he me velocy s based on samples from a normal dsrbuon, and for half of he me velocy s derved from he parcle's personal bes poson. Ths verson s called eplong barebones Parcle Swarm (BBEp). Ths paper nvesgaes he performance of BB and BBEp mehods on Ineger Programmng problems. The wo varans are compared o boh PSO (as proposed n []) and sandard Dfferenal Evoluon (DE) [9]. The remnder of he paper s organzed as follows: Secon II provdes an overvew of PSO, BB and BBEp. An overvew of DE s gven n Secon III. Benchmark funcons o measure he performance of he dfferen approaches are provded n Secon IV. Resuls of he epermens are presened n Secon V. Fnally, Secon VI concludes he paper. II. PARTICLE SWARM OPTIMIZATION AND ITS VARIANTS In PSO, each parcle n he swarm s represened by he followng characerscs: : The curren poson of he parcle; v : The curren velocy of he parcle; y : The personal bes poson of he parcle. The personal bes poson of parcle s he bes poson (.e. one resulng n he bes fness value) vsed by parcle so far. Le f denoe he obecve funcon. Then he personal bes of a parcle a me sep s updaed as y ) ) f f ( )) f ( y ) f f ( )) < f ( y ) y () /07/$ IEEE 70

2 If he poson of he global bes parcle s denoed by he vecor ŷ, hen { y, y, K, y } mn{ f ( y ), f( y ), K, f ( y ( ))} ˆy s 0 (3) 0 s where s denoes he sze of he swarm. For each eraon of a PSO algorhm, he velocy v updae sep s specfed for each dmenson,, N d, where N d s he dmenson of he problem. Hence, v, represens he h elemen of he velocy vecor of he h parcle. The velocy of parcle s updaed as v, c r ) wv, ( ŷ, + c r, ), ( y,, ) + where w s he nera wegh, c and c are he acceleraon consans and r,, ~ (0,). Equaon () consss of r, U hree componens, namely The nera wegh erm, w, whch serves as a memory of prevous veloces. The nera wegh conrols he mpac of he prevous velocy: a large nera wegh favors eploraon, whle a small nera wegh favors eploaon. The cognve componen, y, whch represens he parcle's own eperence as o where he bes soluon s. The socal componen, ˆy, whch represens he belef of he enre swarm as o where he bes soluon s. The poson of parcle,, s hen updaed usng ( + ) + v ( + ) (5) The reader s referred o [0,] for a sudy of he relaonshp beween he nera wegh and acceleraon consans, n order o selec values for hese conrol parameers whch wll ensure convergen behavor. Velocy updaes can also be clamped hrough a user defned mamum velocy, V ma, whch would preven hem from eplodng, hereby reducng he chances ha parcles wll leave he boundares of he search space. The PSO algorhm performs he updae equaons above, repeaedly, unl a specfed number of eraons have been eceeded, or velocy updaes are close o zero. The qualy of parcles s measured usng a fness funcon whch reflecs he opmaly of a parcular soluon. () A. Barebones Parcle Swarm approaches BB PSO replaces equaons () and (5) wh he followng equaon, y, + ŷ ) N, y - ŷ,, (6) Equaon (6) s based on heorecal sudes where formal proofs have shown ha each parcle converges o a weghed average of s personal bes and neghborhood bes posons [0,]. Therefore, he mean of y ŷ, + s used for he normal dsrbuon. The devaon of y, - ŷ allows parcles whose personal bes poson are far away from he global bes poson o make large sep szes owards he global bes poson. Ths may cause personal bes posons o move closer o he global bes poson. When a personal bes poson s close o he global bes poson, sep szes are small o lm eploraon n favor of eploaon. The BBEp, on he oher hand, replaces equaons () and (5) wh y, + ŷ N >, y ( ) - ( ), ŷ f U (0,) 0.5 ) (7), y, oherwse The fac ha poson updaes are se equal o he personal bes poson for 50% of he me causes he BBEp o eplo personal bes posons more han BB PSO, hereby lmng eploraon. Accordng o [8], BBEp generally ouperformed oher varans of PSO when appled o a se of benchmark funcons. III. DIFFERENTIAL EVOLUTION Dfferenal evoluon does no make use of a muaon operaor ha depends on some probably dsrbuon funcon, bu nroduces a new arhmec operaor whch depends on he dfferences beween randomly seleced pars of ndvduals. For each paren, (), of generaon, an offsprng, (), s creaed n he followng way: Randomly selec hree ndvduals from he curren populaon, namely ( ), 7

3 ( ) and ( ), wh 3 3 and,, 3 ~ U(,, s), where s s he populaon sze. Selec a random number r ~ U(,, N d ), where N d s he number of genes (parameers) of a sngle chromosome. Then, for all parameers,, N d, f U(0, ) < P r, or f r, le (8), F(, -, + 3 oherwse, le,, ( )), (9) In he above, P r s he probably of reproducon (wh P r [0, ]), F s a scalng facor wh F (0, 8), and () and,, () ndcae respecvely he -h parameer of he offsprng and he paren. Thus, each offsprng consss of a lnear combnaon of hree randomly chosen ndvduals when U(0,) < P r ; oherws e he offsprng nhers drecly from he paren. Even when P r 0, a leas one of he parameers of he offsprng wll dffer from he paren (forced by he condon r). The muaon process above requres ha he populaon consss of more han hree ndvduals. Afer compleon of he muaon process, he ne sep s o selec he new generaon. For each paren of he curren populaon, he paren s replaced wh s offsprng f he fness of he offsprng s beer, oherwse he paren s carred over o he ne generaon. Prce and Sorn [] proposed en dfferen sraeges for DE based on he ndvdual beng perurbed (.e. 3, () ), number of ndvduals used n he muaon process and he ype of crossover used. The sraegy shown n hs secon s known as DE/rand/. Ths sraegy s consdered o be he mos wdely used sraegy. IV. BENCHMARK FUNCTIONS S commonly used Ineger programmng benchmark problems [] were chosen o nvesgae he performance of he PSO varans. Elemens of he parcle poson vecors are rounded o he neares neger, afer he applcaon of he poson updae equaon. Tes Problem : F () N d where 0 and f ( ) 0. Ths problem was consdered for dmensons 5, 5 and 30. Tes Problem : F ( 9 + ) + ( 3 + ) ( ) 7, and ( ) 0 where ( ) T Tes Problem 3: F. ( + 0 ) + 5( ) + ( ) + ( ) F ( 3 ) where 0 and F ( ) 0. Tes Problem : 3 F ( ) where 0 and F ( ) 0. Tes Problem 5: F ( + 5 ) , and ( ) where ( ) T Tes Problem 6: F ( 6 ) T F. 5 where 0 and f ( ) 0. Ths problem was consdered for dmenson 5 as n []. For all he above problems, [ 00, 00] Z. V. EXPERIMENTAL RESULTS In hs secon, BB and BBEp are compared wh sandard gbes PSO and DE/rand/. For PSO, w 0.7, c c.9 (hese values were suggesed by [3]). For DE, F 0.5, P r 0.9 (hese values were suggesed by []). For BB and BBEp, no conrol parameer unng s needed (ecep for he swarm sze s). For all he algorhms used n hs secon, s 50. The resuls repored n hs secon are averages and sandard devaons over 30 smulaons. Each smulaon was allowed o run for evaluaons of he obecve funcon. Table I summarzes he resuls of he epermens. For all 7

4 he es problems, ecep for F wh N d 5 and F wh N d 30, all he algorhms found he global opmum soluons. For larger dmensonal problems (F wh N d 30), he BBEp performed bes, gvng sgnfcanly beer resuls han he oher algorhms. Wha s neresng o noe s ha he BB PSO performed worse han he oher algorhms for F wh N d 5 and N d 30. Ths may be due o larger sep szes caused by he devaon, y, - ŷ, of he normal dsrbuon. Eamnng he resuls, BBEp sgnfcanly ouperformed he oher approaches when appled o he 30-dmensonal F. BB performed worse han he oher approaches when appled o F. Eamnng Fgure can be shown ha BBEp converges faser han he oher approaches when appled o he 30-dmensonal F. Furhermore, Fgure shows ha BB suffers from premaure convergence. The epeced reason for he premaure convergence s ha BB los s dversy faser han he oher approaches as shown n Fg.. For all he oher funcons, all he approaches performed equally well and ehb smlar convergence characerscs. Alhough he algorhms acheved he same accuracy for he lower dmensonal problems, BBEp have shown he followng advanages: Beer accuracy for he hgher dmensonal problems. Faser convergence. Requres no parameer unng, whereas he performance of PSO and DE s dependen on values seleced for her conrol parameers. [6] T. Tsukada, T. Tamura, S. Kagawa and Y. Fukuyama. Opmal operaonal plannng for cogeneraon sysem usng parcle swarm opmzaon. In Proceedngs of he IEEE Swarm Inellgence Symposum 003 (SIS 003), Indanapols, Indana, USA. pp. 38-3, 003. [7] K. Parsopoulos and M. Vrahas. Recen approaches o global opmzaon problems hrough parcle swarm opmzaon. Naural Compung, vol., no. -3, pp , 00. [8] J. Kennedy. Bare bones parcle swarm, IEEE Swarm Inellgence Symposum, pp , 003. [9] R. Sorn and K. Prce. Dfferenal Evoluon A Smple and Effcen Adapve Scheme for Global Opmzaon over Connuous Spaces. Techncal Repor TR-95-0, Inernaonal Compuer Scence Insue, Berkeley, CA, 995. [0] F. Van den Bergh. An analyss of parcle swarm opmzers, Ph.D. dsseraon. Deparmen of Compuer Scence, Unversy of Preora, 00. [] F. Van den Bergh and A. P. Engelbrech. A Sudy of Parcle Traecores. Informaon Scences, vol. 76, no. 8, pp , 006. [] K. Prce and R. Sorn. DE Web se, hp:// (vsed 8 Aug 006), 006. [3] M. Clerc and J. Kennedy. The parcle swarm: Eploson, Sably and Convergence n a mul-dmenonal comple space. IEEE Transacons on Evoluonary Compuaon, vol. 6, pp , 00. VI. CONCLUSION Ths paper evaluaed he performance of wo verson of he barebones PSO n solvng Ineger Programmng problems. In comparson wh a gbes PSO and DE/rand/, he algorhms showed he same performance n erms of accuracy for he lower dmensonal problems. For hgher dmensonal problems, BBEp showed o be sgnfcanly beer han he oher algorhms. The resuls also showed ha BBEp converges faser o good soluons. REFERENCES [] E. Laskar, K. Parsopoulos and M. Vrahas. Parcle Swarm Opmzaon for Ineger Programmng. In: Proceedngs of he 00 Congress on Evoluonary Compuaon, vol., pp , 00. [] R. Hors and H. Tuy. Global Opmzaon, Deermnsc Approaches, Sprnger, 996. [3] A. Engelbrech. Compuaonal Inellgence: An Inroducon. John Wley and Sons, 00. [] G. Rüdolph. An Evoluonary Algorhm for Ineger Programmng. Y. Davdoe, H. Schwefel and R. Männer (eds.), Parallel Problem Solvng from Naure, vol. 3, pp. 39-8, Sprnger, 99. [5] J. Kennedy and R. Eberhar. Parcle Swarm Opmzaon. In Proceedngs of IEEE Inernaonal Conference on Neural Neworks, Perh, Ausrala, vol., pp. 9-98,

5 T ABLE I MEAN, STANDARD DEVIATION (SD) AND 95%CONFIDENCE INTERVAL OF THE TEST PROBLEMS Funcon Mehod Mean (SD) 95% Confdence Inerval (zdsrbuon) F ( N DE 0(0) [0,0] d 5) BBEp 0(0) [0,0] F ( N DE 0(0) [0,0] d 5) BB ( ) [0.0565,0.6650] BBEp 0(0) [0,0] F PSO ( ) [ ,7.500] ( N DE.5 (.97833) [.38808,.869] d 30) BB (6.398) [9.67,.73858] BBEp ( ) [0.656,0.6888] F DE 0(0) [0,0] BBEp 0(0) [0,0] F 3 DE 0(0) [0,0] BBEp 0(0) [0,0] F PSO -6(0) [-6,-6] DE -6(0) [-6,-6] BB -6(0) [-6,-6] BBEp -6(0) [-6,-6] F 5 PSO (0) [-3833.,-3833.] DE (0) [-3833.,-3833.] BB (0) [-3833.,-3833.] BBEp (0) [-3833.,-3833.] F 6 ( N DE 0(0) [0,0] d 5) BBEp 0(0) [0,0] F (30 dm) F gbes PSO DE/rand/ BB BBEp Fg. : Comparson beween PSO, DE, BB and BBEp for he 30-dmensonal F benchmark problem. The vercal as represens he funcon value and he horzonal as represens he number of generaons. 7

6 F (30 dm) 50 0 dversy 30 0 gbes PSO DE/rand/ BB BBEp Fg. : Comparson beween PSO, DE/rand/, BB and BBEp for he 30-dmensonal F benchmark problem. The vercal as represens he dversy and he horzonal as represens he number of generaons. 75

Using the Ring Neighborhood Topology with Self-Adaptive. Differential Evolution

Using the Ring Neighborhood Topology with Self-Adaptive. Differential Evolution Usng he Rng Neghborhood Topology wh Sel-Adapve Derenal Evoluon Absrac Mahamed G. H. Omran, Andres P Engelbrech 2, and Ayed Salman 3 Faculy o Compung & IT, Arab Open Unversy, Kuwa, Kuwa mjomran@gmal.com

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

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

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

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

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

Particle Swarm Optimization Algorithm with Reverse-Learning and Local-Learning Behavior

Particle Swarm Optimization Algorithm with Reverse-Learning and Local-Learning Behavior 35 JOURNAL OF SOFTWARE, VOL. 9, NO. 2, FEBRUARY 214 Parcle Swarm Opmzaon Algorhm wh Reverse-Learnng and Local-Learnng Behavor Xuewen Xa Naonal Engneerng Research Cener for Saelle Posonng Sysem, Wuhan Unversy,

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

Hongyuan Gao* and Ming Diao

Hongyuan Gao* and Ming Diao In. J. odellng, Idenfcaon and Conrol, Vol. X, No. Y, 200X Culural frework algorhm and s applcaon for dgal flers desgn Hongyuan Gao* and ng Dao College of Informaon and Communcaon Engneerng, Harbn Engneerng

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

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

Theoretical Analysis of Biogeography Based Optimization Aijun ZHU1,2,3 a, Cong HU1,3, Chuanpei XU1,3, Zhi Li1,3

Theoretical Analysis of Biogeography Based Optimization Aijun ZHU1,2,3 a, Cong HU1,3, Chuanpei XU1,3, Zhi Li1,3 6h Inernaonal Conference on Machnery, Maerals, Envronmen, Boechnology and Compuer (MMEBC 6) Theorecal Analyss of Bogeography Based Opmzaon Aun ZU,,3 a, Cong U,3, Chuanpe XU,3, Zh L,3 School of Elecronc

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

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

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

J i-1 i. J i i+1. Numerical integration of the diffusion equation (I) Finite difference method. Spatial Discretization. Internal nodes.

J i-1 i. J i i+1. Numerical integration of the diffusion equation (I) Finite difference method. Spatial Discretization. Internal nodes. umercal negraon of he dffuson equaon (I) Fne dfference mehod. Spaal screaon. Inernal nodes. R L V For hermal conducon le s dscree he spaal doman no small fne spans, =,,: Balance of parcles for an nernal

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

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

Study on Distribution Network Reconfiguration with Various DGs

Study on Distribution Network Reconfiguration with Various DGs Inernaonal Conference on Maerals Engneerng and Informaon Technology Applcaons (MEITA 205) Sudy on Dsrbuon ework Reconfguraon wh Varous DGs Shengsuo u a, Y Dng b and Zhru Lang c School of Elecrcal Engneerng,

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

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

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

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

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

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

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

Particle Swarm Procedure for the Capacitated Open Pit Mining Problem

Particle Swarm Procedure for the Capacitated Open Pit Mining Problem Parcle Swarm Procedure for he Capacaed Open P Mnng Problem Jacques A Ferland, Jorge Amaya 2, Melody Suzy Dumo Déparemen d nformaque e de recherche opéraonnelle, Unversé de Monréal, Monréal, Québec, Canada

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

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

A Profit-Based Unit Commitment using Different Hybrid Particle Swarm Optimization for Competitive Market

A Profit-Based Unit Commitment using Different Hybrid Particle Swarm Optimization for Competitive Market A.A. Abou El Ela, e al./ Inernaonal Energy Journal 9 (2008) 28-290 28 A rof-based Un Commmen usng Dfferen Hybrd arcle Swarm Opmzaon for Compeve Marke www.serd.a.ac.h/rerc A. A. Abou El Ela*, G.E. Al +

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

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

A Novel Discrete Differential Evolution Algoritnm for Task Scheduling in Heterogeneous Computing Systems

A Novel Discrete Differential Evolution Algoritnm for Task Scheduling in Heterogeneous Computing Systems Proceedngs of he 2009 IEEE Inernaonal Conference on Sysems, Man, and Cybernecs San Anono, TX, USA - Ocober 2009 A Novel Dscree Dfferenal Evoluon Algornm for Task Schedulng n Heerogeneous Compung Sysems

More information

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation

Existence and Uniqueness Results for Random Impulsive Integro-Differential Equation Global Journal of Pure and Appled Mahemacs. ISSN 973-768 Volume 4, Number 6 (8), pp. 89-87 Research Inda Publcaons hp://www.rpublcaon.com Exsence and Unqueness Resuls for Random Impulsve Inegro-Dfferenal

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

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

Effective Task Scheduling and Dynamic Resource Optimization based on Heuristic Algorithms in Cloud Computing Environment

Effective Task Scheduling and Dynamic Resource Optimization based on Heuristic Algorithms in Cloud Computing Environment KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL 11, NO 12, Dec 2017 5780 Copyrgh c2017 KSII Effecve Task Schedulng and Dynamc Resource Opmzaon based on Heursc Algorhms n Cloud Compung Envronmen

More information

A Dynamic Economic Dispatch Model Incorporating Wind Power Based on Chance Constrained Programming

A Dynamic Economic Dispatch Model Incorporating Wind Power Based on Chance Constrained Programming Energes 25 8 233-256; do:.339/en8233 Arcle OPEN ACCESS energes ISSN 996-73 www.mdp.com/journal/energes A Dynamc Economc Dspach Model Incorporang Wnd Power Based on Chance Consraned Programmng Wushan Cheng

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

Refined Binary Particle Swarm Optimization and Application in Power System

Refined Binary Particle Swarm Optimization and Application in Power System Po-Hung Chen, Cheng-Chen Kuo, Fu-Hsen Chen, Cheng-Chuan Chen Refned Bnary Parcle Swarm Opmzaon and Applcaon n Power Sysem PO-HUNG CHEN, CHENG-CHIEN KUO, FU-HSIEN CHEN, CHENG-CHUAN CHEN* Deparmen of Elecrcal

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

Including the ordinary differential of distance with time as velocity makes a system of ordinary differential equations.

Including the ordinary differential of distance with time as velocity makes a system of ordinary differential equations. Soluons o Ordnary Derenal Equaons An ordnary derenal equaon has only one ndependen varable. A sysem o ordnary derenal equaons consss o several derenal equaons each wh he same ndependen varable. An eample

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

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method

Single-loop System Reliability-Based Design & Topology Optimization (SRBDO/SRBTO): A Matrix-based System Reliability (MSR) Method 10 h US Naonal Congress on Compuaonal Mechancs Columbus, Oho 16-19, 2009 Sngle-loop Sysem Relably-Based Desgn & Topology Opmzaon (SRBDO/SRBTO): A Marx-based Sysem Relably (MSR) Mehod Tam Nguyen, Junho

More information

Short-Term Load Forecasting Using PSO-Based Phase Space Neural Networks

Short-Term Load Forecasting Using PSO-Based Phase Space Neural Networks Proceedngs of he 5h WSEAS In. Conf. on SIMULATION, MODELING AND OPTIMIZATION, Corfu, Greece, Augus 7-9, 005 (pp78-83) Shor-Term Load Forecasng Usng PSO-Based Phase Space Neural Neworks Jang Chuanwen, Fang

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

F-Tests and Analysis of Variance (ANOVA) in the Simple Linear Regression Model. 1. Introduction

F-Tests and Analysis of Variance (ANOVA) in the Simple Linear Regression Model. 1. Introduction ECOOMICS 35* -- OTE 9 ECO 35* -- OTE 9 F-Tess and Analyss of Varance (AOVA n he Smple Lnear Regresson Model Inroducon The smple lnear regresson model s gven by he followng populaon regresson equaon, or

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

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

Computational results on new staff scheduling benchmark instances

Computational results on new staff scheduling benchmark instances TECHNICAL REPORT Compuaonal resuls on new saff shedulng enhmark nsanes Tm Curos Rong Qu ASAP Researh Group Shool of Compuer Sene Unersy of Nongham NG8 1BB Nongham UK Frs pulshed onlne: 19-Sep-2014 las

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

P R = P 0. The system is shown on the next figure:

P R = P 0. The system is shown on the next figure: TPG460 Reservor Smulaon 08 page of INTRODUCTION TO RESERVOIR SIMULATION Analycal and numercal soluons of smple one-dmensonal, one-phase flow equaons As an nroducon o reservor smulaon, we wll revew he smples

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

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

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

PARTICLE SWARM OPTIMIZATION FOR INTERACTIVE FUZZY MULTIOBJECTIVE NONLINEAR PROGRAMMING. T. Matsui, M. Sakawa, K. Kato, T. Uno and K.

PARTICLE SWARM OPTIMIZATION FOR INTERACTIVE FUZZY MULTIOBJECTIVE NONLINEAR PROGRAMMING. T. Matsui, M. Sakawa, K. Kato, T. Uno and K. Scenae Mahemacae Japoncae Onlne, e-2008, 1 13 1 PARTICLE SWARM OPTIMIZATION FOR INTERACTIVE FUZZY MULTIOBJECTIVE NONLINEAR PROGRAMMING T. Masu, M. Sakawa, K. Kao, T. Uno and K. Tamada Receved February

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

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

Improved Random Drift Particle Swarm Optimization With Self-Adaptive Mechanism for Solving the Power Economic Dispatch Problem

Improved Random Drift Particle Swarm Optimization With Self-Adaptive Mechanism for Solving the Power Economic Dispatch Problem IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 13, NO. 3, JUNE 2017 1017 Improved Random Drf Parcle Swarm Opmzaon Wh Self-Adapve Mechansm for Solvng he Power Economc Dspach Problem Wael Taha Elsayed,

More information

A Fuzzy Model for the Multiobjective Emergency Facility Location Problem with A-Distance

A Fuzzy Model for the Multiobjective Emergency Facility Location Problem with A-Distance The Open Cybernecs and Sysemcs Journal, 007, 1, 1-7 1 A Fuzzy Model for he Mulobecve Emergency Facly Locaon Problem wh A-Dsance T. Uno *, H. Kaagr and K. Kao Deparmen of Arfcal Complex Sysems Engneerng,

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

An Improved Flower Pollination Algorithm for Solving Integer Programming Problems

An Improved Flower Pollination Algorithm for Solving Integer Programming Problems Appl. Mah. Inf. Sc. Le. 3, No. 1, 31-37 (015 31 Appled Mahemacs & Informaon Scences Leers An Inernaonal Journal hp://dx.do.org/10.1785/amsl/030106 An Improved Flower Pollnaon Algorhm for Solvng Ineger

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

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

SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β

SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β SARAJEVO JOURNAL OF MATHEMATICS Vol.3 (15) (2007), 137 143 SOME NOISELESS CODING THEOREMS OF INACCURACY MEASURE OF ORDER α AND TYPE β M. A. K. BAIG AND RAYEES AHMAD DAR Absrac. In hs paper, we propose

More information

Improved Coupled Tank Liquid Levels System Based on Swarm Adaptive Tuning of Hybrid Proportional-Integral Neural Network Controller

Improved Coupled Tank Liquid Levels System Based on Swarm Adaptive Tuning of Hybrid Proportional-Integral Neural Network Controller Amercan J. of Engneerng and Appled Scences (4): 669-675, 009 ISSN 94-700 009 Scence Publcaons Improved Coupled Tan Lqud Levels Sysem Based on Swarm Adapve Tunng of Hybrd Proporonal-Inegral Neural Newor

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

A NOVEL APPROACH TO QUALITY ENHANCEMENT OF GRAYSCALE IMAGE USING PARTICLE SWARM OPTIMIZATION

A NOVEL APPROACH TO QUALITY ENHANCEMENT OF GRAYSCALE IMAGE USING PARTICLE SWARM OPTIMIZATION ISSN: 2250-0138 (Onlne) A NOVEL APPROACH TO QUALITY ENHANCEMENT OF GRAYSCALE IMAGE USING PARTICLE SWARM OPTIMIZATION M. S. CHELVA a1, S. V. HALSE b AND A. K. SAMAL c a SRTMU, Nanded, Maharasra, Inda b

More information

arxiv: v1 [math.oc] 11 Dec 2014

arxiv: v1 [math.oc] 11 Dec 2014 Nework Newon Aryan Mokhar, Qng Lng and Alejandro Rbero Dep. of Elecrcal and Sysems Engneerng, Unversy of Pennsylvana Dep. of Auomaon, Unversy of Scence and Technology of Chna arxv:1412.374v1 [mah.oc] 11

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

Implementation of Quantized State Systems in MATLAB/Simulink

Implementation of Quantized State Systems in MATLAB/Simulink SNE T ECHNICAL N OTE Implemenaon of Quanzed Sae Sysems n MATLAB/Smulnk Parck Grabher, Mahas Rößler 2*, Bernhard Henzl 3 Ins. of Analyss and Scenfc Compung, Venna Unversy of Technology, Wedner Haupsraße

More information

GMAW Welding Optimization Using Genetic Algorithms

GMAW Welding Optimization Using Genetic Algorithms D. S. Correa e al D. S. Correa, C. V. Gonçalves, Sebasão S. C. Junor and V. A. Ferrares Federal Unversy of Uberlânda Faculy of Mechancal Engneerng Av. João Naves de Ávla,.11 38400-90 Uberlânda, MG. Brazl

More information

APOC #232 Capacity Planning for Fault-Tolerant All-Optical Network

APOC #232 Capacity Planning for Fault-Tolerant All-Optical Network APOC #232 Capacy Plannng for Faul-Toleran All-Opcal Nework Mchael Kwok-Shng Ho and Kwok-wa Cheung Deparmen of Informaon ngneerng The Chnese Unversy of Hong Kong Shan, N.T., Hong Kong SAR, Chna -mal: kwcheung@e.cuhk.edu.hk

More information

Advanced Macroeconomics II: Exchange economy

Advanced Macroeconomics II: Exchange economy Advanced Macroeconomcs II: Exchange economy Krzyszof Makarsk 1 Smple deermnsc dynamc model. 1.1 Inroducon Inroducon Smple deermnsc dynamc model. Defnons of equlbrum: Arrow-Debreu Sequenal Recursve Equvalence

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

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

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

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

HIERARCHICAL DECISIONS FOR LINEAR/NON-LINEAR DISJUNCTIVE PROBLEMS

HIERARCHICAL DECISIONS FOR LINEAR/NON-LINEAR DISJUNCTIVE PROBLEMS 2 nd Mercosur Congress on Chemcal Engneerng 4 h Mercosur Congress on Process Sysems Engneerng HIERARCHICAL DECISIONS FOR LINEAR/NON-LINEAR DISJUNCTIVE PROLEMS Jorge M. Monagna and Aldo R. Vecche * INGAR

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

, t 1. Transitions - this one was easy, but in general the hardest part is choosing the which variables are state and control variables

, t 1. Transitions - this one was easy, but in general the hardest part is choosing the which variables are state and control variables Opmal Conrol Why Use I - verss calcls of varaons, opmal conrol More generaly More convenen wh consrans (e.g., can p consrans on he dervaves More nsghs no problem (a leas more apparen han hrogh calcls of

More information

A Novel Iron Loss Reduction Technique for Distribution Transformers. Based on a Combined Genetic Algorithm - Neural Network Approach

A Novel Iron Loss Reduction Technique for Distribution Transformers. Based on a Combined Genetic Algorithm - Neural Network Approach A Novel Iron Loss Reducon Technque for Dsrbuon Transformers Based on a Combned Genec Algorhm - Neural Nework Approach Palvos S. Georglaks Nkolaos D. Doulams Anasasos D. Doulams Nkos D. Hazargyrou and Sefanos

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

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

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

Notes on the stability of dynamic systems and the use of Eigen Values.

Notes on the stability of dynamic systems and the use of Eigen Values. Noes on he sabl of dnamc ssems and he use of Egen Values. Source: Macro II course noes, Dr. Davd Bessler s Tme Seres course noes, zarads (999) Ineremporal Macroeconomcs chaper 4 & Techncal ppend, and Hamlon

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

Bayesian Inference of the GARCH model with Rational Errors

Bayesian Inference of the GARCH model with Rational Errors 0 Inernaonal Conference on Economcs, Busness and Markeng Managemen IPEDR vol.9 (0) (0) IACSIT Press, Sngapore Bayesan Inference of he GARCH model wh Raonal Errors Tesuya Takash + and Tng Tng Chen Hroshma

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

A Multi-item Inventory Model for Two-stage Production System with Imperfect Processes Using Differential Evolution and Credibility Measure

A Multi-item Inventory Model for Two-stage Production System with Imperfect Processes Using Differential Evolution and Credibility Measure Inernaonal Journal of Operaons Research Inernaonal Journal of Operaons Research Vol. 9, No., 87 99 (0 A Mul-em Invenory Model for wo-sage Producon Sysem wh Imperfec Processes Usng Dfferenal Evoluon and

More information

Research Article Adaptive Synchronization of Complex Dynamical Networks with State Predictor

Research Article Adaptive Synchronization of Complex Dynamical Networks with State Predictor Appled Mahemacs Volume 3, Arcle ID 39437, 8 pages hp://dxdoorg/55/3/39437 Research Arcle Adapve Synchronzaon of Complex Dynamcal eworks wh Sae Predcor Yunao Sh, Bo Lu, and Xao Han Key Laboraory of Beng

More information

Optimal environmental charges under imperfect compliance

Optimal environmental charges under imperfect compliance ISSN 1 746-7233, England, UK World Journal of Modellng and Smulaon Vol. 4 (28) No. 2, pp. 131-139 Opmal envronmenal charges under mperfec complance Dajn Lu 1, Ya Wang 2 Tazhou Insue of Scence and Technology,

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

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

Unconstrained Gibbs free energy minimization for phase equilibrium calculations in non-reactive systems using an improved Cuckoo Search algorithm

Unconstrained Gibbs free energy minimization for phase equilibrium calculations in non-reactive systems using an improved Cuckoo Search algorithm Insuo Tecnologco de Aguascalenes From he SelecedWorks of Adran Bonlla-Percole 2014 Unconsraned Gbbs free energy mnmzaon for phase equlbrum calculaons n non-reacve sysems usng an mproved Cuckoo Search algorhm

More information

A heuristic approach for an inventory routing problem with backorder decisions

A heuristic approach for an inventory routing problem with backorder decisions Lecure Noes n Managemen Scence (2014) Vol. 6: 49 57 6 h Inernaonal Conference on Appled Operaonal Research, Proceedngs Tadbr Operaonal Research Group Ld. All rghs reserved. www.adbr.ca ISSN 2008-0050 (Prn),

More information

The Dynamic Programming Models for Inventory Control System with Time-varying Demand

The Dynamic Programming Models for Inventory Control System with Time-varying Demand The Dynamc Programmng Models for Invenory Conrol Sysem wh Tme-varyng Demand Truong Hong Trnh (Correspondng auhor) The Unversy of Danang, Unversy of Economcs, Venam Tel: 84-236-352-5459 E-mal: rnh.h@due.edu.vn

More information

CH.3. COMPATIBILITY EQUATIONS. Continuum Mechanics Course (MMC) - ETSECCPB - UPC

CH.3. COMPATIBILITY EQUATIONS. Continuum Mechanics Course (MMC) - ETSECCPB - UPC CH.3. COMPATIBILITY EQUATIONS Connuum Mechancs Course (MMC) - ETSECCPB - UPC Overvew Compably Condons Compably Equaons of a Poenal Vecor Feld Compably Condons for Infnesmal Srans Inegraon of he Infnesmal

More information

Machine Learning Linear Regression

Machine Learning Linear Regression Machne Learnng Lnear Regresson Lesson 3 Lnear Regresson Bascs of Regresson Leas Squares esmaon Polynomal Regresson Bass funcons Regresson model Regularzed Regresson Sascal Regresson Mamum Lkelhood (ML)

More information