Makespan Minimization of Machines and Automated Guided Vehicles Schedule Using Binary Particle Swarm Optimization

Size: px
Start display at page:

Download "Makespan Minimization of Machines and Automated Guided Vehicles Schedule Using Binary Particle Swarm Optimization"

Transcription

1 Makespan Minimizaion of Machines and Auomaed Guided Vehicles Schedule Using Binary Paricle Swarm Opimizaion Muhammad Hafidz Fazli bin Md Fauadi and Tomohiro Muraa Absrac An efficien and opimized Auomaed Guided Vehicles (AGVs) operaion plays a criical role in improving he performance of a Flexible Manufacuring Sysem (FMS). Among he main elemens in he implemenaion of AGV is ask scheduling. This is due o he fac ha efficien scheduling would enable he incremen of produciviy and reducing delivery cos whils opimally uilizes he enire flee. In his research, Binary Paricle Swarm Opimizaion (BPSO) is used o opimize simulaneous machines and AGVs scheduling process wih makespan minimizaion funcion. I is proven ha he mehod is capable o provide beer soluion compared o ohers. Index Terms Flexible Manufacuring Sysem, Auomaed Guided Vehicle, Paricle Swarm Opimizaion I. INTRODUCTION Rapid developmen of informaion echnology has made he compeiion in manufacuring indusry becoming more complex and siff. Manufacurers are able o deliver produc in relaively shorer ime han ever. Thus, o win marke share, managing informaion of a manufacuring company is very crucial in order o ensure ha he informaion could be use when he company needs hem. Over he las few years, researchers had been inensely discussing abou he implemenaion of Flexible Manufacuring Sysem (FMS). While here are cerain scienific advancemens made, i is obvious ha for he implemenaion o be a success, here are many problems need o be resolved. One of hem is regarding simulaneous scheduling of machines and AGV operaion. There are many elemens of FMS scheduling. However, he more imporan facor ha should be considered is scheduling of muliple AGV. This is due o he fac ha in ypical shop floor environmen, AGV is shared by more han one machine. Assigning a non-opimal delivery would pu oher machines in longer idle ime han i should be. On he oher hand, delaying a delivery means delaying he processing chain of he maerial. Furhermore, efficien AGV Manuscrip submied on December 16, This work was parially suppored by he Public Services Deparmen of Malaysia (JPA) and Universii Teknikal Malaysia Melaka (UTeM). Muhammad Hafidz Fazli bin Md Fauadi is a PhD suden in Graduae School of Informaion, Producion and Sysems Engineering, Waseda Universiy. (Corresponding auhor s address: 2-7 Hibikino, Wakamasu-ku, Kiakyushu-shi, Fukuoka, Japan. hafidz.waseda@yahoo.com). ask allocaion mehod would be able o increase produciviy and reduce delivery cos whils opimally uilizes he enire flee. I is especially imporan when dealing wih large flee of AGVs. Among he researches conduced on AGV scheduling discipline are on hybrid approach o address scheduling and rouing of AGV [1-3], muli-aribue dispaching rules [4-6] and deadlock-resoluion [7, 8]. II. MACHINES AND AGV SCHEDULING FOR RESOURCE-CONSTRAINED FMS A. Inroducion o FMS FMS is a highly auomaed machine cell, consising of a group of processing worksaions (usually CNC machine ools), inerconneced by an auomaed maerial handling, auomaed sorage sysem and conrolled by a disribued compuer sysem (Groover, 2004). FMS is he key o an auomaed facory. Since he erm FMS was coined, various numbers of researches had been done in order o increase he capabiliy and o explore he poenial i could bring. Alhough here are significan advancemen had been achieved, here are sill pleny rooms for improvemen o ensure ha he benefi could be fully gained. B. Resource-Consrain FMS Resource-consrained FMS scheduling problem inheris he characerisics of combinaorial problem. Uilizing limied number of machines and auomaed vehicles, he main goal is o search for he bes soluion o solve a given se of problems. Over he years, i has araced aenions from worldwide researchers. Typically mahemaical opimizaion or heurisic mehods had been applied o solve he problem raher han heoreical mehod. This is due o he reason ha hey are more applicable o be applied in acual environmen. One of he approaches normally used o solve he problem is consrained opimizaion echnique. This sudy is based on single objecive funcion where oal operaion compleion ime is he parameers ha need o be minimized. Toal operaion compleion ime, O ij = T ij + P ij, (1) where i= job, j= operaion, T ij = raveling ime, P ij = operaion processing ime. Tomohiro Muraa is serving as a Professor in Graduae School of Informaion, Producion and Sysems Engineering, Waseda Universiy, Japan. ( -muraa@waseda.jp)

2 Job compleion ime, C i = O ij n i= 1 Makespan = Max (C1, C2, C3, Cn). As he scheduling involves combinaorial problem, i is imporan o ensure ha a suiable mehodology is seleced o opimize he problem. In addiion o he abiliy of finding opimal soluion, he mehod also has o be capable o find he soluion as quick as possible. Paricle Swarm Opimizaion (PSO) possesses boh crieria menioned. III. PARTICLE SWARM OPTIMIZATION A. Sandard PSO PSO is caegorized as swarm inelligence algorihm. I is a populaion based algorihm ha is inspired by he social dynamics and emergen behavior ha arises in socially organized colonies [12-14]. I explois a populaion of paricles o search for promising regions of he search space (swarm). While each paricle randomly moves wihin he search space wih a specified velociy, i sores daa of he bes posiion i ever encounered. This is known as personal bes (Pbes) posiion. Upon finishing each ieraion, he Pbes posiion obained by all individuals of he swarm is communicaed o all of he paricles in he populaion. The bes value of Pbes will be seleced as he global bes posiion (Gbes) o represen he bes posiion wihin he populaion. Each paricle will search for bes soluion unil i find sopping crieria. The movemen of he paricles owards he opimum is governed by equaions similar o he following: V = W V + C Rand ( P X + (3) i( d + 1) id 1 bes id ) C2 Rand ( G bes X id ) X i( d + 1) = X id + Vid (4) Where W is inerial weigh, c 1 and c 2 are consans (usually c 1 = c 2 = 2), r 1 and r 2 are uniform random numbers in [0,1], P i is he bes posiion vecor of paricle i h unil ieraion, P bes is he bes posiion vecor of all paricles so far, x id is he curren posiion vecor of paricle i h, and v id is he curren velociy parameer assigned for paricle i h. For Eq. (2), he firs par represens he inerial weigh of he previous velociy. The second par corresponds o he cogniion par, which represens he personal achievemen of he paricle. The hird par is for he social par, which represens he cooperaion among paricles. B. Binary PSO (BPSO) In solving binary/ discree problems, Kennedy and Eberhar [12] have deployed he PSO o search in binary spaces by applying a sigmoid ransformaion o he velociy componen Eq. (5). I employs he concep of velociy as a probabiliy ha a bi (posiion) akes on one or zero. In he BPSO, Eq. (3) for updaing he velociy remains unchanged, bu Eq. (4) for updaing he posiion is replaced by Eq. (6). 1 sigmoid ( vid ) = (5) k 1 v + e id (2) x id 1, rand < sigmoid( v = 0, oherwise C. Uilizing BPSO o Solve Scheduling Problem This secion describes how BPSO is implemened o solve he simulaneous machines and AGVs scheduling problem. Among he mos imporan maers of conenion when designing any PSO algorihm lies on how o represen he soluions, of which paricles bear he necessary informaion relaed o he problem-o-be solved. In order o map he relaionship beween he PSO paricles and he problem domain, each paricle will corresponds o a candidae soluion of he scheduling problem. In he proposed mehod each paricle represens a feasible soluion for ask assignmen using a vecor of r elemens, and each elemen is an ineger value beween 1 o n. Fig. 1 shows an illusraive example where each row represens he paricles which correspond o a ask assignmen ha assigns five asks o hree processors, and Paricle paricle3,t4 =P2 means ha in paricle 3 he Task 4 is assigned o Processor 2. Differences beween he curren posiion of he k h paricle, X k; and he posiion wih global bes value P k (or P g) can be presened by an array of n elemen. Each elemen shows ha wheher he conen of he resuling elemen in X k is differen from he desired one (bes global value) or no. If yes, he elemen ges is value from P k (or P g). For hose elemens ha have he same conen in X k and P k (or P g), heir corresponding jobs are lised based on specified rules and are assigned o machines successively, whenever a machine becomes free. For his research, he well-known longes processing ime (LPT) was uilized as he main rule. I is due o he reason ha in erm of minimizing makespan, LPT proved o perform beer han oher convenional mehod [3, 4 and 13]. Apar from LPT, precedence and machine assignmen consrains had also been considered during he scheduling process. Fig. 1 illusraes he operaion s working principle. Paricle Number T1 T2 T3 T4 T n Paricle 1 P1 P2 P3 P4 P5 Paricle 2 P3 P2 P2 P3 P5 Paricle 3 P1 P1 P1 P2 P5 Paricle 4 P2 P2 P3 P3 P1 Paricle n P n1 P n2 P n3 P n4 P n5 Fig. 1 Mapping represenaion of BPSO FMS scheduling k id Job1 Job2 Job3 Job4 A (P g) Job1 Job2 Job3 Job4 B (X k) Subrac Job1 Job2 Job3 Job4 A - B ) (6)

3 Le he number of asks be T and number of machines and AGVs available be M. The proposed BPSO algorihm for he ask allocaion process is summarized as he following: Le M be he number of machines and AGVs. Le T be he number of asks. Le P be he size of BPSO populaion. Le PSO[i] be he posiion of he i h paricle in he enire populaion wih T-dimensional vecor, whose enries values belong o he se {1,, M} Then PSO[i][j] be he processor number o which he j h ask in he i h paricle is assigned. Le finess[i] be he objecive funcion of he i h paricle according o (1) Le V[i] be he raveled disance (or velociy) of a i h paricle represened as an M-dimensional real-coded vecor. Le G bes be an index o global-bes posiion. Le P bes [i] be he posiion of he local-bes posiion. Le P bes _finess[i] be he local-bes finess for he bes posiion visied by he i h paricle. Iniializaion: For each paricle i in he populaion: i) For each ask j, iniialize PSO[i][j] randomly from he se {1,,N} ii) Iniialize V[i] randomly iii) Evaluae finess[i] iv) Iniialize G bes wih he index of he paricle wih he bes finess (lowes cos) among he populaion. v) Iniialize P bes [i] wih a copy of PSO[i] P Opimizaion Process: Repea unil a number of generaions, equal o wice he oal number of asks, are passed: i) Find Gbes such ha finess[g bes ] finess[i] P ii) For each paricle i: P bes [i] = PSO[i] if finess[i] P bes _finess [i] P Updae V[i] according o (3) Updae PSO[i] according o (5) and (6) iii) Evaluae finess[i] P IV. EXPERIMENTAL SETUP The FMS seleced as he case in his work has he configuraion as shown in Fig. 2. The case and daa se is adoped from [11] was originaed by [9]. In he case sudy, here are 10 job ses wih each possessing four o eigh differen job sequences, dedicaed machines and numbers were specified wihin he parenhesis is he processing ime of a paricular job (refer Table V). Based on he job ses and four differen layous, 82 problems are generaed. The problems are grouped ino wo caegories. The firs caegory conain problem ses which i /p i raios are greaer han 0.25 while second caegory consiss problems whose i /p i raios are lesser han A code is used o represen he example problems. The digis succeeding EX indicae he job se and he layou respecively. Meanwhile, for second caegory, anoher digi is appended o he code. In his case, having a 0 or 1 as he las digi implies ha he process imes had been doubled or ripled, respecively. Furhermore, ravel imes are halved. There are four machines consis of compuer numerical machines (CNCs) and wo AGVs for maerial delivery purpose. While he ypes and number of machines is fixed, he speed of he vehicles is consan a 40 m/min. Furhermore, loading and unloading imes are consan a 0.5 min each. Layou 1 Layou 2 Layou 3 Layou 4 Fig. 2 Layous for he case sudy I is assumed ha here is sufficien buffer space for inpu/oupu operaions a each machine. Loading/ unloading equipmens such as palles are sufficienly allocaed. Furhermore, he machine-o-machine disance and he disance beween loading/ unloading machines are known. The disance marix of load/unload saions o machines and machine-o-machine disances for all layous are shown in Appendix (Table IV). The load/unload (L/U) saion acs as he disribuion cener for incoming raw maerials and as he collecion cener for ougoing finished pars. All vehicles sar from he L/U saion iniially hough i does no need o reurn o L/U saion in beween delivery job. V. SIMULATION RESULTS AND DISCUSSION Analysis had been conduced using MATLAB sofware. For he BPSO algorihm, V max = 4, V min = -4, c 1 = 2, c 2 = 2, swarm size is se o be 70 and he maximum of ieraive generaions I max is se o be 400. For he reason ha PSO and i varians inheri heurisic aribues, 10 runs had been conduced for every se of problem in he sudy. Average compleion ime of all he run had been aken as he compleion ime for he se. Opimized ask assignmen of machine and AGV has been conduced. The research possesses offline scheduling behavior where complee se of ask, number of machines and number of vehicles are esablished prior o he ask assignmen process. This is differen o he online scheduling ha is based on real-ime scheduling where ask assignmen is mainly based on he delivery aribues. The oucomes discussed in his paper are compared o STW [9], UGA [10] and AGA [11]. While deailed resul obained based on he proposed mehodology for he described FMS environmen is given in Appendix (Table VI and Table VII), he conribuion of BPSO in minimizing average makespan is depiced in Table I and Table II. For i /p i raio >0.25 caegory, BPSO managed o improve he makespan for Layou 2 and Layou 3 as depiced in Table

4 I. Meanwhile, for i /p i raio <0.25, alhough BPSO couldn improved average makespan for any layou, resuls from oher cases as shown in Table I and Table II proved ha BPSO is able o provide opimal soluion in minimizing scheduling makespan paricularly for FMS. Furhermore, comparison of acual makespan among all of he mehodologies had also been analysed. Based on Table VI, ou of 40 ses of problem, BPSO proved o be beer in 15 cases when compared o he oher mehods while he resuls were on par for he oher 12 problems. On he oher hand, referring o he problem caegory wih i /p i raio <0.25 as shown in Table VII, BPSO improved hree resuls and equals he soluion of 31 problems. The comparison of improvemens made is lised shown in Table III. The numbers represen oal number of problem ses eiher caegorized as I Improved makespan, E Equal o exising bes makespan or Y ye o be improved. From he resuls obained, i is clear ha BPSO successfully conribued o he minimizaion of makespan ime. I is found ha BPSO is able o ouperform oher opimizaion mehods for i /p i raio > However, for i /p i raio < 0.25, BPSO only managed o improve soluion of hree cases. There is possibiliy ha he algorihm migh be rapped in local minima. This is corresponding o he searching mechanism of BPSO where upon having a P g value; paricles end o move surrounding he posiion due o he social elemen characerisics. This will be one of he aspecs for fuure improvemen. In general, BPSO sill beered oher mehodologies noiceably. In order o ensure he resuls obained are saisically accepable, analysis on makespan minimizaion characerisic over ieraion had been conduced. To furher explain abou he minimizaion characerisic, wo graphs are included as in Fig. 3 and Fig. 4. As i will be edious o represen makespan minimizaion behavior for all of he 82 problem ses, we had normalized makespan minimizaion daa ino percenage value. TABLE I COMPARISON OF AVERAGE MAKESPAN FOR T I /P I RATIO >0.25 STW UGA AGA BPSO Layou Layou Layou Layou TABLE II COMPARISON FOR AVERAGE MAKESPAN FOR T I /P I RATIO <0.25 STW UGA AGA BPSO Layou Layou Layou Layou TABLE III COMPARISON OF IMPROVEMENTS MADE BY BPSO Mehod i /p i raio > 0.25 i /p i raio < 0.25 I E Y I E Y BPSO AGA UGA STW This is o enable he calculaion of mean average for all of he cases. The makespan value afer firs generaion is used as he maximum value while he final acceped makespan value is used o represen 100% convergence. Firs quarile and hird quarile values are used o represen he convergence variaion beween problem cases. Referring o Fig. 3 and Fig. 4, boh graphs illusrae BPSO convergence rae ( i /p i > 0.25) and ( i /p i < 0.25) respecively. I is shown ha convergence variaion for i /p i raio < 0.25 is smaller han i /p i raio > According o [15], he variaion is a normal oucome for any BPSO uilizing saic opology. Since BPSO is more suiable for large search space, i becomes more sable for i /p i < 0.25 caegory. However, boh graphs also indicae ha on average, 100% convergence could be achieved afer 200 ieraions for mos of he cases. VI. CONCLUSION Based on he analysis conduced, i is found ha BPSO managed o provide a beer opimizaion soluion paricularly for simulaneous scheduling of machines and auomaed vehicles in producion environmen. For fuure sudy, more consideraion would be given on esablishing unique BPSO opimizaion mehod. Oher BPSO variaions would be considered no only o shoren he asks compleion ime bu also o shoren calculaion ime. Anoher limiaion of he work is ha i deals wih single objecive problem. Fuure work would consider muliple objecives so as o reflec acual indusrial applicaions. Convergence Percenage Convergence Percenage BPSO Convergence Rae (/p >0.25) Mean Average Mean 1s Quarile Mean 3rd Quarile Ieraion Fig. 3 BPSO Convergence Rae (/p > 0.25) BPSO Convergence Rae (/p <0.25) Mean Average Mean 1s Quarile Mean 3rd Quarile Ieraion Fig. 4 BPSO Convergence Rae (/p < 0.25)

5 APPENDIX TABLE IV MACHINE-TO-MACHINE DISTANCE CHART Layou 1 Layou 2 Layou 3 Layou 4 From - To LU M1 M2 M3 M4 LU M1 M2 M3 M4 LU M1 M2 M3 M4 LU M1 M2 M3 M4 L/U M M M M TABLE V PROBLEM SETS (JOB SEQUENCE WITH MACHINE PROCESSING TIME DETAIL) Job Se 1 Job Se 4 Job Se 7 Job Se 9 Job 1: M1(8); M2(16); M4(12) Job 1: M4(11); M1(10); M2(7) Job 1: M1(6); M4(6) Job 1: M3(9); M1(12); M2(9); M4(6) Job 2: M1(20); M3(10); M2(18) Job 2: M3(12); M2(10); M4(8) Job 2: M2(11); M4(9) Job 2: M3(16); M2(11); M4(9) Job 3: M3(12); M4(8); M1(15) Job3:M2(7);M3(10); M1(9); M3(8) Job 3: M2(9); M4(7) Job 3: M1(21); M2(18); M4(7) Job 4: M4(14); M2(18) Job4:M2(7);M4(8); M1(12); M2(6) Job 4: M3(16); M4(7) Job 4: M2(20); M3(22); M4(11) Job 5: M3(10); M1(15) Job 5: M1(9); M2(7); M4(8); M2(10); M3(8) Job 5: M1(9); M3(18) Job 6: M2(13); M3(19); M4(6) Job 5: M3(14); M1(16); M2(13); M4(9) Job Se 2 Job 7: M1(10); M2(9); M3(13) Job 1: M1(10); M4(18) Job Se 5 Job 8: M1(11); M2(9); M4(8) Job Se 10 Job 2: M2(10); M4(18) Job 3: M1(10); M3(20); Job 1: M1(6); M2(12); M4(9) Job 2: M1(18); M3(6); M2(15) Job 1: M1(11); M3(19); M2(16); M4(13) Job 4: M2(10); M3(15); M4(12) Job 3: M3(9); M4(3); M1(12) Job Se 8 Job 2: M2(21); M3(16); M4(14) Job 5: M1(10); M2(15); M4(12) Job 4: M4(6); M2(15) Job 1: M2(12); M3(21); M4(11) Job 3: M3(8); M2(10); M1(14); Job 6: M1(10); M2(15); M3(12) Job 5: M3(3); M1(9) Job 2: M2(12); M3(21); M4(11) M4(9) Job 3: M2(12); M3(21); M4(11) Job 4: M2(13); M3(20); M4(10) Job Se 3 Job Se 6 Job 4: M2(12); M3(21); M4(11) Job 5: M1(9); M3(16); M4(18) Job 1: M1(16); M3(15) Job 1: M1(9); M2(11); M4(7) Job 5: M1(10); M2(14); M3(18); Job 6: M2(19); M1(21); M3(11); Job 2: M2(18); M4(15) Job 2: M1(19); M2(20); M4(13) M4(9) M4(15) Job 3: M1(20); M2(10) Job 3: M2(14); M3(20); M4(9) Job 6: M1(10); M2(14); M3(18); Job 4: M3(15); M4(10) Job 4: M2(14); M3(20); M4(9) M4(9) Job 5: M1(8); M2(10); M3(15); 4(17) Job 6: M2(10); M3(15); M4(8); M1(15) Job 5: M1(11); M3(16); M4(8) Job 6: M1(1O); M3(12); M4(10) TABLE VI RESULT COMPARISON OF JOB MAKESPAN FOR T I /P I RATIO >0.25 Problem i /p i raio STW UGA AGA BPSO EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX

6 TABLE VII RESULT COMPARISON OF JOB MAKESPAN FOR T I /P I RATIO <0.25 Problem i /p i raio STW UGA AGA BPSO EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX EX REFERENCES [1] E. K. Bish, F. Y. Chen, Y. T. Leong, B. L. Nelson, J. W. C. Ng, and D. Simchi-Levi, "Dispaching vehicles in a mega conainer erminal OR Specrum, vol. 27, Number 4 pp [2] M. Grunow, H. Günher, and M. Lehmann, "Dispaching muli-load AGVs in highly auomaed seapor conainer erminals, OR Specrum, vol. 26, Number 2, [3] A. I. Corréa, A. Langevin, and L.-M. Rousseau, "Scheduling and rouing of auomaed guided vehicles: A hybrid approach, Compuers & Operaions Research, [4] T. Le-Anh and M. B. M. De Koser, "On-line dispaching rules for vehicle-based inernal ranspor sysems, Inernaional Journal of Producion Research, vol. 43, Number 8 / April 15, 2005 pp [5] G. Desaulniers, A. Langevin, D. Riopel, and B. Villeneuve, "Dispaching and Conflic-Free Rouing of Auomaed Guided Vehicles: An Exac Approach, Inernaional Journal of Flexible Manufacuring Sysems vol. 15, Number 4, pp , [6] Iris F.A. Vis, René de Koser, Kees Jan Roodbergen, Leon W.P. Peeers (2001). Deerminaion of he number of AGVs required a a semi-auomaed conainer erminal. Journal of he Operaional Research Sociey. Vol 52 pp [7] NaiQi Wu and MengChu Zhou (2007).Shores Rouing of Bidirecional Auomaed Guided Vehicles Avoiding Deadlock and Blocking. IEEE/ASME Transacions on Mecharonics. Vol. 12 Issue 1 pp [8] Mariagrazia Dooli and Maria Pia Fani (2007). Deadlock Deecion and Avoidance Sraegies for Auomaed Sorage and Rerieval Sysems. IEEE Transacions on Sysems, Man and Cyberneics Par C: Applicaions and Reviews, Vol 37, No 4, July [9] Ümi Bilge and Gündüz Ulusoy (1995). A Time Window Approach o Simulaneous Scheduling of Machines and Maerial Handling Sysem in an FMS. Journal of Operaions Research. Vol. 43, No 6, pp [10] Ulusoy, Gündüz, Sivrikaya-Serifoglu, Funda and Bilge, Ümi (1997). A geneic algorihm approach o he simulaneous scheduling of machines and auomaed guided vehicles. Journal of Compuers Operaional Research. Vol 24, No 4, pp Elsevier Ld [11] Tamer F. Abdelmaguid, Ashraf O Nassef, Badawia A. Kamal and Mohamed F. Hassan (2004). A Hybrid GA/ Heurisic approach o he Simulaneous Scheduling of Machines and Auomaed Guided Vehicle. Inernaional Research of Producion Research. Vol 42, No 2, Taylor and Francis Group. [12] Kennedy J, Eberhar RC. A discree binary version of he paricle swarm algorihm. In: Proceedings of he World Muli-Conference on Sysemic, Cyberneics and Informaics. NJ: Piscaawary; [13] J.Jerald, P.Asokan, G.Prabaharan and R.Saravanan (2005). Scheduling opimisaion of flexible manufacuring sysems using paricle swarm opimisaion algorihm. The Inernaional Journal of Advanced Manufacuring Technology, Volume 25, Numbers pp Springer London. [14] Ayed Salman, Imiaz Ahmad and Sabah Al-Madani (2002). Paricle swarm opimizaion for ask assignmen problem. Microprocessors and Microsysems. Vol 26, Issue 8. P.p Elsevier Science B.V. [15] Riccardo Poli, James Kennedy and Tim Blackwell (2007). Paricle Swarm opimizaion - An overview. Swarm Inelligence Journal. Volume 1, Number 1. Pages Springer New York

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

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

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

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

MATHEMATICAL DESCRIPTION OF THEORETICAL METHODS OF RESERVE ECONOMY OF CONSIGNMENT STORES

MATHEMATICAL DESCRIPTION OF THEORETICAL METHODS OF RESERVE ECONOMY OF CONSIGNMENT STORES MAHEMAICAL DESCIPION OF HEOEICAL MEHODS OF ESEVE ECONOMY OF CONSIGNMEN SOES Péer elek, József Cselényi, György Demeer Universiy of Miskolc, Deparmen of Maerials Handling and Logisics Absrac: Opimizaion

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

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

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

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

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

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

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

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

On Measuring Pro-Poor Growth. 1. On Various Ways of Measuring Pro-Poor Growth: A Short Review of the Literature

On Measuring Pro-Poor Growth. 1. On Various Ways of Measuring Pro-Poor Growth: A Short Review of the Literature On Measuring Pro-Poor Growh 1. On Various Ways of Measuring Pro-Poor Growh: A Shor eview of he Lieraure During he pas en years or so here have been various suggesions concerning he way one should check

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

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

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

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

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

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

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

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

GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT

GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT Inerna J Mah & Mah Sci Vol 4, No 7 000) 48 49 S0670000970 Hindawi Publishing Corp GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT RUMEN L MISHKOV Received

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

not to be republished NCERT MATHEMATICAL MODELLING Appendix 2 A.2.1 Introduction A.2.2 Why Mathematical Modelling?

not to be republished NCERT MATHEMATICAL MODELLING Appendix 2 A.2.1 Introduction A.2.2 Why Mathematical Modelling? 256 MATHEMATICS A.2.1 Inroducion In class XI, we have learn abou mahemaical modelling as an aemp o sudy some par (or form) of some real-life problems in mahemaical erms, i.e., he conversion of a physical

More information

The Paradox of Twins Described in a Three-dimensional Space-time Frame

The Paradox of Twins Described in a Three-dimensional Space-time Frame The Paradox of Twins Described in a Three-dimensional Space-ime Frame Tower Chen E_mail: chen@uguam.uog.edu Division of Mahemaical Sciences Universiy of Guam, USA Zeon Chen E_mail: zeon_chen@yahoo.com

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

Solutions to Odd Number Exercises in Chapter 6

Solutions to Odd Number Exercises in Chapter 6 1 Soluions o Odd Number Exercises in 6.1 R y eˆ 1.7151 y 6.3 From eˆ ( T K) ˆ R 1 1 SST SST SST (1 R ) 55.36(1.7911) we have, ˆ 6.414 T K ( ) 6.5 y ye ye y e 1 1 Consider he erms e and xe b b x e y e b

More information

Innova Junior College H2 Mathematics JC2 Preliminary Examinations Paper 2 Solutions 0 (*)

Innova Junior College H2 Mathematics JC2 Preliminary Examinations Paper 2 Solutions 0 (*) Soluion 3 x 4x3 x 3 x 0 4x3 x 4x3 x 4x3 x 4x3 x x 3x 3 4x3 x Innova Junior College H Mahemaics JC Preliminary Examinaions Paper Soluions 3x 3 4x 3x 0 4x 3 4x 3 0 (*) 0 0 + + + - 3 3 4 3 3 3 3 Hence x or

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 2 F c i k c s la l w a s o s f dif di fusi s o i n

Module 2 F c i k c s la l w a s o s f dif di fusi s o i n Module Fick s laws of diffusion Fick s laws of diffusion and hin film soluion Adolf Fick (1855) proposed: d J α d d d J (mole/m s) flu (m /s) diffusion coefficien and (mole/m 3 ) concenraion of ions, aoms

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

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

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

RC, RL and RLC circuits

RC, RL and RLC circuits Name Dae Time o Complee h m Parner Course/ Secion / Grade RC, RL and RLC circuis Inroducion In his experimen we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors.

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

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

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1.

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1. Roboics I April 11, 017 Exercise 1 he kinemaics of a 3R spaial robo is specified by he Denavi-Harenberg parameers in ab 1 i α i d i a i θ i 1 π/ L 1 0 1 0 0 L 3 0 0 L 3 3 able 1: able of DH parameers of

More information

Intermediate Macro In-Class Problems

Intermediate Macro In-Class Problems Inermediae Macro In-Class Problems Exploring Romer Model June 14, 016 Today we will explore he mechanisms of he simply Romer model by exploring how economies described by his model would reac o exogenous

More information

Single and Double Pendulum Models

Single and Double Pendulum Models Single and Double Pendulum Models Mah 596 Projec Summary Spring 2016 Jarod Har 1 Overview Differen ypes of pendulums are used o model many phenomena in various disciplines. In paricular, single and double

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

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

ERROR LOCATING CODES AND EXTENDED HAMMING CODE. Pankaj Kumar Das. 1. Introduction and preliminaries

ERROR LOCATING CODES AND EXTENDED HAMMING CODE. Pankaj Kumar Das. 1. Introduction and preliminaries MATEMATIČKI VESNIK MATEMATIQKI VESNIK 70, 1 (2018), 89 94 March 2018 research paper originalni nauqni rad ERROR LOCATING CODES AND EXTENDED HAMMING CODE Pankaj Kumar Das Absrac. Error-locaing codes, firs

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

Lab 10: RC, RL, and RLC Circuits

Lab 10: RC, RL, and RLC Circuits Lab 10: RC, RL, and RLC Circuis In his experimen, we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors. We will sudy he way volages and currens change in

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

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

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

Solutions for Assignment 2

Solutions for Assignment 2 Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218 Soluions for ssignmen 2 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how Go-ack n RQ can be

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

IB Physics Kinematics Worksheet

IB Physics Kinematics Worksheet IB Physics Kinemaics Workshee Wrie full soluions and noes for muliple choice answers. Do no use a calculaor for muliple choice answers. 1. Which of he following is a correc definiion of average acceleraion?

More information

Removing Useless Productions of a Context Free Grammar through Petri Net

Removing Useless Productions of a Context Free Grammar through Petri Net Journal of Compuer Science 3 (7): 494-498, 2007 ISSN 1549-3636 2007 Science Publicaions Removing Useless Producions of a Conex Free Grammar hrough Peri Ne Mansoor Al-A'ali and Ali A Khan Deparmen of Compuer

More information

Task-based Configuration Optimization of Modular and Reconfigurable Robots using a Multi-solution Inverse Kinematics Solver

Task-based Configuration Optimization of Modular and Reconfigurable Robots using a Multi-solution Inverse Kinematics Solver CARV 2007 Task-based Configuraion Opimizaion of Modular and Reconfigurable Robos using a Muli-soluion Inverse Kinemaics Solver S. Tabandeh 1, C. Clark 2, W. Melek 3 Absrac: Modular and Reconfigurable Robos

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

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes Half-Range Series 2.5 Inroducion In his Secion we address he following problem: Can we find a Fourier series expansion of a funcion defined over a finie inerval? Of course we recognise ha such a funcion

More information

Biol. 356 Lab 8. Mortality, Recruitment, and Migration Rates

Biol. 356 Lab 8. Mortality, Recruitment, and Migration Rates Biol. 356 Lab 8. Moraliy, Recruimen, and Migraion Raes (modified from Cox, 00, General Ecology Lab Manual, McGraw Hill) Las week we esimaed populaion size hrough several mehods. One assumpion of all hese

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

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

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

1. VELOCITY AND ACCELERATION

1. VELOCITY AND ACCELERATION 1. VELOCITY AND ACCELERATION 1.1 Kinemaics Equaions s = u + 1 a and s = v 1 a s = 1 (u + v) v = u + as 1. Displacemen-Time Graph Gradien = speed 1.3 Velociy-Time Graph Gradien = acceleraion Area under

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

Osipenko Denis, Retail Risk Management, Raiffeisen Bank Aval JSC, Kiev, Ukraine. Credit Scoring and Credit Control XII conference August 24-26, 2011

Osipenko Denis, Retail Risk Management, Raiffeisen Bank Aval JSC, Kiev, Ukraine. Credit Scoring and Credit Control XII conference August 24-26, 2011 Osipenko enis Reail Risk Managemen Raiffeisen Bank Aval JSC Kiev Ukraine Credi Scoring and Credi Conrol XII conference Augus - By he reason of risks inerpeneraion: Credi Risk => osses => Balance iquidiy

More information

Stochastic Model for Cancer Cell Growth through Single Forward Mutation

Stochastic Model for Cancer Cell Growth through Single Forward Mutation Journal of Modern Applied Saisical Mehods Volume 16 Issue 1 Aricle 31 5-1-2017 Sochasic Model for Cancer Cell Growh hrough Single Forward Muaion Jayabharahiraj Jayabalan Pondicherry Universiy, jayabharahi8@gmail.com

More information

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Kriging Models Predicing Arazine Concenraions in Surface Waer Draining Agriculural Waersheds Paul L. Mosquin, Jeremy Aldworh, Wenlin Chen Supplemenal Maerial Number

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

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits

Exponential Weighted Moving Average (EWMA) Chart Under The Assumption of Moderateness And Its 3 Control Limits DOI: 0.545/mjis.07.5009 Exponenial Weighed Moving Average (EWMA) Char Under The Assumpion of Moderaeness And Is 3 Conrol Limis KALPESH S TAILOR Assisan Professor, Deparmen of Saisics, M. K. Bhavnagar Universiy,

More information

Ensemble Confidence Estimates Posterior Probability

Ensemble Confidence Estimates Posterior Probability Ensemble Esimaes Poserior Probabiliy Michael Muhlbaier, Aposolos Topalis, and Robi Polikar Rowan Universiy, Elecrical and Compuer Engineering, Mullica Hill Rd., Glassboro, NJ 88, USA {muhlba6, opali5}@sudens.rowan.edu

More information

A Dynamic Model for Facility Location in Closed-Loop Supply Chain Design

A Dynamic Model for Facility Location in Closed-Loop Supply Chain Design A Dynamic Model for Faciliy Locaion in Closed-Loop Supply Chain Design Orapadee Joochim 1 Inroducion A he sraegic level, closed-loop supply chain (CLSC managemen involves long-erm decisions regarding he

More information

An Optimal Dynamic Generation Scheduling for a Wind-Thermal Power System *

An Optimal Dynamic Generation Scheduling for a Wind-Thermal Power System * Energy and Power Engineering, 2013, 5, 1016-1021 doi:10.4236/epe.2013.54b194 Published Online July 2013 (hp://www.scirp.org/journal/epe) An Opimal Dynamic Generaion Scheduling for a Wind-Thermal Power

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

Energy Storage Benchmark Problems

Energy Storage Benchmark Problems Energy Sorage Benchmark Problems Daniel F. Salas 1,3, Warren B. Powell 2,3 1 Deparmen of Chemical & Biological Engineering 2 Deparmen of Operaions Research & Financial Engineering 3 Princeon Laboraory

More information

Math 315: Linear Algebra Solutions to Assignment 6

Math 315: Linear Algebra Solutions to Assignment 6 Mah 35: Linear Algebra s o Assignmen 6 # Which of he following ses of vecors are bases for R 2? {2,, 3, }, {4,, 7, 8}, {,,, 3}, {3, 9, 4, 2}. Explain your answer. To generae he whole R 2, wo linearly independen

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

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

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

Maintenance Models. Prof. Robert C. Leachman IEOR 130, Methods of Manufacturing Improvement Spring, 2011

Maintenance Models. Prof. Robert C. Leachman IEOR 130, Methods of Manufacturing Improvement Spring, 2011 Mainenance Models Prof Rober C Leachman IEOR 3, Mehods of Manufacuring Improvemen Spring, Inroducion The mainenance of complex equipmen ofen accouns for a large porion of he coss associaed wih ha equipmen

More information

The Production-Distribution Problem in the Supply Chain Network using Genetic Algorithm

The Production-Distribution Problem in the Supply Chain Network using Genetic Algorithm Inernaional Journal o Applied Engineering Research ISSN 0973-4562 Volume 12, Number 23 (2017) pp. 13570-13581 Research India Publicaions. hp://www.ripublicaion.com The Producion-Disribuion Problem in he

More information

2. Nonlinear Conservation Law Equations

2. Nonlinear Conservation Law Equations . Nonlinear Conservaion Law Equaions One of he clear lessons learned over recen years in sudying nonlinear parial differenial equaions is ha i is generally no wise o ry o aack a general class of nonlinear

More information

Multi-scale 2D acoustic full waveform inversion with high frequency impulsive source

Multi-scale 2D acoustic full waveform inversion with high frequency impulsive source Muli-scale D acousic full waveform inversion wih high frequency impulsive source Vladimir N Zubov*, Universiy of Calgary, Calgary AB vzubov@ucalgaryca and Michael P Lamoureux, Universiy of Calgary, Calgary

More information

Appendix 14.1 The optimal control problem and its solution using

Appendix 14.1 The optimal control problem and its solution using 1 Appendix 14.1 he opimal conrol problem and is soluion using he maximum principle NOE: Many occurrences of f, x, u, and in his file (in equaions or as whole words in ex) are purposefully in bold in order

More information

Explaining Total Factor Productivity. Ulrich Kohli University of Geneva December 2015

Explaining Total Factor Productivity. Ulrich Kohli University of Geneva December 2015 Explaining Toal Facor Produciviy Ulrich Kohli Universiy of Geneva December 2015 Needed: A Theory of Toal Facor Produciviy Edward C. Presco (1998) 2 1. Inroducion Toal Facor Produciviy (TFP) has become

More information

Kinematics Vocabulary. Kinematics and One Dimensional Motion. Position. Coordinate System in One Dimension. Kinema means movement 8.

Kinematics Vocabulary. Kinematics and One Dimensional Motion. Position. Coordinate System in One Dimension. Kinema means movement 8. Kinemaics Vocabulary Kinemaics and One Dimensional Moion 8.1 WD1 Kinema means movemen Mahemaical descripion of moion Posiion Time Inerval Displacemen Velociy; absolue value: speed Acceleraion Averages

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

5 The fitting methods used in the normalization of DSD

5 The fitting methods used in the normalization of DSD The fiing mehods used in he normalizaion of DSD.1 Inroducion Sempere-Torres e al. 1994 presened a general formulaion for he DSD ha was able o reproduce and inerpre all previous sudies of DSD. The mehodology

More information

Optimal Server Assignment in Multi-Server

Optimal Server Assignment in Multi-Server Opimal Server Assignmen in Muli-Server 1 Queueing Sysems wih Random Conneciviies Hassan Halabian, Suden Member, IEEE, Ioannis Lambadaris, Member, IEEE, arxiv:1112.1178v2 [mah.oc] 21 Jun 2013 Yannis Viniois,

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

On a Discrete-In-Time Order Level Inventory Model for Items with Random Deterioration

On a Discrete-In-Time Order Level Inventory Model for Items with Random Deterioration Journal of Agriculure and Life Sciences Vol., No. ; June 4 On a Discree-In-Time Order Level Invenory Model for Iems wih Random Deerioraion Dr Biswaranjan Mandal Associae Professor of Mahemaics Acharya

More information

Biologically inspired mutual synchronization of manufacturing machines

Biologically inspired mutual synchronization of manufacturing machines Biologically inspired muual synchronizaion of manufacuring machines Erjen Lefeber,a,1, Herman de Vos a, Dieer Armbruser a,b,2, Alexander S. Mikhailov c,3 a Sysems Engineering Group, Deparmen of Mechanical

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

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

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

di Bernardo, M. (1995). A purely adaptive controller to synchronize and control chaotic systems.

di Bernardo, M. (1995). A purely adaptive controller to synchronize and control chaotic systems. di ernardo, M. (995). A purely adapive conroller o synchronize and conrol chaoic sysems. hps://doi.org/.6/375-96(96)8-x Early version, also known as pre-prin Link o published version (if available):.6/375-96(96)8-x

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 10, October ISSN Inernaional Journal of Scienific & Engineering Research, Volume 4, Issue 10, Ocober-2013 900 FUZZY MEAN RESIDUAL LIFE ORDERING OF FUZZY RANDOM VARIABLES J. EARNEST LAZARUS PIRIYAKUMAR 1, A. YAMUNA 2 1.

More information

Math Week 14 April 16-20: sections first order systems of linear differential equations; 7.4 mass-spring systems.

Math Week 14 April 16-20: sections first order systems of linear differential equations; 7.4 mass-spring systems. Mah 2250-004 Week 4 April 6-20 secions 7.-7.3 firs order sysems of linear differenial equaions; 7.4 mass-spring sysems. Mon Apr 6 7.-7.2 Sysems of differenial equaions (7.), and he vecor Calculus we need

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

Assignment 6. Tyler Shendruk December 6, 2010

Assignment 6. Tyler Shendruk December 6, 2010 Assignmen 6 Tyler Shendruk December 6, 1 1 Harden Problem 1 Le K be he coupling and h he exernal field in a 1D Ising model. From he lecures hese can be ransformed ino effecive coupling and fields K and

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

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

Reading from Young & Freedman: For this topic, read sections 25.4 & 25.5, the introduction to chapter 26 and sections 26.1 to 26.2 & 26.4.

Reading from Young & Freedman: For this topic, read sections 25.4 & 25.5, the introduction to chapter 26 and sections 26.1 to 26.2 & 26.4. PHY1 Elecriciy Topic 7 (Lecures 1 & 11) Elecric Circuis n his opic, we will cover: 1) Elecromoive Force (EMF) ) Series and parallel resisor combinaions 3) Kirchhoff s rules for circuis 4) Time dependence

More information

Cash Flow Valuation Mode Lin Discrete Time

Cash Flow Valuation Mode Lin Discrete Time IOSR Journal of Mahemaics (IOSR-JM) e-issn: 2278-5728,p-ISSN: 2319-765X, 6, Issue 6 (May. - Jun. 2013), PP 35-41 Cash Flow Valuaion Mode Lin Discree Time Olayiwola. M. A. and Oni, N. O. Deparmen of Mahemaics

More information