TRAIN PLATFORMING PROBLEM Ľudmila JÁNOŠÍKOVÁ 1, Michal KREMPL 2

Size: px
Start display at page:

Download "TRAIN PLATFORMING PROBLEM Ľudmila JÁNOŠÍKOVÁ 1, Michal KREMPL 2"

Transcription

1 GIS Ostrava Geonformatcs for Intellgent Transportaton Abstract TRAIN PLATFORMING PROBLEM Ľudmla JÁNOŠÍKOVÁ 1, Mchal KREMPL 2 1 Department of Transportaton Networks, Faculty of Management Scence and Informatcs, Unversty of Žlna, Unverztná 1, Žlna, Slovak Republc Ludmla.Janoskova@fr.unza.sk 2 Insttute of Transport, Faculty of Mechancal Engneerng, VŠB Techncal Unversty of Ostrava, 17. lstopu 15, Ostrava - Poruba, Czech Republc Mchal.Krempl.st@vsb.cz The tran platformng problem conssts n the allocaton of passenger trans to platforms n a ralway staton. One of the mportant problems a dspatcher has to solve, especally n a large ralway staton, s to decde, at whch platform track an approachng tran should arrve. There s a tool helpng hm n hs ob called the track occupancy plan. The plan specfes for each arrvng or departng tran the platform track along wth the tme slot durng whch the track wll be occuped by the tran. Ths paper deals wth a method for computer-ed desgn of the track occupancy plan. The problem s formulated as a b-crteron mxed nteger programmng problem. The frst obectve s to mnmse the devatons of the arrval and departure tmes proposed by the model from the tmes specfed by the tmetable. The second crteron mses the desrablty of the platform tracks to be assgned to the trans. The model s solved usng a lexcographc approach and the local branchng algorthm. The model was verfed by usng the real ta of Prague man staton. Results of the experments are ncluded. Keywords: tran platformng, schedulng, mxed nteger mathematcal programmng; multpleobectve programmng 1. INTRODUCTION The tran platformng problem s a subproblem of the generaton of a tmetable for a ralway company. The generaton of a tmetable s a herarchcal process. At the frst stage, a prelmnary tmetable for the whole network s proposed. In ths phase, a macroscopc vewpont at the ralway network s appled. Statons are consdered as black boxes. Capacty lmts of partcular statons and the movement of trans nsde the statons are not taken nto account. Then, at the second stage, a mcroscopc vewpont related to statons s appled. At every staton, the network tmetable s checked whether t s feasble wth respect to capacty, safety and tran operators preferences. Ths process results n a track occupancy plan whch specfes for each arrvng or departng tran the platform track along wth the tme slot durng whch the track wll be occuped by the tran. Cargo trans do not affect the plan snce they travel mostly n nght, when there are fewer passenger trans, they use dfferent tracks n the staton, and n case of conflctng movements they can wat at the entry sgnal. In the Czech and Slovak Republc, plannng tran movements through the staton s done by hand, usng planner s experence and a set of rules determned by a ralway company. The man goal of ths research s to desgn a more sophstcated approach whch would serve as a planner s decson supportng tool and result n a better track occupancy plan. Improvement n the plan qualty results n: 1. better management of tran operaton n the staton, namely: a) shorter tmes of routes occupaton by arrvng and departng trans, b) unform worklo of the nfrastructure elements, such as tracks, swtches, and platforms, whch les to a more robust plan resstant to random dsturbances; 2. hgher servce qualty perceved by passengers, namely: a) shorter dstances needed for changng trans,

2 GIS Ostrava Geonformatcs for Intellgent Transportaton b) more approprate platforms (platforms near to tcket sales ponts and to the staton entrance, platforms equpped by staton shops or caterng etc.), c) less probablty of changng the planned platform when the tran delays. 3. meetng tran operators requrements on arrval and departure tmes and platforms assgned to trans. Routng and schedulng trans at a staton has been studed by researchers n countres, where large, busy statons wth capacty constrants can be found. Bllonet (2003) dresses only the routng problem. The problem s modelled usng a graph theory and the nteger programmng formulaton of the resultng graph colourng problem s solved. However, the k colourng problem s not ndeed an optmsaton problem, t means any feasble soluton s acceptable and the problem formulaton does not reflect the soluton qualty, such as route lengths or platform preferences for ndvdual trans. Zwaneveld (1997) and Zwaneveld, Kroon, and van Hoesel (2001) formulate the problem of tran routng as a weghted node packng problem, usng bvalent programmng, whle the soluton algorthm apples the branch-and-cut method. A dsvantage of the above presented models s that the calculatons connected wth them are computatonally too complex and tme consumng. Another, practcally orented approach has gven up on applyng the nteger programmng methods, and replaced them by the heurstcs, solvng the schedulng and routng problems at a tme (Carey and Carvlle, 2003). The algorthm ncorporates, or consders, the operatonal rules, costs, preferences and tre-offs, whch are appled by experts creatng plans manually. The shortcomng of ths approach s obvous: snce t s a heurstcs, the optmalty of the resultng plan s not guaranteed. Other way of research, e.g. (Bažant and Kavčka, 2009, Chakroborty and Vkram, 2008), has been drected at operatonal tran management. In real tme t s necessary to reflect the requrements of the operaton burdened wth rregulartes,.e. to re-schedule the arrvals and departures tmes, and/or re-route trans. In ths paper we propose a mxed nteger programmng (MIP), b-crtera model of the tran platformng problem. The problem can be solved by a lexcographc approach, where partcular crtera are ranked accordng to ther mportance. 2. PROBLEM FORMULATION The tran platformng problem conssts of the followng partal ssues. For each tran, a platform track must be specfed at whch the tran should arrve; the platform track assgnment determnes the route, on whch the tran approaches, arrval tme at the platform and departure tme from the platform need to be determned. The soluton should mnmse devatons from the planned arrval and departure tmes and mse the total preferences for platforms and routes. The nputs to the mathematcal programmng model are as follow: 1. track layout of the staton, whch s necessary for determnng feasble platform tracks for a tran and conflctng routes, 2. lst of trans, where the ta requred for each tran nclude: a) planned tme of ts arrval at the platform, b) planned tme of ts departure from the platform, c) lne on whch the tran arrves (n-lne) and departs (out-lne), d) lst of feasble platform tracks wth ther desrablty for the tran, e) category of the tran. All tme ta are gven n mnutes. Further on we present the formulaton of the MIP model. Frst we need to explan the symbols used:

3 GIS Ostrava Geonformatcs for Intellgent Transportaton Subscrpts whch n the mathematcal model represent obects,, tran k, k platform track Input parameters (constants) t planned arrval tme of tran at the platform t planned departure tme of tran t Cn I O c t mn t p k s k stanrd amount of tme passengers take to change trans (depends on partcular ralway staton) arrval lne track (n-lne) for tran departure lne track (out-lne) for tran category of tran ; c = 1 for regonal stoppng trans and ncreases wth the speed and dstance travelled by the tran. We have to dvde tran nto categores, because nternatonal fast express trans have obvously hgher mportance than the regonal ones. Delays of nternatonal trans can commt more traffc problems and extra costs than delays of regonal trans. mnmum dwell tme of a tran at the platform mum tme nterval, n whch two tran movements are tested for a conflct preference coeffcent; t reflects the desrablty of the assgnment of platform track k to tran number of swtches on the route of tran from the arrval lne track to platform track k and from platform track k to the departure lne track mn s number of swtches on the shortest tran route n the staton s number of swtches on the longest tran route n the staton a(l,k,l,k) coeffcent, whch has value true, f the route connectng lne l to platform track k conflcts wth the route connectng lne l to platform track k; f there exsts any route connectng lne l to track k and any route connectng lne l to track k such that these two routes do not conflct, then a(l,k,l,k) = false. If both trans use the same staton or lne tracks (.e. k = k or l = l), then a(l,k,l,k) = true. The exstence of route conflcts can be dentfed n vance from a detaled map of the track layout. We opted the concept of conflctng routes and conflct solvng from Carey and Carvlle (2003). If two trans are on conflctng routes we must ensure that there s at least a requred mnmum heway (tme nterval) between them, for safety and sgnallng reasons. For example, let h(,k,,k) be the mnmum heway requred between tran departng from track k and the next tran arrvng at track k. The superscrpts d and a denote departure and arrval, and the order of the superscrpts ndcates the order of the trans,.e., tran s followed by. Smlarly we have h(,k,,k), h(,k,,k) and h(,k,,k) for combnatons arrval arrval, arrval departure, departure departure. We need not ntroduce subscrpts to denote the n-lnes or outlnes used by trans snce for an arrvng tran the n-lne s alrey specfed by I, and for a departng tran the out-lne s specfed by O. The preference coeffcent p k may reflect: operator s preferences of platforms, the dstance of the track k to the connectng trans, the length of the route used by tran arrvng to or departng from platform track k. The smoother and shorter the route s, the less the possblty of a conflct wth other trans s, hence the probablty of delay propagaton decreases.

4 GIS Ostrava Geonformatcs for Intellgent Transportaton In our model, coeffcent p k s set accordng to the followng formula: p k s 0.8 s s s k mn f track f track k k otherwse s the planned (or desred)track for tran slocatet the sameplatformas the plannedtrack Sets of obects K K() U set of all platform tracks set of feasble platform tracks for tran set of all arrvng, departng, and transt trans W() V V V V set of all connectng trans, whch has to wat for tran (, ) :, U,, t t t set of ordered pars of those trans that may arrve concurrently (, ) :, U,, t t t set of ordered pars of those trans that arrvng tran and departng tran may travel concurrently (, ) :, U,, t t t set of ordered pars of those trans that departng tran and arrvng tran may travel concurrently (, ) :, U,, t t t set of ordered pars of those trans that may depart concurrently Decson and auxlary varables of the model for U, k K : x k 1 0 f track k sassgnedto tran otherwse u v dfference between the planned and real arrval tme of tran at a platform, U dfference between the planned and real departure tme of tran from a platform, U The followng auxlary varables y are ntroduced for the couple of those trans and that may travel concurrently. They enable to express safety heways between conflctng trans. for, U, : y 1 0 f tran arrvesbeforetran arrves otherwse for, V for, V for, V : y : y : y f tran arrvesbeforetran departs otherwse f tran departsbeforetran arrves otherwse f tran departsbeforetran departs otherwse After these prelmnares, the mathematcal model can be wrtten as follows:

5 GIS Ostrava Geonformatcs for Intellgent Transportaton mnmse c u v (1) mse subect to U k x k U kk mn p (2) v t u t t U (3) Cn v t u t t U; W( ) (4) u, k,, k M 1 y M1 x M x t u t h 1 V, k K, k K : ai, k, I k k,, (5) u t u t h, k,, k My M1 x M1 x V, k K, k K : ai, k, I k k,, (6) Constrants (7) (12) are specfed for the other combnatons of arrval departure and have smlar meanng as (6). u t v t h, k,, k My M1 x M1 x u y k, U,, k K K (13) k k k, k,, k M1 y M1 x M x t v t h 1 1 x k kk ( ) k, U,, k K K (14), U,, I I, t t (15) 1 k U (16) u, v 0 U (17) x 0,1 U k k K (18) y 0,1, U, (19) 0,1 y V 0,1 y 0,1 y, (20), V (21), V (22) Model descrpton Obectve functon (1) mnmses the weghted devatons of the arrval and departure tmes proposed by the model from the tmes specfed by the tmetable. The weghts cause that long-dstance/hgh- speed trans wll respect planned tmes and regonal trans wll be postponed f necessary. The second crteron mses the desrablty of the platform tracks to be assgned to the trans. Constrant (3) ensures that a mnmum dwell tme needed for boardng and alghtng must be kept.

6 GIS Ostrava Geonformatcs for Intellgent Transportaton Constrant (4) states that connectng tran wth real departure least u Cn t t. v t has to wat n staton to tme at Constrants (5) (12) ensure that a mnmum heway wll be kept between conflctng trans. More precsely, constrant (5) states that f trans and have planned arrval tmes wthn t and tran arrves at platform track k before tran arrves at track k,.e. x 1, x 1, y 1, (23) k k and trans are on conflctng routes (.e. a(i,k,i,k) s true), then tran s allowed to arrve at least h(,k,,k) mnutes later than tran. If at least one of the condtons (23) s not met (e.g. tran s not assgned to track k), then constrant (5) becomes rrelevant as the rght-hand sde s negatve (M s a sutably pcked hgh postve number). If tran s followed by tran ( y 0 ), then s allowed to arrve at least h(,k,,k) mnutes later than, whch s ensured by constrant (6). Constrants (7) (12) have a smlar meanng for the other combnatons of arrval departure. Constrants (13) (14) ensure that a tran wll not be dspatched to an occuped track. If tran s followed by tran ( y 0 ) and both trans arrve at the same track k, then s allowed to arrve at least h(,k,,k) mnutes after tran leaves track k, whch s expressed by constrant (13). Constrant (14) holds for the reverse order of trans,. Constrant (15) states that same n-lne. y s 1 f tran s followed by tran at the arrval and both trans travel on the Constrant (16) ensures that each tran s always dspatched to exactly one platform track. The remanng oblgatory constrants (17) (22) specfy the defnton domans of the varables. Ths multple-crtera optmsaton problem was solved usng the lexcographc approach, where the obectve functons are ranked accordng to ther mportance. In the problem at hand, the frst obectve functon (.e. to meet the tmetable) s more mportant that the second one (.e. to respect track preferences). Ths orderng reflects how decsons are currently me n practce. The soluton technque conssts of two steps. In the frst step the problem (1), (3) (22) s solved gvng the best value of the weghted sum of devatons Then the constrant u v best c f1 U (24) best f 1. s ded and the model (2) (22), (24) s solved. Because both MIP problems are hard and the optmal solutons cannot be found wthn a reasonable tme lmt, we decded to mplement the local branchng heurstc (Fschett, Lod, and Salvagnn, 2009) usng the general optmsaton software Xpress. 3. CASE STUDY The model was verfed by usng the real ta of Prague man staton and the tmetable vald for the years 2004/2005. Prague man staton s a large staton that at the gven tme h 7 platforms, 17 platform tracks and 8 arrval or departure lne tracks. Accordng to the tmetable 2004/2005, the staton dealt wth 288 regular passenger trans per a weeky. We could use any tmetable for valton, however we used the tmetable vald for 2004/2005 because we knew that t was done wth some mstakes. We wanted to demonstrate that our model s vald, can detect every possble conflct n the tmetable and suggest ts soluton. Snce the model wth 288 trans contans varables and constrants, t s not possble to solve t to optmalty n a reasonable tme. That s why the decomposton of the problem must be done. The plannng perod (a y) was dvded nto shorter tme perods. They were chosen n such a way so that the mornng

7 GIS Ostrava Geonformatcs for Intellgent Transportaton and evenng peak hours were taken as a whole and the rest of the y was dvded nto shorter perods wth approxmately the same number of trans. The resultng tme ntervals can be seen n Table 1. For every tme nterval, the mathematcal programmng model was solved usng the lexcographc approach descrbed n the prevous secton. In case that the exact algorthm (branch and bound method) not fnsh n a predetermned computatonal tme (30 mnutes) then the local branchng heurstc was appled. The computatonal experments were performed for a shorten change tran tme whch s 4 mnutes n Prague man statons, as well as for the normal change tme (8 mnutes). The results for the shortened tme are reported n Table 1 and for the normal change tme n Table 2. Table 1. Results of experments for the decomposed plannng perod and shortened change tme Tme nterval trans varables constrants Value of 1st obectve functon Value of 2nd obectve functon Delay on arrval Delay on depart. trans allocated to dfferent platform [-] [-] [-] [-] [-] [-] [mn] [mn] [-] 0:00-5: :00-8: :00-10: :00-12: :00-15: :00-18: :00-24: Table 2. Results of experments for the decomposed plannng perod and normal change tme Tme nterval trans varables constrants Value of 1st obectve functon Value of 2nd obectve functon Delay on arrval Delay on depart. trans allocated to dfferent platform [-] [-] [-] [-] [-] [-] [mn] [mn] [-] 0:00-5: :00-8: :00-10: :00-12: :00-15: :00-18: :00-24: The results of computatonal experments show that the tmetable was not correct wth regard to safety requrements. There were some trans travellng on conflctng routes concurrently. That s why ther desred arrvng or departng tmes could not be kept. Moreover, n some cases the orgnal tmetable not respect desred tme passengers need to change trans. However the model respects such connectons. The best soluton proposed by the model wth the shortened change tme delays 3 trans at arrval by 5 mnutes and

8 GIS Ostrava Geonformatcs for Intellgent Transportaton 12 trans at departure by 17 mnutes n total, and dspatches 31 (11 %) trans to platform tracks dfferent from the planned ones. Departures of 7 trans are postponed by 1 mnute and 5 trans by 2 mnutes. For the normal change tme, 3 trans are delayed at arrval by 5 mnutes and 16 trans are delayed at departure by 27 mnutes n total (8 trans by 1 mnute, 6 trans by 2 mnutes, 1 tran by 3 mnutes and 1 tran by 4 mnutes). 32 trans are dspatched to platform tracks dfferent from the planned ones. Other experments were performed to nvestgate: how decomposton of plannng perod nfluence the computatonal tme and the qualty of obtaned soluton wthn 30 mnutes lmt for computng, how tran delays nfluence the track occupancy plan, effcency of the branch and bound and local branchng methods. 4. CONCLUSIONS In the paper, a mxed nteger programmng model for the tran platformng problem at a passenger ralway staton s descrbed. The model proposes a track occupancy plan that respects safety constrants for tran movements and relatons between connectng trans, mnmses devatons of the arrval and departure tmes from the tmetable and mses the desrablty of the platform tracks to be assgned to the trans. The model could serve as a planner s decson supportng tool. Acknowledgements Ths research was supported by the Scentfc Grant Agency of the Mnstry of Educaton of the Slovak Republc and the Slovak Acemy of Scences under proect VEGA 1/0296/12 Publc servce systems wth far access to servce and by the Slovak Research and Development Agency under proect APVV Desgnng of Far Servce Systems on Transportaton Networks. REFERENCES Bažant, M. and Kavčka, A. (2009) Artfcal neural network as a support of platform track assgnment wthn smulaton models reflectng passenger ralway statons. Proceedngs of the Insttuton of Mechancal Engneers, rt F: Journal of Ral and Rapd Transt 223 (5), Bllonet, A. (2003) Usng nteger programmng to solve the tran-platformng problem. Transportaton Scence 37 (2), Carey, M. and Carvlle, S. (2003) Schedulng and platformng trans at busy complex statons. Transportaton Research rt A 37, Chakroborty, P. and Vkram, D. (2008) Optmum assgnment of trans to platforms under partal schedule complance. Transportaton Research rt B: Methodologcal 42 (2), FICO TM Xpress Optmzaton Sute [onlne]. Avalable from: [Accessed 10 October 2011]. Fschett, M., Lod, A., and Salvagnn, D. (2009) Just MIP t!. In: Manezzo, V., Stützle, T., Voß, S. (eds.), Matheurstcs. Sprnger, New York, Zwaneveld, P.J. (1997) Ralway Plannng - routng of trans and allocaton of passenger lnes. Ph.D. thess, Erasmus Unversty Rotterm, Rotterm, the Netherlands. Zwaneveld, P.J., Kroon, L.G., and van Hoesel, S.P.M. (2001) Routng trans through a ralway staton based on a node packng model. European Journal of Operatonal Research 128,

Decision aid methodologies in transportation

Decision aid methodologies in transportation Decson ad methodologes n transportaton Lecture 7: More Applcatons Prem Kumar prem.vswanathan@epfl.ch Transport and Moblty Laboratory Summary We learnt about the dfferent schedulng models We also learnt

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Location of Rescue Helicopters in South Tyrol

Location of Rescue Helicopters in South Tyrol Locaton of Rescue Helcopters n South Tyrol Monca Talwar Department of Engneerng Scence Unversty of Auckland New Zealand talwar_monca@yahoo.co.nz Abstract South Tyrol s a popular destnaton n Northern Italy

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT UNIT TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT Structure. Introducton Obectves. Key Terms Used n Game Theory.3 The Maxmn-Mnmax Prncple.4 Summary.5 Solutons/Answers. INTRODUCTION In Game Theory, the word

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Capacitated set-covering model considering the distance objective and dependency of alternative facilities

Capacitated set-covering model considering the distance objective and dependency of alternative facilities IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS Capactated set-coverng model consderng the dstance obectve and dependency of alternatve facltes To cte ths artcle: I Wayan Suletra

More information

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018 Internatonal Journal of Industral Eng. & roducton Research (2008) pp. 21-29 Volume 19, Number 4, 2008 Internatonal Journal of Industral Engneerng & roducton Research Journal Webste: http://een.ust.ac.r/

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS Pedro Godnho and oana Das Faculdade de Economa and GEMF Unversdade de Combra Av. Das da Slva 65 3004-5

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Fixed-Charge Network Flow Problems with a Hybrid Optimization and. Constraint Programming Approach. Solving. John Hooker, Hak-Jin Kim

Fixed-Charge Network Flow Problems with a Hybrid Optimization and. Constraint Programming Approach. Solving. John Hooker, Hak-Jin Kim Solvng Fed-Charge Network Flow Problems wth a Hbrd Optmaton and Constrant Programmng Approach John Hooker, Hak-Jn Km Carnege ellon Unverst ISP, August 2 An Approach that Combnes Optmaton and Constrant

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

More information

Models for Intra-Hospital Patient Routing

Models for Intra-Hospital Patient Routing Models for Intra-osptal Patent Routng Belma uran, Verena Schmd and Karl. F. Doerner Unversty of Venna, Venna, Austra Johannes Kepler Unversty Lnz, Lnz, Austra (belma.turan@unve.ac.at, verena.schmd@unve.ac.at,

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Optimal Ambulance Location. with Random Delays and Travel Times

Optimal Ambulance Location. with Random Delays and Travel Times 1 Optmal Ambulance Locaton wth Random Delays and Travel Tmes Armann Ingolfsson 1, Susan Budge, Erhan Erkut Unversty of Alberta School of Busness Edmonton, Alberta, T6G 2R6 Last revson: March 2006 Abstract

More information

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov Algorthms Arlne Schedulng Arlne Schedulng Desgn and Analyss of Algorthms Andre Bulatov Algorthms Arlne Schedulng 11-2 The Problem An arlne carrer wants to serve certan set of flghts Example: Boston (6

More information

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept J. Appl. Envron. Bol. Sc., 5(1)20-27, 2015 2015, TextRoad Publcaton ISSN: 2090-4274 Journal of Appled Envronmental and Bologcal Scences www.textroad.com A Mathematcal Model for Restoraton Problem n Smart

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Full-duplex Relaying for D2D Communication in mmwave based 5G Networks

Full-duplex Relaying for D2D Communication in mmwave based 5G Networks Full-duplex Relayng for D2D Communcaton n mmwave based 5G Networks Boang Ma Hamed Shah-Mansour Member IEEE and Vncent W.S. Wong Fellow IEEE Abstract Devce-to-devce D2D communcaton whch can offload data

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

Switched-Capacitor Filter Optimization with Respect to Switch On-State Resistance and Features of Real Operational Amplifiers

Switched-Capacitor Filter Optimization with Respect to Switch On-State Resistance and Features of Real Operational Amplifiers 34 L. DOLÍVKA, J. HOSPODKA, SWITCHED-CAPACITOR FILTER OPTIMIZATION Swtched-Capactor Flter Optmzaton wth Respect to Swtch On-State Resstance and Features of Real Operatonal Amplfers Lukáš DOLÍVKA, Jří HOSPODKA

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Optimization Process for Berth and Quay-Crane Assignment in Container Terminals with Separate Piers. By Neven Grubisic Livia Maglic

Optimization Process for Berth and Quay-Crane Assignment in Container Terminals with Separate Piers. By Neven Grubisic Livia Maglic Athens Journal of Technology and Engneerng March 2018 Optmzaton Process for Berth and Quay-Crane Assgnment n Contaner Termnals wth Separate Pers By Neven Grubsc Lva Maglc The objectve of ths research s

More information

An Optimization Approach for Airport Slot Allocation under IATA Guidelines

An Optimization Approach for Airport Slot Allocation under IATA Guidelines An Optmzaton Approach for Arport Slot Allocaton under IATA Gudelnes Abstract Ar traffc demand has grown to exceed avalable capacty durng extended parts of each day at many of the busest arports worldwde.

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Electricity Network Reliability Optimization

Electricity Network Reliability Optimization Electrcty Network Relablty Optmzaton Kavnesh Sngh Department of Engneerng Scence Unversty of Auckland New Zealand kav@hug.co.nz Abstract Electrcty dstrbuton networks are subject to random faults. On occurrence

More information

On Interference Alignment for Multi-hop MIMO Networks

On Interference Alignment for Multi-hop MIMO Networks 013 Proceedngs IEEE INFOCOM On Interference Algnment for Mult-hop MIMO Networks Huacheng Zeng Y Sh Y. Thomas Hou Wenng Lou Sastry Kompella Scott F. Mdkff Vrgna Polytechnc Insttute and State Unversty, USA

More information

STRATEGIES TO SUPPORT AMBULANCE SCHEDULING WITH EFFICIENT ROUTING SERVICES

STRATEGIES TO SUPPORT AMBULANCE SCHEDULING WITH EFFICIENT ROUTING SERVICES Assocaton for Informaton Systems AIS Electronc Lbrary (AISeL) Wrtschaftsnformatk Proceedngs 2009 Wrtschaftsnformatk 2009 STRATEGIES TO SUPPORT AMBULANCE SCHEDULING WITH EFFICIENT ROUTING SERVICES Günter

More information

Yutaka Matsuo and Akihiko Yokoyama. Department of Electrical Engineering, University oftokyo , Hongo, Bunkyo-ku, Tokyo, Japan

Yutaka Matsuo and Akihiko Yokoyama. Department of Electrical Engineering, University oftokyo , Hongo, Bunkyo-ku, Tokyo, Japan Optmzaton of Installaton of FACTS Devce n Power System Plannng by both Tabu Search and Nonlnear Programmng Methods Yutaka Matsuo and Akhko Yokoyama Department of Electrcal Engneerng, Unversty oftokyo 7-3-,

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction ISSN : 0976-8491(Onlne) ISSN : 2229-4333(rnt) Optmum Allocaton of Dstrbuted Generatons Based on Evolutonary rogrammng for Reducton and Voltage rofle Correcton 1 Mohammad Saleh Male, 2 Soodabeh Soleyman

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

A Stochastic Approach to Hotel Revenue Management Considering Individual and Group Customers

A Stochastic Approach to Hotel Revenue Management Considering Individual and Group Customers Proceedngs of the Internatonal Conference on Industral Engneerng and Operatons Management Bal, Indonesa, January 7 9, A Stochastc Approach to Hotel Revenue Management Consderng Indvdual and Group Customers

More information

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design Proceedngs of Conference 8 Korean Socety of Ocean Engneers May 9-3, Cheju, Korea Moorng Cost Senstvty Study Based on Cost-Optmum Moorng Desgn SAM SANGSOO RYU, CASPAR HEYL AND ARUN DUGGAL Research & Development,

More information

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint Dynamc Lghtpath Protecton n WDM Mesh etworks under Wavelength Contnuty Constrant Shengl Yuan* and Jason P. Jue *Department of Computer and Mathematcal Scences, Unversty of Houston Downtown One Man Street,

More information

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

More information

COMPARISION OF POTENTIAL PATHS SELECTED BY A MALICIOUS ENTITY WITH HAZARDOUS MATERIALS : MINIMIZATION OF TIME VS. MINIMIZATION OF DISTANCE

COMPARISION OF POTENTIAL PATHS SELECTED BY A MALICIOUS ENTITY WITH HAZARDOUS MATERIALS : MINIMIZATION OF TIME VS. MINIMIZATION OF DISTANCE Proceedngs of the 2007 Wnter Smulaton Conference S. G. Henderson, B. Bller, M.-H. Hseh, J. Shortle, J. D. Tew, and R. R. Barton, eds. COMPARISION OF POTENTIAL PATHS SELECTED BY A MALICIOUS ENTITY WITH

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Multiobjective Metaheuristics Optimization in Reactive Power Compensation

Multiobjective Metaheuristics Optimization in Reactive Power Compensation Ilana González Palau, Secundno Marrero Ramírez, Arístdes Legrá Lobana, Danel Mendola Ells Multobjectve Metaheurstcs Optmzaton n Reactve Power Compensaton ILIANA GONZÁLEZ PALAU 1, SECUNDINO MARRERO RAMÍREZ

More information

TODAY S wireless networks are characterized as a static

TODAY S wireless networks are characterized as a static IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 10, NO. 2, FEBRUARY 2011 161 A Spectrum Decson Framework for Cogntve Rado Networks Won-Yeol Lee, Student Member, IEEE, and Ian F. Akyldz, Fellow, IEEE Abstract

More information

Modeling Hierarchical Event Streams in System Level Performance Analysis

Modeling Hierarchical Event Streams in System Level Performance Analysis Modelng Herarchcal Event Streams n System Level Performance Analyss IK Report 9 obas Ren, Ka Lampka, Lothar hele Computer Engneerng and Networks Laboratory Swss Federal Instsute of echnology (EH) Zurch,

More information

Solution of a certain class of network flow problems with cascaded demand aggregation and capacity allocation

Solution of a certain class of network flow problems with cascaded demand aggregation and capacity allocation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 2006 Soluton of a certan class of network flow problems wth cascaded demand aggregaton

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

Webinar Series TMIP VISION

Webinar Series TMIP VISION Webnar Seres TMIP VISION TMIP provdes techncal support and promotes knowledge and nformaton exchange n the transportaton plannng and modelng communty. DISCLAIMER The vews and opnons expressed durng ths

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

An Algorithm Forecasting Time Series Using Wavelet

An Algorithm Forecasting Time Series Using Wavelet IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue, No, January 04 ISSN (Prnt): 94-084 ISSN (Onlne): 94-0784 www.ijcsi.org 0 An Algorthm Forecastng Tme Seres Usng Wavelet Kas Ismal Ibraheem,Eman

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

More information

Subcarrier allocation for OFDMA wireless channels using lagrangian relaxation methods

Subcarrier allocation for OFDMA wireless channels using lagrangian relaxation methods Unversty of Wollongong Research Onlne Faculty of Informatcs - Papers (Archve) Faculty of Engneerng and Informaton Scences 2006 Subcarrer allocaton for OFDMA wreless channels usng lagrangan relaxaton methods

More information

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L , pp. 207-220 http://dx.do.org/10.14257/jht.2016.9.1.18 Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar

More information

Intelligent Wakening Scheme for Wireless Sensor Networks Surveillance

Intelligent Wakening Scheme for Wireless Sensor Networks Surveillance The Frst Internatonal Workshop on Cyber-Physcal Networkng Systems Intellgent Wakenng Scheme for Wreless Sensor Networks Survellance Ru Wang, Le Zhang, L Cu Insttute of Computng Technology of the Chnese

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Voltage security constrained reactive power optimization incorporating wind generation

Voltage security constrained reactive power optimization incorporating wind generation Unversty of Wollongong Research Onlne Faculty of Engneerng and Informaton Scences - Papers: Part A Faculty of Engneerng and Informaton Scences 2012 Voltage securty constraned reactve power optmzaton ncorporatng

More information

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

Research Article. ISSN (Print)

Research Article. ISSN (Print) Scholars Journal of Engneerng and Technology (SJET) Sch. J. Eng. Tech., 05; 3(A):-3 Scholars Academc and Scentfc Publsher (An Internatonal Publsher for Academc and Scentfc Resources) www.saspublsher.com

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DIPLOMA THESIS. Scheduling and Visualization of Manufacturing Processes

CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DIPLOMA THESIS. Scheduling and Visualization of Manufacturing Processes CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DIPLOMA THESIS Schedulng and Vsualzaton of Manufacturng Processes Prague, 2008 Author: Roman Čapek Schedulng and Vsualzaton of Manufacturng

More information

XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT

XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT XXVIII. MODELING AND OPTIMIZATION OF RADIO FREQUENCY IDENTIFICATION NETWORKS FOR INVENTORY MANAGEMENT Atpong Surya Department of Electrcal and Electroncs Engneerng Ubonratchathan Unversty, Thaland, 34190

More information

Frequency Assignment for Multi-Cell IEEE Wireless Networks

Frequency Assignment for Multi-Cell IEEE Wireless Networks Frequency Assgnment for Mult-Cell IEEE 8 Wreless Networks Kn K Leung Bell Labs, Lucent Technologes Murray Hll, NJ 7974 kn@bell-labscom Byoung-Jo J Km AT&T Labs Research Mddletown, NJ 7748 macsbug@researchattcom

More information

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm

Optimal Phase Arrangement of Distribution Feeders Using Immune Algorithm The 4th Internatonal Conference on Intellgent System Applcatons to Power Systems, ISAP 2007 Optmal Phase Arrangement of Dstrbuton Feeders Usng Immune Algorthm C.H. Ln, C.S. Chen, M.Y. Huang, H.J. Chuang,

More information

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling Explotng Dynamc Worload Varaton n Low Energy Preemptve Tas Schedulng Lap-Fa Leung, Ch-Yng Tsu Department of Electrcal and Electronc Engneerng Hong Kong Unversty of Scence and Technology Clear Water Bay,

More information

Power Allocation in Wireless Multi-User Relay Networks

Power Allocation in Wireless Multi-User Relay Networks IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL 8, NO 5, MAY 2009 2535 Power Allocaton n Wreless Mult-User Relay Networks Khoa T Phan, Student Member, IEEE, Tho Le-Ngoc, Fellow, IEEE, Sergy A Vorobyov,

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

Approaches Method to Solve Ships Routing Problem with an Application to the Indonesian National Shipping Company

Approaches Method to Solve Ships Routing Problem with an Application to the Indonesian National Shipping Company Approaches Method to Solve Shps Routng Problem wth an Applcaton to the Indonesan Natonal Shppng Company ISMAIL YUSUF 1,2), ACHMAD YANI 2,3), and MOHD. SAFIYAN BABA 1) Department of Artfcal Intellgence,

More information

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods

Medium Term Load Forecasting for Jordan Electric Power System Using Particle Swarm Optimization Algorithm Based on Least Square Regression Methods Journal of Power and Energy Engneerng, 2017, 5, 75-96 http://www.scrp.org/journal/jpee ISSN Onlne: 2327-5901 ISSN Prnt: 2327-588X Medum Term Load Forecastng for Jordan Electrc Power System Usng Partcle

More information

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

An Efficient Extension of Network Simplex Algorithm

An Efficient Extension of Network Simplex Algorithm Journal of Industral Engneerng 2(2009)1-9 An Effcent Extenson of Network Smplex Algorthm Hassan Rashd a, Edward P. K. Tsang b a School of Computer Scence and Electronc Systems Engneerng, Unversty of Essex,

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information