A Modified Particle Swarm Optimization For Engineering Constrained Optimization Problems

Size: px
Start display at page:

Download "A Modified Particle Swarm Optimization For Engineering Constrained Optimization Problems"

Transcription

1 Inernaional Journal of Compuer Science and Elecronics Engineering (IJCSEE Volume 3, Issue 1 (015 ISSN (Online A Modified Paricle Swarm Opimizaion For Engineering Consrained Opimizaion Problems Choosak Pornsing, Kawinhorn Saichareon, and Thanahorn Karo Absrac This paper presens a modified paricle swarm opimizaion (PSO algorihm for solving engineering consrained opimizaion problem. The proposed PSO presens ime-varying ineria weigh swarm opology echnique. The novely of his proposed mehod is ha he whole swarm may divide ino many subswarms in order o find a good source of food or o flee from predaors. This behavior engages he paricles disperse hrough he search space and he sub-swarm wih he wors performance dies ou while ha wih he bes performance grows by producing offspring. Furhermore, he penaly funcion mehod was used o handle he consrains of he problem. The penaly facor is a self-adapive funcion in which based on he performance of he las ieraion. Numerical experimens based on well-known consrained engineering design problem show ha he modified mehod ouperforms oher compeiive algorihms from lieraure. Keywords consrained opimizaion problem, paricle swarm opimizaion, swarm inelligence. I. INTRODUCTION Generally, a consrained opimizaion problem can be saed as follows. x 1 x Find X = which minimize f(x (1 x n subjec o he consrains g j (X 0, j = 1,,, m ( l j (X = 0, j = 1,,, p (3 where X is an n-dimensional vecor called he design vecor, f(x is ermed he objecive funcion, and g j (Xand l j (X are known as inequaliy and equaliy consrains, respecively. In a common pracice an equaliy consrain l j (X can be replaced by a couple of inequaliy consrains l j (X δ and l j (X δ (δ is a small oleran amoun. Therefore all consrains can be ransformed o M = m + p inequaliy consrains. We Dr. ChoosakPornsing, Deparmen of Indusrial Engineering and Managemen, Faculy of Engineering and Indusrial Technology, Silpakorn Universiy, Thailand: choosak@su.ac.h Kawinhorn Saichareon, Deparmen of Indusrial Engineering and Managemen, Faculy of Engineering and Indusrial Technology, Silpakorn Universiy, Thailand: kawinho@gmail.com Thanahorn Karo, Deparmen of Indusrial Engineering and Managemen Faculy of Engineering and Indusrial Technology, Silpakorn Universiy Thailand: karo@gmail.com call X a feasible soluion if i saisfies all he consrains. Usually, a radiion mahemaical programming mehod such as he Lagrange muliplier mehods requires he gradien informaion of he objecive funcion and relevan. Furhermore, he obained soluion ofen ends o be a local opimum unless he search space is convex. Recenly, evoluionary compuaion (EC echniques have araced much aenion for a variey of complex opimizaion mehod especially nonlinear consrained opimizaion problem and combinaorial opimizaion problem due o ECs do no need he objecive funcion o be derivable or even coninuous. ECs perform as global opimizaion echniques in which he cooperaion of exploraion and exploiaion processes are well balanced. In his sudy, we made use of a novel EC echnique which founded by Eberhar and Kennedy [1] in 1995 o solve engineering consrained opimizaion problems, named Paricle Swarm Opimizaion (PSO. We proposed a modified PSO algorihm in order o miigae a premaure convergence problem in which yields a local opimum soluion. Beside, we proposed a self-adapive penaly funcion echnique which he penaly facors are adjusable based on he level of consrains violaion. Two engineering opimizaion problems were used o es he proposed mehod s performance compare o published resuls in lieraure. The res of his paper is organized as follows. Secion briefly describes convenional PSO. This secion expresses he concep of PSO and is mahemaical formulaion. Secion 3 describes he modified PSO in which aemping o alleviae he premaure convergence problem. Secion 4 repors he compuaional experimens wih wo well-known engineering opimizaion problems; minimizaion of he weigh of a ension/compression spring design problem and minimizaion of he oal cos of a pressure vessel design problem. A conclusion summarizing he conribuions of his paper is in Secion 5. II. PARTICLE SWARM OPTIMIZATION (PSO Paricle Swarm Opimizaion (PSO is an evoluionary compuing (EC echnique ha belongs o he field of Swarm Inelligence proposed by Eberhar and Kennedy [1] inspired by he social behavior of bird flocking or fish schooling. PSO is an ieraive algorihm ha engages a number of simple eniies he paricles ieraively over he search space of some funcions. The paricles evaluae heir finess values wih respec o he search funcion, a heir curren locaions. 1

2 Inernaional Journal of Compuer Science and Elecronics Engineering (IJCSEE Volume 3, Issue 1 (015 ISSN (Online Subsequenly, each paricle deermines is movemen hrough he search space by combining informaion abou is curren finess, is bes finess from previous locaions wih regards o one or more members of he swarm (social perspecive, wih some random perurbaions. The nex ieraion sars afer he posiions of all paricles have been updaed as in (4 and (5. V id = V 1 id + φ 1 β 1 (pbes id X id +φ β (gbes id X id (4 X id +1 = X id + V id (5 V id is he curren velociy of ih paricle of he d-h dimension, V id 1 is he previous velociy of ih paricle of he dh dimension, and X id is he curren posiion of ih paricle of he dh dimension. φ 1 and φ are weighed facors which are also called he cogniive and social parameer, respecively. β 1 and β are random variables uniformly disribued wihin [0,1]. X id +1 is he posiion of ih paricle of he d-h dimension in he nex ieraion. pbes id and gbes id are he bes personal posiion ever visied by he paricle and he bes global posiion ever visied by all paricles in he swarm. s pbes id = arg min s f i (6 gbes id = arg min i f(pbes i (7 Shi and Eberhar [] inroduced an ineria weigh facor, ω, o he original PSO. Then, Shi and Eberhar [3] suggesed ha in order o obain he bes performance he iniial seing ω is se a some high velue (e.g. 0.9, which corresponds o paricles moving in a low viscosiy medium and performing exensive exploraion and he value of ω is hen gradually reduced o some low value (e.g A his low value of ω he paricles move in a high viscosiy medium, perform exploiaion, and are beer a homing owheads local opima. Equaion (4 is modified as below. V id = ωv 1 id + φ 1 β 1 (pbes id X id +φ β (gbes id X id (8 Because of a number of advanages of PSO rapid convergence owards an opimum, is qualiy of being easy o encode or decode, and being fas and easy o compue i has been applied in many research areas such as global opimizaion, arificial neural nework raining, fuzzy sysem conrol, engineering design opimizaion, and logisics and supply chain managemen. Noneheless, a number of researchers have noed ha PSO ends o converge premaurely on local opima, especially in complex mulimodal funcions (Clerc and Kennedy [4], Parsopoulos and Vrahais [6]. Accordingly, many papers have been proposed o improve PSO in order o avoid he problem of premaure convergence. III. PROPOSED PSO A. The Modified PSO The idea of he modified PSO manipulae a swarm animal behavior such ha when he swarm is large, sub-swarms ofen form o find a good source of food or o flee from predaors. This mehod suppors a higher capabiliy o find food sources or o flee from predaion for he whole swarm. The swarm opology has been changed because he agens communicae wihin is sub-swarm insead of he whole swarm. As a resul, he sub-swarms enable he whole swarm o conduc an exensive exploraion of he search space. Insead of using he bes posiion ever visied by all paricles (gbes, he subswarms have heir own sbes he bes posiion ever visied by paricles in he sub-swarms. Equaion (5 and (8 are modified as: V sid = ωv 1 sid + φ 1 β 1 (pbes sid X sid +φ β (gbes sid X sid (9 X +1 sid = X sid + V sid (10 where he index s is he sub-swarm index. Subsequenly, he sub-swarm wih he capabiliy o find a sufficien food source has a higher probabiliy of survival. This example is more prominen in a school of fish in which he whole swarm fracions o sub-swarms in an effor o escape from a dangerous siuaion. The unlucky sub-swarm ha is sill suck among predaors will be exerminaed. Be exerminaed, wha would happen o he whole swarm if he wors sub-swarm disappeared from he flock? Reasonably, he animal swarm should sill be able o produce heir offspring and mainain is species in is environmen. The paricle swarm should also be able o mainain is swarm size in he sysem. Accordingly, we propose a process called an exincion and offspring reproducion process. In his process, he wors performance sub-swarm is periodically killed hroughou he evoluionary, named as exincion process. Then, a sub-swarm in he sysem should be seleced as an ancesor o produce offspring in wha is known as offspring reproducion process. We shall borrow a selecion mehod from he geneic algorihm. Alhough, here are many selecion mehods e.g. roulee wheel, sigma scaling, Bolzmann, ournamen selecion many researchers have found ha he eliism mehod significanly ouperforms he oher mehods (see Melanie [6] and is herefore wha has been used in his sudy. Furhermore, we applied a nonlinear decreasing ineria weigh approach (NLDIWA which inspired by he sudy of Xu [7] in which he ineria weigh facor was conrolled by he following nonlinear decreasing funcion. ω = ω ini 1+cos(π/T end (11 where ω is he ineria weigh of h ieraion, ω ini is he iniial ineria weigh, and T end is se as 0.95 T, T is he maximum number of ieraions. B. Consrains Handling Normally, in he evoluionary compuaion, he consrains are deal wih when evaluaing soluions. The violaed consrain of each soluion is considered separaely; he

3 Inernaional Journal of Compuer Science and Elecronics Engineering (IJCSEE Volume 3, Issue 1 (015 ISSN (Online relaionship beween infeasible soluions and feasible regions is exploied o guide search. However, he difficuly of his echnique is here is no cerain meric crierion o measure his relaionship [8]. In he sudy of Michalewicz [9], he poined ha here are a leas hree choices o cope wih his problems: coun he number of violaions for a given soluion; consider he amoun of infeasibiliy in erms of consrains violaion; and compue he effor of repairing he individual. In his sudy, we made use of he penaly funcion mehod in order o cope wih he consrains. Consrains are incorporaed ino he objecive funcion. Consequenly, i ransforms consrained problem ino unconsrained problem. Thus, he consrained opimizaion problem in (1, (, and (3 can be ransformed as. = (X, r = f(x + r m j=1 G j [g j (X] (1 where G j is some funcion of he consrain g j, and r is a posiive consan known as he penaly parameer. The soluion may be brough o converge o ha original problem saed in (1, (, and (3 if he unconsrained minimizaion of he funcion is repeaed for a sequence of he value of i k ( = 1,,, T. In his sudy, we made use of he inerior formulaion o form G j as (see [10]: G j = 1 g j (X (13 The penaly facors are he key performance of his echnique. We deployed an objecive funcion raio beween he feasible global bes and he infeasible paricle. The penaly facor can be calculaed as follows. r +1 = f(x f(x (14 where f, f(x is he objecive value of non-violaion paricle, (X is he objecive value of he violaion paricle. I is noiceable ha he paricle of which severely violae a consrain yields very low value of objecive funcion while he feasible global bes paricle yields higher value of objecive funcion; consequenly, a big number of r is received. Fig. 1 The raio beween an infeasible soluion and he feasible global bes soluion The idea of r can be shown in Fig. 1. The paricle B is he bes soluion of he h ieraion; however, i is infeasible because i violaes a consrain in consrained opimizaion problem. Thus, he global bes among all paricles in his ieraion is paricle A. Nex, r +1 is calculaed for paricle B in order o calculae (X, r +1 of he nex ieraion. In summary, a PSO algorihm is proposed based on he adapive parameers (nonlinear decreasing ineria weigh approach in which evaluae he performance of each subswarm is evaluaed, and he wors performing sub-swarm is periodically eliminaed. Offspring are produced form he bes performing sub-swarms. Addiionally, he consrains are handled by he penaly funcion mehod in which he penaly parameer is adjusable belong o he level of consrains violaion. The algorihm of he proposed PSO is described in Table 1. IV. COMPUTATIONAL EXPERIMENTS In his secion, wo consrained engineering opimizaion problems ha are commonly used in lieraure are performed. A. Minimizaion of he Weigh of a Tension/Compression Spring Design Problem This problem was inroduced by Belegundu [11] and Arora [1]. The objecive is o minimize he weigh of a ension/compression spring subjec o consrains on minimum deflecion, shear sress, surge frequency, limis on ouside and on design variables. The design variables are he mean coil diameer (D, he wire diameer (d, and he number of acive coils (N. The problem can be described as follows: Minimize f 1 (X = (x 3 + x x 1 (15 subjec o g 1 (X = 1 x 3 x x (16 g (X = 4x x 1 x 1566(x x 3 1 x x (17 g 3 (X = x 1 0 x x 3 (18 g 4 (X = x 1+x (19 where X = [x 1 x x 3 ] T and x 1 = D, x = d, x 3 = N, resepecively. The ranges of each design variables were se as: 0.05 x 1.0, 0.5 x 1.3,.0 x Fig. 3 shows he sysem of his problem. B. Minimizaion of he Toal Cos of a Pressure Vessel Design Problem The objecive of his problem is o minimize he oal cos f(x of he maerial, forming, and welding processes of a cylindrical vessel. The cylindrical vessel mus be capped by hemispherical heads a boh ends as shown in Fig. 3. The hickness of he shell (T s, he hickness of he head (T h, he inner radius (R, and he lengh of he cylindrical secion of he vessel (L are he design variables. The problem can be formulaed as follows: Minimize f (X = 0.64x 1 x 3 x x x 3 (0 subjec o g 1 (X = x x 3 0 (1 3

4 Inernaional Journal of Compuer Science and Elecronics Engineering (IJCSEE Volume 3, Issue 1 (015 ISSN (Online g (X = x x 3 0 ( g 3 (X = πx 3 x 4 4 πx (3 g 4 (X = x (4 where X = [x 1 x x 3 x 4 ] T and x 1 = T s, x = T h, x 3 = R, x 4 = L, resepecively. The ranges of each design variables were se as: 1 x 1 99, 1 x 99, 10.0 x , 10.0 x TABLE I PROPOSED PSO ALGORITHM 1. Iniializaion (a Se = 0 (ieraion couner (b Specify he parameer N (number of paricles in a sub-swarm and S (number of sub-swarm (c Randomly iniialize he posiion of he N paricles x 11, x 1,.., x SN wih x si S R N (d Randomly iniialize he velociies of he N paricles v 11, v 1,, v SN wih v si S R N (e For i = 1,,, N do pbes si = x si (f Se gbes = argmin s 1,,,S;i 1,,,N f(x si. Terminae Check. If he erminaion crieria hold sop. The final oucome of he algorihm will be gbes. 3. Calculae he ineria weigh ω using (11 4. For s = 1,,, S Do 4.1. For i = 1,,, N Do 4.. Updaing paricle swarm (a Updae he velociy V si using (9 (b Updae he posiion X +1 sid using (10 (c Evaluae he finess of he paricle i, f(x si (d If f(x si is feasible and f(pbes si hen pbes si = X si (e If f(pbes si f(sbes s he sbes = pbes si (f If f(x si +1 is infeasible, calculae r si using (14 End For End For 5. Se gbes = argmin s 1,,,N f(x si 6. If he ieraion number can be exacly divided by he predeermined inerval hen perform exincion and offspring reproducion process (a Delee paricles in he wors performance sub-swarm (b Copy vecor of he bes performance paricle Noe ha he number of he new paricles mus be equal o he number of he died-ou paricles Else go o sep Se = + 1, Go o sep Fig. 3 Pressure Vessel Design Problem C. Compeiive algorihms and Parameer seings Three oher opimizaion echniques; a classic-pso [3], an effecive co-evoluionary PSO [8], and GA wih consrainhandling mehod [13], have been seleced o be compared wih our proposed approach. The proposed PSO and a classic-pso were implemened in Pyhon language on Windows 7 Inel Xeon,.4 GHz processor wih 64 GB of RAM. The parameers of he proposed PSO were se as ω ini = 0.7, φ 1 = φ =.0, T = 500, s = 5, and he swarm size was 30 (ha means here were 6 sub-swarm in his sudy. The bes resul is aken from 40 independen runs. D. Resuls and Discussions The bes resul from 40 runs of our proposed PSO and a classic-pso are shown in Table and 3 for he spring design problem and he pressure vessel design problem, respecively. The resuls of an effecive co-evoluionary PSO and GA wih consrain-handling approach are excerp from [8] and [13], respecively. The bes resul of each design problem is highlighed in boldface. Design Variable TABLE II COMPARISON OF THE BEST RESULTS FOR THE TENSION/COMPRESSION SPRING DESIGN PROBLEM Proposed PSO Classic-PSO [3] He [8] Coello [13] x x x g g g g f 1 (X RPD % 7.38% 7.56% Fig. Tension/Compression Spring Design Problem 4

5 Inernaional Journal of Compuer Science and Elecronics Engineering (IJCSEE Volume 3, Issue 1 (015 ISSN (Online Design Variable TABLE III COMPARISON OF THE BEST RESULTS FOR THE PRESSURE VESSEL DESIGN PROBLEM Proposed PSO Classic-PSO [3] He [8] Coello [13] x x x x g g g g f (X RPD % 0.015% 0.019% From Table and Table 3, our proposed PSO ouperforms oher compeiive mehods. We made use of he relaive percenage deviaion (RPD o measure he deviaion from he bes resul of each design problem. The equaion of RPD is shown as. RPD = X O 100 (5 O where X is he resul which we need o compare and O is he bes resul. As shown in Table, oher algorihms yield he resuls higher han he proposed PSO wih RDP from 7.38% o7.56%. As shown in Table 3, oher algorihms yield he resuls higher ha he proposed PSO wih RDP from 0.015% o 0.05%. V. CONCLUSIONS This paper has inroduced a modified PSO wih selfadapive penaly facor in order o handle he consrains in consrained opimizaion problem. In our proposed PSO, he swarm behavior was uilized by ha he whole swarm may divide ino many sub-swarms in order o find a good source of food. The diversificaion of he paricles is our favorable. Furhermore, we modified he penaly funcion mehod as selfadapive penaly facor which dynamically changed belong o he performance of he las ieraion. The experimen resuls showed ha our proposed mehod ouperformed oher compeiive algorihms. Our fuure work is o invesigae he rajecory of paricles in he swarm in which affeced from he echnique in order o explain he algorihm s performance concisely. Furhermore, he parameer seings also need o be sudied. A saisical echnique, such as an analysis of variance, is needed in order o define he appropriae parameer seings. REFERENCES [1] RC. Eberhar and J. Kennedy, A new opimizer using paricle swarm heory, in Proc. 6 h Inernaional Symposium on Micro Machine and Human Science, 1995, pp [] Y. Shi and RC. Eberhar, A modified paricle swarm opimizaion, in Proc. The Evoluionary Compuaion, 1998, pp [3] Y. Shi and RC. Eberhar, Empirical sudy of paricle swarm opimizaion, in Proc. IEEE congress on Evoluionary Compuaion, 1999, pp [4] M. Clerc and J. Kennedy, The paricle swarm explosion, sabiliy, and convergence in a mulidimensional complex space, IEEE Transacions on Evoluionary Compuaion, vol. 6(1, pp. 58-7, 00. [5] KE. Parsopoulos and MN. Vrahais, Paricle Swarm Opimizaion and Inelligence: Advances and Applicaions. Hershey, PA: ISTE Ld., 010. [6] M. Melanie, An Inroducion o Geneic Algorihms. Cambridge, MA: MIT Press, [7] G. Xu, An adapive parameer uning of paricle swarm opimizaion algorihm, Applied Mahemaics and Compuaion, vol. 19, pp , 013 [8] Q. He and L. Wang, An effecive co-evoluionary paricle swarm opimizaion for consrained engineering design problems, Engineering Applicaion of Arificial Inelligence, vol. 0, pp , 007. [9] Z. Michalewicz, A survey of consrain handling echniques in evoluionary compuaion mehods, in Proc. 4 h Annual Conference on Evoluionary Programming, 1995, pp [10] S. S. Rao, Engineering Opimizaion: Theory and Pracice. Hoboken, NJ, 009, pp [11] A.D. Belegundu, A Sudy of Mahemaical Programming Mehods for Srucural Opimizaion. Iowa Ciy, IA: Deparmen of Civil and Environmenal Engineering, 198. [1] J.S. Arora, Inroducion o Opimum Design. New York, NY: McGraw- Hill, [13] C. A. Coello Coello and E. M. Mones, Consrain-handling in geneic algorihms hrough he use of dominance-based ournamen selecion, Advanced Engineering Informaics, vol. 16, pp , 00. Abou Auhor (s: Choosak Pornsing is currenly a lecurer of Deparmen of Indusrial Engineering and Managemen a Silpakorn Universiy, Thailand. He has a Ph.D. in indusrial and sysems engineering from he Universiy of Rhode Island, an M.S. in indusrial and sysems engineering from Lehigh Universiy, PA, USA. He also has M.Eng. in indusrial engineering from Thammasa Universiy, Thailand and B.Eng. in indusrial engineering from Naresuan Universiy Thailand. His research ineress are in he area of Compuaional Inelligence, Swarm Inelligence and is applicaions. He also conducs he research in area of Logisics and Supply Chain Managemen, Manufacuring Sysems Design, Applied Opimizaion, and Producion and Operaion Managemen. Kawinhorn Saicharoen is a lecurer of Deparmen of Indusrial Engineering and Managemen a Silapakorn Universiy, Thailand. He has a B.Eng. in Indusrial Engineering, M.Eng. in Indusrial Managemen Engineering from King Mongku s Insiue of Technology Norh Bangkok, Thailand. His research ineress are in he area of Logisics and Supply Chain Managemen. His curren researches focus on wo echelon invenory managemen wih fuzzy demand. Thanahorn Karo is a lecurer in logisics managemen and indusrial engineering a Silpakorn Universiy. Currenly, he is a eacher of informaion echnology for logisics and simulaion for Arena. He has a bachelor's degree in Civil Engineering a Chulalongkorn Universiy, Thailand, and a maser s degree in Logisics a Wollongong Universiy, Ausralia. He sared work a Perfec Companion Group, hen joined Silpakorn Universiy in 014. His research ineress are Indusrial Producion Managemen, Warehouse Managemen, Transporaion Managemen and Mainenance Managemen. ACKNOWLEDGMENT This research was suppored parly by Deparmen of Indusrial Engineering and Managemen, Faculy of Engineering and Indusrial Technology, Silpakorn Universiy, Thailand. 5

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems

Particle Swarm Optimization Combining Diversification and Intensification for Nonlinear Integer Programming Problems Paricle Swarm Opimizaion Combining Diversificaion and Inensificaion for Nonlinear Ineger Programming Problems Takeshi Masui, Masaoshi Sakawa, Kosuke Kao and Koichi Masumoo Hiroshima Universiy 1-4-1, Kagamiyama,

More information

Particle Swarm Optimization

Particle Swarm Optimization Paricle Swarm Opimizaion Speaker: Jeng-Shyang Pan Deparmen of Elecronic Engineering, Kaohsiung Universiy of Applied Science, Taiwan Email: jspan@cc.kuas.edu.w 7/26/2004 ppso 1 Wha is he Paricle Swarm Opimizaion

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Capacity Constraints IJCSI Inernaional Journal of Compuer Science Issues, Vol 9, Issue 1, No 1, January 2012 wwwijcsiorg 18 Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Capaciy

More information

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Space

Applying Genetic Algorithms for Inventory Lot-Sizing Problem with Supplier Selection under Storage Space Inernaional Journal of Indusrial and Manufacuring Engineering Applying Geneic Algorihms for Invenory Lo-Sizing Problem wih Supplier Selecion under Sorage Space Vichai Rungreunganaun and Chirawa Woarawichai

More information

STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK

STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK STUDY ON VELOCITY CLAMPING IN PSO USING CEC`13 BENCHMARK Michal Pluhacek, Roman Senkerik, Adam Vikorin and Tomas Kadavy Tomas Baa Universiy in Zlin, Faculy of Applied Informaics Nam T.G. Masaryka 5555,

More information

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems

Single-Pass-Based Heuristic Algorithms for Group Flexible Flow-shop Scheduling Problems Single-Pass-Based Heurisic Algorihms for Group Flexible Flow-shop Scheduling Problems PEI-YING HUANG, TZUNG-PEI HONG 2 and CHENG-YAN KAO, 3 Deparmen of Compuer Science and Informaion Engineering Naional

More information

Weightless Swarm Algorithm (WSA) for Dynamic Optimization Problems

Weightless Swarm Algorithm (WSA) for Dynamic Optimization Problems Weighless Swarm Algorihm (WSA) for Dynamic Opimizaion Problems T.O. Ting 1,*, Ka Lok Man 2, Sheng-Uei Guan 2, Mohamed Nayel 1, and Kaiyu Wan 2 1 Dep. Elecrical and Elecronic Eng. 2 Dep. Compuer Science

More information

CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK

CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK 175 CHAPTER 10 VALIDATION OF TEST WITH ARTIFICAL NEURAL NETWORK 10.1 INTRODUCTION Amongs he research work performed, he bes resuls of experimenal work are validaed wih Arificial Neural Nework. From he

More information

MODULE - 9 LECTURE NOTES 2 GENETIC ALGORITHMS

MODULE - 9 LECTURE NOTES 2 GENETIC ALGORITHMS 1 MODULE - 9 LECTURE NOTES 2 GENETIC ALGORITHMS INTRODUCTION Mos real world opimizaion problems involve complexiies like discree, coninuous or mixed variables, muliple conflicing objecives, non-lineariy,

More information

Inventory Control of Perishable Items in a Two-Echelon Supply Chain

Inventory Control of Perishable Items in a Two-Echelon Supply Chain Journal of Indusrial Engineering, Universiy of ehran, Special Issue,, PP. 69-77 69 Invenory Conrol of Perishable Iems in a wo-echelon Supply Chain Fariborz Jolai *, Elmira Gheisariha and Farnaz Nojavan

More information

An introduction to the theory of SDDP algorithm

An introduction to the theory of SDDP algorithm An inroducion o he heory of SDDP algorihm V. Leclère (ENPC) Augus 1, 2014 V. Leclère Inroducion o SDDP Augus 1, 2014 1 / 21 Inroducion Large scale sochasic problem are hard o solve. Two ways of aacking

More information

Convergence Improvement of Reliability-Based MultiobjectiveOptimization Using Hybrid MOPSO

Convergence Improvement of Reliability-Based MultiobjectiveOptimization Using Hybrid MOPSO 10 h World Congress on Srucural and Mulidisciplinary Opimizaion May 19-4, 013, Orlando, Florida, USA Convergence Improvemen of Reliabiliy-Based MuliobjeciveOpimizaion Using Hybrid MOPSO Shoichiro KAWAJI

More information

A Primal-Dual Type Algorithm with the O(1/t) Convergence Rate for Large Scale Constrained Convex Programs

A Primal-Dual Type Algorithm with the O(1/t) Convergence Rate for Large Scale Constrained Convex Programs PROC. IEEE CONFERENCE ON DECISION AND CONTROL, 06 A Primal-Dual Type Algorihm wih he O(/) Convergence Rae for Large Scale Consrained Convex Programs Hao Yu and Michael J. Neely Absrac This paper considers

More information

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS

A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS A DELAY-DEPENDENT STABILITY CRITERIA FOR T-S FUZZY SYSTEM WITH TIME-DELAYS Xinping Guan ;1 Fenglei Li Cailian Chen Insiue of Elecrical Engineering, Yanshan Universiy, Qinhuangdao, 066004, China. Deparmen

More information

Cultural Algorithm for Engineering Design Problems

Cultural Algorithm for Engineering Design Problems IJCSI Inernaional Journal of Compuer Science Issues, Vol. 9, Issue 6, No, November 01 www.ijcsi.org 5 Culural Algorihm for Engineering Design Problems Xuesong Yan 1,, Wei Li 1, Wei Chen 1, Wening Luo 1,

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

Random Walk with Anti-Correlated Steps

Random Walk with Anti-Correlated Steps Random Walk wih Ani-Correlaed Seps John Noga Dirk Wagner 2 Absrac We conjecure he expeced value of random walks wih ani-correlaed seps o be exacly. We suppor his conjecure wih 2 plausibiliy argumens and

More information

CENTRALIZED VERSUS DECENTRALIZED PRODUCTION PLANNING IN SUPPLY CHAINS

CENTRALIZED VERSUS DECENTRALIZED PRODUCTION PLANNING IN SUPPLY CHAINS CENRALIZED VERSUS DECENRALIZED PRODUCION PLANNING IN SUPPLY CHAINS Georges SAHARIDIS* a, Yves DALLERY* a, Fikri KARAESMEN* b * a Ecole Cenrale Paris Deparmen of Indusial Engineering (LGI), +3343388, saharidis,dallery@lgi.ecp.fr

More information

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function

A Framework for Efficient Document Ranking Using Order and Non Order Based Fitness Function A Framework for Efficien Documen Ranking Using Order and Non Order Based Finess Funcion Hazra Imran, Adii Sharan Absrac One cenral problem of informaion rerieval is o deermine he relevance of documens

More information

A Hop Constrained Min-Sum Arborescence with Outage Costs

A Hop Constrained Min-Sum Arborescence with Outage Costs A Hop Consrained Min-Sum Arborescence wih Ouage Coss Rakesh Kawara Minnesoa Sae Universiy, Mankao, MN 56001 Email: Kawara@mnsu.edu Absrac The hop consrained min-sum arborescence wih ouage coss problem

More information

Stability and Bifurcation in a Neural Network Model with Two Delays

Stability and Bifurcation in a Neural Network Model with Two Delays Inernaional Mahemaical Forum, Vol. 6, 11, no. 35, 175-1731 Sabiliy and Bifurcaion in a Neural Nework Model wih Two Delays GuangPing Hu and XiaoLing Li School of Mahemaics and Physics, Nanjing Universiy

More information

Air Quality Index Prediction Using Error Back Propagation Algorithm and Improved Particle Swarm Optimization

Air Quality Index Prediction Using Error Back Propagation Algorithm and Improved Particle Swarm Optimization Air Qualiy Index Predicion Using Error Back Propagaion Algorihm and Improved Paricle Swarm Opimizaion Jia Xu ( ) and Lang Pei College of Compuer Science, Wuhan Qinchuan Universiy, Wuhan, China 461406563@qq.com

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

Mathematical Theory and Modeling ISSN (Paper) ISSN (Online) Vol 3, No.3, 2013

Mathematical Theory and Modeling ISSN (Paper) ISSN (Online) Vol 3, No.3, 2013 Mahemaical Theory and Modeling ISSN -580 (Paper) ISSN 5-05 (Online) Vol, No., 0 www.iise.org The ffec of Inverse Transformaion on he Uni Mean and Consan Variance Assumpions of a Muliplicaive rror Model

More information

A Shooting Method for A Node Generation Algorithm

A Shooting Method for A Node Generation Algorithm A Shooing Mehod for A Node Generaion Algorihm Hiroaki Nishikawa W.M.Keck Foundaion Laboraory for Compuaional Fluid Dynamics Deparmen of Aerospace Engineering, Universiy of Michigan, Ann Arbor, Michigan

More information

Machine Loading in Flexible Manufacturing System: A Swarm Optimization Approach

Machine Loading in Flexible Manufacturing System: A Swarm Optimization Approach Machine Loading in Flexible Manufacuring Sysem: A Swarm Opimizaion Approach Sandhyarani Biswas Naional Insiue of Technology sandhya_biswas@yahoo.co.in S.S.Mahapara Naional Insiue of Technology mahaparass2003@yahoo.com

More information

Optimal Path Planning for Flexible Redundant Robot Manipulators

Optimal Path Planning for Flexible Redundant Robot Manipulators 25 WSEAS In. Conf. on DYNAMICAL SYSEMS and CONROL, Venice, Ialy, November 2-4, 25 (pp363-368) Opimal Pah Planning for Flexible Redundan Robo Manipulaors H. HOMAEI, M. KESHMIRI Deparmen of Mechanical Engineering

More information

Optimal Control of Dc Motor Using Performance Index of Energy

Optimal Control of Dc Motor Using Performance Index of Energy American Journal of Engineering esearch AJE 06 American Journal of Engineering esearch AJE e-issn: 30-0847 p-issn : 30-0936 Volume-5, Issue-, pp-57-6 www.ajer.org esearch Paper Open Access Opimal Conrol

More information

PROC NLP Approach for Optimal Exponential Smoothing Srihari Jaganathan, Cognizant Technology Solutions, Newbury Park, CA.

PROC NLP Approach for Optimal Exponential Smoothing Srihari Jaganathan, Cognizant Technology Solutions, Newbury Park, CA. PROC NLP Approach for Opimal Exponenial Smoohing Srihari Jaganahan, Cognizan Technology Soluions, Newbury Park, CA. ABSTRACT Esimaion of smoohing parameers and iniial values are some of he basic requiremens

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model Modal idenificaion of srucures from roving inpu daa by means of maximum likelihood esimaion of he sae space model J. Cara, J. Juan, E. Alarcón Absrac The usual way o perform a forced vibraion es is o fix

More information

Optimal Design of LQR Weighting Matrices based on Intelligent Optimization Methods

Optimal Design of LQR Weighting Matrices based on Intelligent Optimization Methods Opimal Design of LQR Weighing Marices based on Inelligen Opimizaion Mehods Inernaional Journal of Inelligen Informaion Processing, Volume, Number, March Opimal Design of LQR Weighing Marices based on Inelligen

More information

Západočeská Univerzita v Plzni, Czech Republic and Groupe ESIEE Paris, France

Západočeská Univerzita v Plzni, Czech Republic and Groupe ESIEE Paris, France ADAPTIVE SIGNAL PROCESSING USING MAXIMUM ENTROPY ON THE MEAN METHOD AND MONTE CARLO ANALYSIS Pavla Holejšovsá, Ing. *), Z. Peroua, Ing. **), J.-F. Bercher, Prof. Assis. ***) Západočesá Univerzia v Plzni,

More information

Article from. Predictive Analytics and Futurism. July 2016 Issue 13

Article from. Predictive Analytics and Futurism. July 2016 Issue 13 Aricle from Predicive Analyics and Fuurism July 6 Issue An Inroducion o Incremenal Learning By Qiang Wu and Dave Snell Machine learning provides useful ools for predicive analyics The ypical machine learning

More information

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models.

Technical Report Doc ID: TR March-2013 (Last revision: 23-February-2016) On formulating quadratic functions in optimization models. Technical Repor Doc ID: TR--203 06-March-203 (Las revision: 23-Februar-206) On formulaing quadraic funcions in opimizaion models. Auhor: Erling D. Andersen Convex quadraic consrains quie frequenl appear

More information

Exponentially Weighted Moving Average (EWMA) Chart Based on Six Delta Initiatives

Exponentially Weighted Moving Average (EWMA) Chart Based on Six Delta Initiatives hps://doi.org/0.545/mjis.08.600 Exponenially Weighed Moving Average (EWMA) Char Based on Six Dela Iniiaives KALPESH S. TAILOR Deparmen of Saisics, M. K. Bhavnagar Universiy, Bhavnagar-36400 E-mail: kalpesh_lr@yahoo.co.in

More information

Resource Allocation in Visible Light Communication Networks NOMA vs. OFDMA Transmission Techniques

Resource Allocation in Visible Light Communication Networks NOMA vs. OFDMA Transmission Techniques Resource Allocaion in Visible Ligh Communicaion Neworks NOMA vs. OFDMA Transmission Techniques Eirini Eleni Tsiropoulou, Iakovos Gialagkolidis, Panagiois Vamvakas, and Symeon Papavassiliou Insiue of Communicaions

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

More information

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Simulaion-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Week Descripion Reading Maerial 2 Compuer Simulaion of Dynamic Models Finie Difference, coninuous saes, discree ime Simple Mehods Euler Trapezoid

More information

Lecture 9: September 25

Lecture 9: September 25 0-725: Opimizaion Fall 202 Lecure 9: Sepember 25 Lecurer: Geoff Gordon/Ryan Tibshirani Scribes: Xuezhi Wang, Subhodeep Moira, Abhimanu Kumar Noe: LaTeX emplae couresy of UC Berkeley EECS dep. Disclaimer:

More information

4.1 Other Interpretations of Ridge Regression

4.1 Other Interpretations of Ridge Regression CHAPTER 4 FURTHER RIDGE THEORY 4. Oher Inerpreaions of Ridge Regression In his secion we will presen hree inerpreaions for he use of ridge regression. The firs one is analogous o Hoerl and Kennard reasoning

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceuical Research, 204, 6(5):70-705 Research Aricle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Cells formaion wih a muli-objecive geneic algorihm Jun

More information

Particle Swarm Optimization Algorithm for Agent-Based Artificial Markets. Tong Zhang and B. Wade Brorsen

Particle Swarm Optimization Algorithm for Agent-Based Artificial Markets. Tong Zhang and B. Wade Brorsen Paricle Swarm Opimizaion Algorihm for Agen-Based Arificial Markes Tong Zhang and B. Wade Brorsen Absrac Paricle swarm opimizaion (PSO) is adaped o simulae dynamic economic games. The robusness and speed

More information

Variational Iteration Method for Solving System of Fractional Order Ordinary Differential Equations

Variational Iteration Method for Solving System of Fractional Order Ordinary Differential Equations IOSR Journal of Mahemaics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 1, Issue 6 Ver. II (Nov - Dec. 214), PP 48-54 Variaional Ieraion Mehod for Solving Sysem of Fracional Order Ordinary Differenial

More information

Lecture 2 October ε-approximation of 2-player zero-sum games

Lecture 2 October ε-approximation of 2-player zero-sum games Opimizaion II Winer 009/10 Lecurer: Khaled Elbassioni Lecure Ocober 19 1 ε-approximaion of -player zero-sum games In his lecure we give a randomized ficiious play algorihm for obaining an approximae soluion

More information

Sliding Mode Extremum Seeking Control for Linear Quadratic Dynamic Game

Sliding Mode Extremum Seeking Control for Linear Quadratic Dynamic Game Sliding Mode Exremum Seeking Conrol for Linear Quadraic Dynamic Game Yaodong Pan and Ümi Özgüner ITS Research Group, AIST Tsukuba Eas Namiki --, Tsukuba-shi,Ibaraki-ken 5-856, Japan e-mail: pan.yaodong@ais.go.jp

More information

Scheduling of Crude Oil Movements at Refinery Front-end

Scheduling of Crude Oil Movements at Refinery Front-end Scheduling of Crude Oil Movemens a Refinery Fron-end Ramkumar Karuppiah and Ignacio Grossmann Carnegie Mellon Universiy ExxonMobil Case Sudy: Dr. Kevin Furman Enerprise-wide Opimizaion Projec March 15,

More information

Shiva Akhtarian MSc Student, Department of Computer Engineering and Information Technology, Payame Noor University, Iran

Shiva Akhtarian MSc Student, Department of Computer Engineering and Information Technology, Payame Noor University, Iran Curren Trends in Technology and Science ISSN : 79-055 8hSASTech 04 Symposium on Advances in Science & Technology-Commission-IV Mashhad, Iran A New for Sofware Reliabiliy Evaluaion Based on NHPP wih Imperfec

More information

Evaluation of Mean Time to System Failure of a Repairable 3-out-of-4 System with Online Preventive Maintenance

Evaluation of Mean Time to System Failure of a Repairable 3-out-of-4 System with Online Preventive Maintenance American Journal of Applied Mahemaics and Saisics, 0, Vol., No., 9- Available online a hp://pubs.sciepub.com/ajams/// Science and Educaion Publishing DOI:0.69/ajams--- Evaluaion of Mean Time o Sysem Failure

More information

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method Journal of Applied Mahemaics & Bioinformaics, vol., no., 01, 1-14 ISSN: 179-660 (prin), 179-699 (online) Scienpress Ld, 01 Improved Approimae Soluions for Nonlinear Evoluions Equaions in Mahemaical Physics

More information

Embedded Systems and Software. A Simple Introduction to Embedded Control Systems (PID Control)

Embedded Systems and Software. A Simple Introduction to Embedded Control Systems (PID Control) Embedded Sysems and Sofware A Simple Inroducion o Embedded Conrol Sysems (PID Conrol) Embedded Sysems and Sofware, ECE:3360. The Universiy of Iowa, 2016 Slide 1 Acknowledgemens The maerial in his lecure

More information

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence

Supplement for Stochastic Convex Optimization: Faster Local Growth Implies Faster Global Convergence Supplemen for Sochasic Convex Opimizaion: Faser Local Growh Implies Faser Global Convergence Yi Xu Qihang Lin ianbao Yang Proof of heorem heorem Suppose Assumpion holds and F (w) obeys he LGC (6) Given

More information

Probabilistic Models for Reliability Analysis of a System with Three Consecutive Stages of Deterioration

Probabilistic Models for Reliability Analysis of a System with Three Consecutive Stages of Deterioration Yusuf I., Gaawa R.I. Volume, December 206 Probabilisic Models for Reliabiliy Analysis of a Sysem wih Three Consecuive Sages of Deerioraion Ibrahim Yusuf Deparmen of Mahemaical Sciences, Bayero Universiy,

More information

Optima and Equilibria for Traffic Flow on a Network

Optima and Equilibria for Traffic Flow on a Network Opima and Equilibria for Traffic Flow on a Nework Albero Bressan Deparmen of Mahemaics, Penn Sae Universiy bressan@mah.psu.edu Albero Bressan (Penn Sae) Opima and equilibria for raffic flow 1 / 1 A Traffic

More information

Optimizing Back-Propagation using PSO_Hill and PSO_A*

Optimizing Back-Propagation using PSO_Hill and PSO_A* Inernaional Journal of Scienific and Research Publicaions, Volume 3, Issue 4, April 2013 1 Opimizing Back-Propagaion using PSO_Hill and PSO_A* Priyanka Sharma *, Asha Mishra ** * M.Tech Scholar of compuer

More information

Sliding Mode Controller for Unstable Systems

Sliding Mode Controller for Unstable Systems S. SIVARAMAKRISHNAN e al., Sliding Mode Conroller for Unsable Sysems, Chem. Biochem. Eng. Q. 22 (1) 41 47 (28) 41 Sliding Mode Conroller for Unsable Sysems S. Sivaramakrishnan, A. K. Tangirala, and M.

More information

Final Spring 2007

Final Spring 2007 .615 Final Spring 7 Overview The purpose of he final exam is o calculae he MHD β limi in a high-bea oroidal okamak agains he dangerous n = 1 exernal ballooning-kink mode. Effecively, his corresponds o

More information

Georey E. Hinton. University oftoronto. Technical Report CRG-TR February 22, Abstract

Georey E. Hinton. University oftoronto.   Technical Report CRG-TR February 22, Abstract Parameer Esimaion for Linear Dynamical Sysems Zoubin Ghahramani Georey E. Hinon Deparmen of Compuer Science Universiy oftorono 6 King's College Road Torono, Canada M5S A4 Email: zoubin@cs.orono.edu Technical

More information

Mean-square Stability Control for Networked Systems with Stochastic Time Delay

Mean-square Stability Control for Networked Systems with Stochastic Time Delay JOURNAL OF SIMULAION VOL. 5 NO. May 7 Mean-square Sabiliy Conrol for Newored Sysems wih Sochasic ime Delay YAO Hejun YUAN Fushun School of Mahemaics and Saisics Anyang Normal Universiy Anyang Henan. 455

More information

Swarm. Particle Swarm Optimization. Swarm. Swarm. Swarm. Swarm

Swarm. Particle Swarm Optimization. Swarm. Swarm. Swarm. Swarm Paricle Opimizaion Krzyszof Troanowski IPI PAN & UKSW, Warszawa maa r Inroducion PSO Precursors In 986 I made a compuer model of coordinaed animal moion such as bird flocks and fish schools I was based

More information

Lecture 20: Riccati Equations and Least Squares Feedback Control

Lecture 20: Riccati Equations and Least Squares Feedback Control 34-5 LINEAR SYSTEMS Lecure : Riccai Equaions and Leas Squares Feedback Conrol 5.6.4 Sae Feedback via Riccai Equaions A recursive approach in generaing he marix-valued funcion W ( ) equaion for i for he

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

Fractional Method of Characteristics for Fractional Partial Differential Equations

Fractional Method of Characteristics for Fractional Partial Differential Equations Fracional Mehod of Characerisics for Fracional Parial Differenial Equaions Guo-cheng Wu* Modern Teile Insiue, Donghua Universiy, 188 Yan-an ilu Road, Shanghai 51, PR China Absrac The mehod of characerisics

More information

Online Convex Optimization Example And Follow-The-Leader

Online Convex Optimization Example And Follow-The-Leader CSE599s, Spring 2014, Online Learning Lecure 2-04/03/2014 Online Convex Opimizaion Example And Follow-The-Leader Lecurer: Brendan McMahan Scribe: Sephen Joe Jonany 1 Review of Online Convex Opimizaion

More information

Zürich. ETH Master Course: L Autonomous Mobile Robots Localization II

Zürich. ETH Master Course: L Autonomous Mobile Robots Localization II Roland Siegwar Margaria Chli Paul Furgale Marco Huer Marin Rufli Davide Scaramuzza ETH Maser Course: 151-0854-00L Auonomous Mobile Robos Localizaion II ACT and SEE For all do, (predicion updae / ACT),

More information

Mean Square Projection Error Gradient-based Variable Forgetting Factor FAPI

Mean Square Projection Error Gradient-based Variable Forgetting Factor FAPI 3rd Inernaional Conference on Advances in Elecrical and Elecronics Engineering (ICAEE'4) Feb. -, 4 Singapore Mean Square Projecion Error Gradien-based Variable Forgeing Facor FAPI Young-Kwang Seo, Jong-Woo

More information

An Improved Adaptive CUSUM Control Chart for Monitoring Process Mean

An Improved Adaptive CUSUM Control Chart for Monitoring Process Mean An Improved Adapive CUSUM Conrol Char for Monioring Process Mean Jun Du School of Managemen Tianjin Universiy Tianjin 37, China Zhang Wu, Roger J. Jiao School of Mechanical and Aerospace Engineering Nanyang

More information

Air Traffic Forecast Empirical Research Based on the MCMC Method

Air Traffic Forecast Empirical Research Based on the MCMC Method Compuer and Informaion Science; Vol. 5, No. 5; 0 ISSN 93-8989 E-ISSN 93-8997 Published by Canadian Cener of Science and Educaion Air Traffic Forecas Empirical Research Based on he MCMC Mehod Jian-bo Wang,

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi Creep in Viscoelasic Subsances Numerical mehods o calculae he coefficiens of he Prony equaion using creep es daa and Herediary Inegrals Mehod Navnee Saini, Mayank Goyal, Vishal Bansal (23); Term Projec

More information

FITTING OF A PARTIALLY REPARAMETERIZED GOMPERTZ MODEL TO BROILER DATA

FITTING OF A PARTIALLY REPARAMETERIZED GOMPERTZ MODEL TO BROILER DATA FITTING OF A PARTIALLY REPARAMETERIZED GOMPERTZ MODEL TO BROILER DATA N. Okendro Singh Associae Professor (Ag. Sa.), College of Agriculure, Cenral Agriculural Universiy, Iroisemba 795 004, Imphal, Manipur

More information

arxiv: v1 [math.gm] 4 Nov 2018

arxiv: v1 [math.gm] 4 Nov 2018 Unpredicable Soluions of Linear Differenial Equaions Mara Akhme 1,, Mehme Onur Fen 2, Madina Tleubergenova 3,4, Akylbek Zhamanshin 3,4 1 Deparmen of Mahemaics, Middle Eas Technical Universiy, 06800, Ankara,

More information

Accurate RMS Calculations for Periodic Signals by. Trapezoidal Rule with the Least Data Amount

Accurate RMS Calculations for Periodic Signals by. Trapezoidal Rule with the Least Data Amount Adv. Sudies Theor. Phys., Vol. 7, 3, no., 3-33 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/.988/asp.3.3999 Accurae RS Calculaions for Periodic Signals by Trapezoidal Rule wih he Leas Daa Amoun Sompop Poomjan,

More information

Combined Bending with Induced or Applied Torsion of FRP I-Section Beams

Combined Bending with Induced or Applied Torsion of FRP I-Section Beams Combined Bending wih Induced or Applied Torsion of FRP I-Secion Beams MOJTABA B. SIRJANI School of Science and Technology Norfolk Sae Universiy Norfolk, Virginia 34504 USA sirjani@nsu.edu STEA B. BONDI

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

Keywords Digital Infinite-Impulse Response (IIR) filter, Digital Finite-Impulse Response (FIR) filter, DE, exploratory move

Keywords Digital Infinite-Impulse Response (IIR) filter, Digital Finite-Impulse Response (FIR) filter, DE, exploratory move Volume 5, Issue 7, July 2015 ISSN: 2277 128X Inernaional Journal of Advanced Research in Compuer Science and Sofware Engineering Research Paper Available online a: www.ijarcsse.com A Hybrid Differenial

More information

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB

T L. t=1. Proof of Lemma 1. Using the marginal cost accounting in Equation(4) and standard arguments. t )+Π RB. t )+K 1(Q RB Elecronic Companion EC.1. Proofs of Technical Lemmas and Theorems LEMMA 1. Le C(RB) be he oal cos incurred by he RB policy. Then we have, T L E[C(RB)] 3 E[Z RB ]. (EC.1) Proof of Lemma 1. Using he marginal

More information

From Particles to Rigid Bodies

From Particles to Rigid Bodies Rigid Body Dynamics From Paricles o Rigid Bodies Paricles No roaions Linear velociy v only Rigid bodies Body roaions Linear velociy v Angular velociy ω Rigid Bodies Rigid bodies have boh a posiion and

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Noes for EE7C Spring 018: Convex Opimizaion and Approximaion Insrucor: Moriz Hard Email: hard+ee7c@berkeley.edu Graduae Insrucor: Max Simchowiz Email: msimchow+ee7c@berkeley.edu Ocober 15, 018 3

More information

This document was generated at 1:04 PM, 09/10/13 Copyright 2013 Richard T. Woodward. 4. End points and transversality conditions AGEC

This document was generated at 1:04 PM, 09/10/13 Copyright 2013 Richard T. Woodward. 4. End points and transversality conditions AGEC his documen was generaed a 1:4 PM, 9/1/13 Copyrigh 213 Richard. Woodward 4. End poins and ransversaliy condiions AGEC 637-213 F z d Recall from Lecure 3 ha a ypical opimal conrol problem is o maimize (,,

More information

A Video Vehicle Detection Algorithm Based on Improved Adaboost Algorithm Weiguang Liu and Qian Zhang*

A Video Vehicle Detection Algorithm Based on Improved Adaboost Algorithm Weiguang Liu and Qian Zhang* A Video Vehicle Deecion Algorihm Based on Improved Adaboos Algorihm Weiguang Liu and Qian Zhang* Zhongyuan Universiy of Technology, Zhengzhou 450000, China lwg66123@163.com, 2817343431@qq.com *The corresponding

More information

Analytical Solutions of an Economic Model by the Homotopy Analysis Method

Analytical Solutions of an Economic Model by the Homotopy Analysis Method Applied Mahemaical Sciences, Vol., 26, no. 5, 2483-249 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/.2988/ams.26.6688 Analyical Soluions of an Economic Model by he Homoopy Analysis Mehod Jorge Duare ISEL-Engineering

More information

Tournament selection in zeroth-level classifier systems based on. average reward reinforcement learning

Tournament selection in zeroth-level classifier systems based on. average reward reinforcement learning ournamen selecion in zeroh-level classifier sysems based on average reward reinforcemen learning Zang Zhaoxiang, Li Zhao, Wang Junying, Dan Zhiping zxzang@gmail.com; zangzx@hus.edu.cn (Hubei Key Laboraory

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Linear Response Theory: The connecion beween QFT and experimens 3.1. Basic conceps and ideas Q: How do we measure he conduciviy of a meal? A: we firs inroduce a weak elecric field E, and

More information

Global Optimization for Scheduling Refinery Crude Oil Operations

Global Optimization for Scheduling Refinery Crude Oil Operations Global Opimizaion for Scheduling Refinery Crude Oil Operaions Ramkumar Karuppiah 1, Kevin C. Furman 2 and Ignacio E. Grossmann 1 (1) Deparmen of Chemical Engineering Carnegie Mellon Universiy (2) Corporae

More information

Inequality measures for intersecting Lorenz curves: an alternative weak ordering

Inequality measures for intersecting Lorenz curves: an alternative weak ordering h Inernaional Scienific Conference Financial managemen of Firms and Financial Insiuions Osrava VŠB-TU of Osrava, Faculy of Economics, Deparmen of Finance 7 h 8 h Sepember 25 Absrac Inequaliy measures for

More information

Wednesday, November 7 Handout: Heteroskedasticity

Wednesday, November 7 Handout: Heteroskedasticity Amhers College Deparmen of Economics Economics 360 Fall 202 Wednesday, November 7 Handou: Heeroskedasiciy Preview Review o Regression Model o Sandard Ordinary Leas Squares (OLS) Premises o Esimaion Procedures

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings move how far (disance and displacemen), how fas (speed and velociy), and how fas ha how fas changes (acceleraion). We say ha an objec

More information

A High-Speed Machining Algorithm For Continuous Corners

A High-Speed Machining Algorithm For Continuous Corners IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 78-1684,p-ISSN: 30-334X, Volume 15, Issue 5 Ver. III (Sep. - Oc. 018), PP 64-69 www.iosrjournals.org A High-Speed Machining Algorihm

More information

Testing for a Single Factor Model in the Multivariate State Space Framework

Testing for a Single Factor Model in the Multivariate State Space Framework esing for a Single Facor Model in he Mulivariae Sae Space Framework Chen C.-Y. M. Chiba and M. Kobayashi Inernaional Graduae School of Social Sciences Yokohama Naional Universiy Japan Faculy of Economics

More information

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection

Appendix to Online l 1 -Dictionary Learning with Application to Novel Document Detection Appendix o Online l -Dicionary Learning wih Applicaion o Novel Documen Deecion Shiva Prasad Kasiviswanahan Huahua Wang Arindam Banerjee Prem Melville A Background abou ADMM In his secion, we give a brief

More information

Turbulent Flows. Computational Modelling of Turbulent Flows. Overview. Turbulent Eddies and Scales

Turbulent Flows. Computational Modelling of Turbulent Flows. Overview. Turbulent Eddies and Scales School of Mechanical Aerospace and Civil Engineering Turbulen Flows As noed above, using he mehods described in earlier lecures, he Navier-Sokes equaions can be discreized and solved numerically on complex

More information

20. Applications of the Genetic-Drift Model

20. Applications of the Genetic-Drift Model 0. Applicaions of he Geneic-Drif Model 1) Deermining he probabiliy of forming any paricular combinaion of genoypes in he nex generaion: Example: If he parenal allele frequencies are p 0 = 0.35 and q 0

More information

SOFTWARE RELIABILITY GROWTH MODEL WITH LOGISTIC TESTING-EFFORT FUNCTION CONSIDERING LOG-LOGISTIC TESTING-EFFORT AND IMPERFECT DEBUGGING

SOFTWARE RELIABILITY GROWTH MODEL WITH LOGISTIC TESTING-EFFORT FUNCTION CONSIDERING LOG-LOGISTIC TESTING-EFFORT AND IMPERFECT DEBUGGING Inernaional Journal of Compuer Science and Communicaion Vol. 2, No. 2, July-December 2011, pp. 605-609 SOFTWARE RELIABILITY GROWTH MODEL WITH LOGISTIC TESTING-EFFORT FUNCTION CONSIDERING LOG-LOGISTIC TESTING-EFFORT

More information

1 Review of Zero-Sum Games

1 Review of Zero-Sum Games COS 5: heoreical Machine Learning Lecurer: Rob Schapire Lecure #23 Scribe: Eugene Brevdo April 30, 2008 Review of Zero-Sum Games Las ime we inroduced a mahemaical model for wo player zero-sum games. Any

More information

) were both constant and we brought them from under the integral.

) were both constant and we brought them from under the integral. YIELD-PER-RECRUIT (coninued The yield-per-recrui model applies o a cohor, bu we saw in he Age Disribuions lecure ha he properies of a cohor do no apply in general o a collecion of cohors, which is wha

More information

15. Vector Valued Functions

15. Vector Valued Functions 1. Vecor Valued Funcions Up o his poin, we have presened vecors wih consan componens, for example, 1, and,,4. However, we can allow he componens of a vecor o be funcions of a common variable. For example,

More information

Competitive and Cooperative Inventory Policies in a Two-Stage Supply-Chain

Competitive and Cooperative Inventory Policies in a Two-Stage Supply-Chain Compeiive and Cooperaive Invenory Policies in a Two-Sage Supply-Chain (G. P. Cachon and P. H. Zipkin) Presened by Shruivandana Sharma IOE 64, Supply Chain Managemen, Winer 2009 Universiy of Michigan, Ann

More information

CHEAPEST PMT ONLINE TEST SERIES AIIMS/NEET TOPPER PREPARE QUESTIONS

CHEAPEST PMT ONLINE TEST SERIES AIIMS/NEET TOPPER PREPARE QUESTIONS CHEAPEST PMT ONLINE TEST SERIES AIIMS/NEET TOPPER PREPARE QUESTIONS For more deails see las page or conac @aimaiims.in Physics Mock Tes Paper AIIMS/NEET 07 Physics 06 Saurday Augus 0 Uni es : Moion in

More information