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

Size: px
Start display at page:

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

Transcription

1 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 Taiwan Universiy, Taipei, 06, TAIWAN 2 Deparmen of Compuer Science and Informaion Engineering Naional Universiy of Kaohsiung, Kaohsiung, 8, TAIWAN 3 Insiue for Informaion Indusry, Taipei, 06, TAIWAN Absrac: - In his paper, four algorihms based on some single-pass heurisics are proposed o solve he flexible flow-shop group scheduling problems wih more han wo machine ceners, which have he same number of parallel machines. Single-pass heurisics need less compuaion ime han muliple-pass ones. The single-pass heurisics adoped in he paper includes he PT, he Palmer and he Gupa algorihms. Experimens are also made for a comparison of he proposed four heurisic algorihms. Experimenal resuls show ha combining LPT and PT for he firs level, followed by he Palmer algorihm for he second level, has a superior performance among all he four proposed heurisic algorihms. Key-Words: - group scheduling, flexible flow shop, PT algorihm, Palmer Algorihm, Gupa Algorihm. Inroducion In simple flow-shop problems, each machine cener has us one machine [2][5][6][7][8][9]. If a leas one machine cener has more han one machine, he problem is called a flexible flow-shop problem. Flexible flow shops are hus generalizaion of simple flow shops [3]. Scheduling obs in flexible flow shops is considered an NP-hard problem [6][22]. Recenly, group scheduling has also been proposed and discussed. In group scheduling, each ob belongs o a specific group and all he obs are processed group by group. The group scheduling problem is also NP-hard [5].The issues in group scheduling are usually solved a wo levels. A he firs level, a sequence of he obs in each group is deermined; while a he second level, a sequence of he groups is deermined [7][3][2]. This paper specifically focuses on minimizing he final compleion ime of he enire group scheduling. Four heurisic algorihms are hus developed o solve his problem. Experimens are also made o compare he performance of he proposed four algorihms. 2 Relaed Scheduling Algorihms In he pas, Johnson firs proposed an efficien algorihm which guaraneed opimaliy in a wo-machine flow-shop problem [0]. Campbell, Dudek and Smih (CDS) hen proposed a heurisic algorihm o solve he flow-shop problems of more han wo machines [2]. Palmer, Perov and Gupa also respecive heir algorihms for achieving he same purpose [6][8][9]. The laer hree scheduling algorihms can process he ob daa in only one pass. Sriskandaraah and Sehi hen presened a heurisic algorihm based on he Johnson algorihm for solving flexible flow-shop problems of wo machine ceners wih he same number of machines [22]. As o group scheduling, Yang and Chern considered he wo-machine flow shop group scheduling problems wih group removal ime and ob ransporaion ime [23]. Dannenbring proposed a heurisic algorihm which combined he advanages of he Palmer and he CDS algorihms [4]. Allison compared he performances of single-pass and muliple-pass heurisics for solving group scheduling problems []. Schaller developed a new lower bound o evaluae parial sequences in a branch-and -bound procedure for he flow-shop group scheduling problem [20]. Logendran e al. sudied he performance of differen combinaions of LN algorihm, CDS algorihm and PT algorihm o solve group flexible flow-shop problems for minimizing makesapans [2]. Hong e al. considered he flexible flow shop group scheduling problems wih wo machine ceners of he same number of parallel machines [8]. Logendran e al. invesigaed he group flexible flow-shop problems for minimizing makesapans []. Logendran e al. presened a wo-machine group scheduling problem wih sequence-dependen se-up ime [4]. Yoshida and

2 Hiomi developed an opimal algorihm for minimizing he oal compleion ime in a wo machine group scheduling problem wih sequence-independen se-up ime [24]. Hong e al. proposed a heurisic algorihm for solving he flexible flow shop group scheduling problems wih more han wo machine ceners [9]. Many researches are sill in progress. The hree single-passed heurisics for scheduling ob sequencing for a flow shop wih more han wo machines are inroduced below. 2. The PT Scheduling Algorihm The PT algorihm [9] was proposed by Perov o schedule ob sequencing for a flow shop wih more han wo machines. Given a se of n independen obs, each having m (m>2) asks (T, T 2,, T m, T 2, T 22,, T (m-)n, T mn ) ha mus be execued in he same sequence on m machines (P, P 2,, P m ), he PT scheduling algorihm seeks a nearly minimum compleion ime of he las ob. I ransforms he flow shop problems wih more han wo asks ino he ones wih exacly wo asks and uses he Johnson algorihm o solve hem. This algorihm is saed as follows. The PT scheduling algorihm: Inpu: A se of n obs, each having m (m > 2) asks execued respecively on he given m machines. Oupu: A schedule wih a nearly minimum compleion ime of he las ob. Sep : For each ob, calculae he following erms for even m: m / 2 C = k and = k = m D k ( m / 2) + calculae he following erms for odd m: ( m+ ) / 2 C = k and D = k m ; k = ( m+ ) / 2 C D Sep 2: Schedule and by he wo-machine Johnson algorihm, and save he corresponding sequence and makespan f. 2.2 The Gupa Scheduling Algorihm The Gupa algorihm [6] was proposed by Gupa o schedule ob sequencing also for a flow shop wih more han wo machines. This algorihm is saed as follows. The Gupa scheduling algorihm: Inpu: A se of n obs, each having m (m > 2) asks execued respecively on he given m machines.. Oupu: A schedule wih a nearly minimum compleion ime of he las ob. Sep : Form he group of obs U ha ake less ime on he firs machine han on he las, such ha U = { < m }. Sep 2: Form he group of obs V ha ake less (or equal) ime on he las machine han on he firs, such ha V = { m }. Sep 3: For each ob J i in U, find he minimum of ( ki + (k+)i ) for k = o m-; resaed, se: ( m ) π i = min ( ki + ( k + ) i). Sep 4: For each ob J in V, find he minimum of ( k + (k+) ) for k = o m-; resaed, se: ( m ) π = min ( k + ( k+ ) ). Sep 5: Sor he obs in U in ascending order of π i 's; if wo or more obs have he same value of π i, sor hem in an arbirary order. Sep 6: Sor he obs in V in descending order of π 's; if wo or more obs have he same value of π, sor hem in an arbirary order. Sep 7: Schedule he obs on he machines in he sored order of U, hen in he sored order of V. 2.3 The Palmer Scheduling Algorihm The Palmer algorihm [8] was proposed by Palmer o schedule ob sequencing also for a flow shop wih more han wo machines. This algorihm is saed as follows. The Palmer scheduling algorihm: Inpu: A se of n obs, each having m (m > 2) asks execued respecively on he given m machines. Oupu: A schedule wih a nearly minimum compleion ime of he las ob. Sep : Find he value π for each ob J as follows: m / 2 i= π = ( m 2i + ) + ( m 2i + ), i ( m+ i) where i represens he execuion ime of he i-h ask T i in ob J. Sep 2: Sor he obs in descending order of π 's; if wo or more obs have he same value of π, sor hem in an arbirary order. Sep 3: Schedule he obs on he machines in he sored order. 3 Four Single-Pass-Based Heurisic Algorihms The issues in group scheduling are usually solved a

3 wo levels. A he firs level, a sequence of he obs in each group is deermined; while a he second level, a sequence of he groups is deermined. As he group scheduling problems sill follow flow-line arrangemen, i is possible o exend some heurisics of solving convenional flow shop scheduling problems o solving group scheduling problems. Four single-pass-based heurisic algorihms are hen developed in his session o solve he flexible flow-shop group scheduling problems wih more han wo machine ceners, which have he same number of parallel machines. Four differen combinaions are considered, each for a heurisic algorihm. The firs one (H) combines LPT and PT for he firs level o deermine he sequence of obs in each group, and uses Palmer for he second level o deermine he sequence of groups. The second one (H2) combined LPT wih Palmer for he firs level and used PT for he second level. The hird one (H3) combines LPT and PT for he firs level, and uses Gupa for he second level. The fourh one (H4) combines LPT and Gupa for he firs level, and uses PT for he second level. Below, he firs proposed heurisic algorihm is described in deail o illusrae he idea. The oher hree heurisic algorihms can be similarly derived. 4 The Heurisic Algorihm H The firs heurisic algorihm firs combines LPT and PT for he firs level o deermine he sequence of obs in each group, and hen uses Palmer for he second level o deermine he sequence of groups. The proposed algorihm is saed as follows. The LPT-PT-Palmer heurisic algorihm: Inpu: l groups of obs, each wih m (m > 2) asks, o be execued respecively on each of m machine ceners wih p parallel machines. Oupu: A schedule wih a subopimal compleion ime. Level : Deermining he ob sequence in each group: Sep : Se he variable k o one, where k is used o represen he number of he curren group o be processed. Sep 2: Repea Seps 3 o 5 unil k > l. Par : Forming he machine groups: Sep 3: Form p machine groups, each of which conains one machine from each machine cener. Each machine group can be hough of as a simple flow shop F, F 2,, F p. Sep 4: Iniialize he compleion ime f, f 2,, f p of each flow shop F, F 2,, F p o zero. Par 2: Assigning obs o machine groups: Sep 5: For each ob J k, find is oal execuion ime: k = k + 2k + + mk, = o n, k = o l. Sep 6: Sor he obs in descending order of processing ime k ; if any wo obs have he same k values, sor hem in an arbirary order. Sep 7: Find he flow shop F i wih he minimum processing ime f i among all he flow shops; if wo flowshops have he same minimum f i value, choose one arbirarily. Sep 8: Assign he firs ob J k in he sored lis o he chosen flow shop F i, which has he minimum compleion ime f i among all p flow shops. Sep 9: Add he oal ime k of ob J k o he needed oal ime of he chosen flow shop, F i ; ha is: f i = f i + k. Sep 0: Remove ob J k from he ob lis. Sep : Repea Seps 7 o 0 unil he ob lis is empy. Afer Sep, obs are clusered ino p groups and are allocaed o he p-machine flow shops. Par 3: Dealing wih he ob sequencing in each flow shop: Sep 2: For each flow shop F i, se he iniial compleion ime of he machines f i ( = o m, i = o p) o zero. Sep 3: Find he compleion ime of each flow shop f i by he PT algorihm saed in Secion 2. Sep 4: Save he corresponding ob sequence. Sep 5: Se k = k +. Afer Sep 5, he individual ob sequence for each group has been found. Level 2: Deermining he group sequence in he whole schedule: Sep 6: Se he processing ime mc k needed for n obs in group k a machine cener, ( = o m, k = o l) as: n mc k = i= ik i = o n, = o m, k = o l.,

4 Sep 7: Find he group sequence by he Palmer algorihm saed in Secion 2 according o mc k, = o m, k = o l. Sep 8: Schedule he groups based on he group sequence and schedule he ob sequence in each flow-shop of each group o find he final compleion ime. 5 An Example for he Firs Heurisic Algorihm An example is given in his session o demonsrae he applicaion of he firs heurisic algorihm (H). Assume here are hree groups and each of hem has five obs, J i o J 5i (i = o 3). Also assume each ob has hree asks o be scheduled via hree operaions. Each operaion is execued by a machine a he corresponding machine cener. Each machine cener includes wo parallel machines. Assume he execuion imes of hese obs are lised in Table. The algorihm proceeds as follows. Table. Processing imes for he hree groups of obs G G 2 G 3 J J 2 J 3 J 4 J 5 J 2 J 22 J 32 J 42 J 52 J 3 J 23 J 33 J 43 J 53 k k k The proposed algorihm firs deermines he appropriae ob sequence in each of he hree groups. Each group of obs can be scheduled independenly. The processing seps are decomposed ino hree pars. Par firs forms wo machine groups, F, F 2, each of which is hough of as a wo-machine flow-shop. Par 2 hen assigns he obs in each group o he machine groups. Resuls for he example are shown in Table 2. Table 2. The obs allocaed o each flow shop for each ob group F J 5, J 3, J 4 J 42, J 52 J 33, J 43, J 23 F 2 J, J 2 J 32, J 2, J 22 J 3, J 53 Par 3 hen uses he PT algorihm o deal wih ob sequencing in each flow shop for each group. The resuls are shown in Table 3. Table 3. The ob sequence in each flow shop in each group G G 2 G 3 F J 5, J 3, J 4 J 42, J 52 J 43, J 33, J Job sequence 23 F 2 J 2, J J 32, J 2, J 22 J 3, J 53 The seps a level 2 are hen execued o deermine he group sequence in he whole schedule. The processing ime of each group of obs a each machine cener is firs calculaed and shown in Table 4. Table 4. The processing ime of each group of obs a each machine cener Machine Cener G G 2 G 3 Processing Time Machine Cener Machine Cener Machine Cener In Table 4, he processing ime for processing he firs asks of all he obs in Group a machine cener is 35, for processing he second asks a machine cener 2 is 29, and for processing he hird asks a machine cener 3 is 28. Similarly, he processing ime evaluaed for Group 2 is 24, 2, and 23, respecively, and for Group 3 is 32, 24, and 7, respecively. The Palmer procedure is hen used o schedule he hree groups according o he processing ime a each machine cener. The obained group sequence for his example is G 2, G, G 3. All he groups of obs are hen scheduled according o he above group sequence ogeher wih is bes ob sequence in each flow shop. The final scheduling resuls are shown in Figure. The final compleion ime is 62. Flowshop i G G 2 G 3 Jobs allocaed

5 m m m 2 m m 3 m Figure : The final scheduling resul in he example 6 Experimens This secion repors on experimens made o show he performance of he proposed scheduling algorihms. The experimenal design was similar o he one conduced by Logendran e al. [2]. Our experimens were implemened by Visual C++ on an AMD Ahlon(m) XP.8 GHz CPU, wih 52RAM and Windows XP 2002 operaing sysem. Four parameers were considered o define he problem srucure. They were number of machine ceners, number of parallel machines in each machine cener, number of groups, and number of obs in each group. Three differen values for each of he four parameers were considered: 3, 7, and 0 for he number of machine ceners; 3, 5, and 7 for he number of parallel machines in each machine cener; 7, 0, and 5 for he number of groups; and 0, 20, and 30 for he number of obs in each group. These selecions could idenify a wide variey of problem sizes. The execuion ime of each ask was randomly generaed from a uniform disribuion of inegers beween 5 and 50. Tweny differen runs were execued for each se of problems, and in each run he makespan and he compuaion ime were measured. All he proposed four heurisic algorihms ran very fas. They ook no longer han second, even for he larges problem in he experimens. Since each parameer had hree differen values and weny runs were execued, a oal of 620 (3 4 * 20) problems were solved. Three performance measures were considered o compare he performance of he proposed four heurisic algorihms. They were average makespan, average rank, and percenage of he bes soluions. The average makespan was evaluaed as he average of he makespans obained from all he 620 problems. The average rank was evaluaed as he average of he ranks obained from all he problems. For each problem, he heurisic algorihm wih he minimum makespan would be given he rank of 4, while he heurisic one wih he maximum makespan would be given. If several heurisic algorihms had he same makespan, hey were given he same average rank. The percenage of he bes soluions was evaluaed as he percenage of he problems in which a heurisic algorihm go he minimum makepan among all he four ones. In each run, he heurisic algorihm wih he minimum makepan would be added one o is value of bes soluions. The oal percenage of he bes soluions for all he four heurisic algorihms migh possibly exceed 00 percens since he algorihms wih he same minimum makespan would all add one o heir own values of bes soluions. The resuling performance measures for he proposed four heurisic algorihms are shown in Table 5. From Table 5, i is easily seen ha he firs proposed algorihm (H), ouperformed he oher hree heurisic algorihms for all he hree measures. Table 5. The resuling performance measures for he proposed four heurisic algorihms Algorihm H H2 H3 H4 Average makespan Average rank Percenage of bes soluions Alhough Table 5 shows H is wih he minimum average makepan, i doesn mean H is always superior o he oher hree heurisics in he saisical sense. 7 Conclusion The flexible flow-shop group scheduling problems wih more han wo machine ceners, which have he same number of parallel machines, have been examined in his paper. They have been solved a wo levels. A he firs level, a sequence of he obs in

6 each group is deermined; while a he second level, a sequence of he groups is deermined. Four heurisic algorihms, each involving a single-pass heurisic respecively a each level, have hus been developed o solve he problems. Four differen combinaions have been considered, each for a heurisic algorihm. The firs one (H) combines LPT and PT for he firs level o deermine he sequence of obs in each group, and uses Palmer for he second level o deermine he sequence of groups. The second one (H2) combines LPT wih Palmer for he firs level and uses PT for he second level. The hird one (H3) combines LPT and PT for he firs level, and uses Gupa for he second level. The fourh one (H4) combines LPT and Gupa for he firs level, and uses PT for he second level. Experimens have also been made for a comparison of he proposed four heurisic algorihms. Four parameers, including number of machine ceners, number of parallel machines in each machine cener, number of groups, and number of obs in each group, have been considered o define differen es problems. The experimenal resuls show ha H has ouperformed he ohers for all parameer combinaions. Thus, combining LPT and PT for he firs level, followed by he Palmer algorihm for he second level, has a superior performance among all he four proposed heurisic algorihms. References: [] J. D. Allison, Combining Perov's heurisic and he CDS heurisic in group scheduling problems, Proceedings of he 2h annual conference on Compuers and indusrial engineering, Vol. 9, No. -4, 990, pp [2] H. G. Campbell, R. A. Dudek and M. L. Smih, A heurisic algorihm for he n ob, m machine sequencing problem, Managemen Science, Vol. 6, 970, pp. B630-B637. [3] S. C. Chung and D. Y. Liao, Scheduling flexible flow shops wih no seup effecs, The 992 IEEE Inernaional Conference on Roboics and Auomaion, 992, pp [4] D. G. Dannenbring, An evaluaion of flowshop sequencing heurisics, Managemen Science, Vol. 23, No., 977, pp [5] R. A. Dudek, S. S. Panwalkar and M. L. Smih, The lessons of flowshop scheduling research, Operaions Research, Vol. 40, 992, pp [6] J. N. D. Gupa, A funcional heurisic algorihm for he flowshop scheduling problem, Operaions Research, Vol. 40, 97, pp [7] T. P. Hong, G. B. Horng, P. Y. Huang and C. L. Wang, Solving flexible flow-shop problems by LPT and LN scheduling algorihms, The Inernaional Conference on Informaics, Cyberneics, and Sysems, 2003, pp [8] T. P. Hong, P. Y. Huang and G. Horng, Two group flexible flow-shop scheduling algorihms for wo machine ceners, The 33rd Inernaional Conference on Compuers and Indusrial Engineering, [9] T. P. Hong, P. Y. Huang, G. Horng, and C. Y. Kao, Solving flexible flow-shop group scheduling problems by he PT algorihm, WSEAS Transacions on Mahemaics, Issue 4, Vol. 4, 2005, pp [0] S. M. Johnson, Opimal wo- and hree-sage producion schedules wih se-up imes included, Naval Research Logisics Quarerly, Vol., 954, pp [] R. Logendran, S. Carson and E. Hanson, Group scheduling in flexible flow shops, Inernaional Journal of Producion Economics, Vol. 96, No. 2, 2005, pp [2] R. Logendran, L. Mai and D. Talkingon, Combined heurisics for bi-level group scheduling problems, Inernaional Journal of Producion Economics, Vol. 38, 995, pp [3] R. Logendran and N. Nudasomboon, Minimizing he makespan of a group scheduling problem: a new heurisic, Inernaional Journal of Producion Economics, Vol. 22, 99, pp [4] R. Logendran, N. Salmasi and C. Sriskandaraah, Two-machine group scheduling problems in discree pars manufacuring wih sequence-dependen seups, Compuers and Operaions Research, Vol. 33, No., 2006, pp [5] R. Logendran and C. Sriskandaraah, Two-machine group scheduling problem wih blocking and anicipaory seups, European Journal of Operaional Research, Vol. 69, No. 3, 993, pp [6] T. E. Moron and D. W. Penico, Heurisic Scheduling Sysems wih Applicaions o Producion Sysems and Proec Managemen, John Wiley & Sons Inc., New York, 993. [7] M. Nawaz, J. E. E. Enscore and I. Ham, A heurisic algorihm for he m-machine, n-ob flow-shop sequencing problem, Omega, Vol., No., 983, pp [8] D. S. Palmer, Sequencing obs hrough a muli-sage process in he minimum oal ime - a quick mehod of obaining a near opimum,

7 Operaional Research Quarerly, Vol. 6, No., 965, pp [9] V. A. Perov, Flow Line Group Producion Planning, Business Publicaions, London, 966. [20] J. Schaller, A new lower bound for he flow shop group scheduling problem, Compuers and Indusrial Engineering, Vol. 4, No. 2, 200, pp [2] M. Solimanpur, P. Vra and R. Shankar, A heurisic o minimize makespan of cell scheduling problem, Inernaional Journal of Producion Economics, Vol. 88, No. 3, 2004, pp [22] C. Sriskandaraah and S. P. Sehi, Scheduling algorihms for flexible flow shops: wors and average case performance, European Journal of Operaional Research, Vol. 43, 989, pp [23] D. L. Yang and M. S. Chern, Two-machine flowshop group scheduling problem, Compuers & Operaions Research, Vol. 27, No. 0, 2000, pp [24] T. Yoshida and K. Hiomi, Opimal wo-sage producion scheduling wih seup imes separaed, AIIE Transacions, Vol., 979, pp

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

Sequencing Heuristics for Flexible Flow Shop Scheduling Problems with Unrelated Parallel Machines and Setup Times

Sequencing Heuristics for Flexible Flow Shop Scheduling Problems with Unrelated Parallel Machines and Setup Times IE NETWORK 26 Sequencing Heurisics for Flexible Flow Shop Scheduling s wih Unrelaed Parallel Machines and Seup Times Jii Jungwaanaki 1, Manop Reodecha 1, Paveena Chaovaliwongse 1, and Frank Werner 2 1

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

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

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

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

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

Christos Papadimitriou & Luca Trevisan November 22, 2016

Christos Papadimitriou & Luca Trevisan November 22, 2016 U.C. Bereley CS170: Algorihms Handou LN-11-22 Chrisos Papadimiriou & Luca Trevisan November 22, 2016 Sreaming algorihms In his lecure and he nex one we sudy memory-efficien algorihms ha process a sream

More information

A Hop Constrained Min-Sum Arborescence with Outage Costs

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

More information

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

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

More information

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

Time series Decomposition method

Time series Decomposition method Time series Decomposiion mehod A ime series is described using a mulifacor model such as = f (rend, cyclical, seasonal, error) = f (T, C, S, e) Long- Iner-mediaed Seasonal Irregular erm erm effec, effec,

More information

Sliding Mode Extremum Seeking Control for Linear Quadratic Dynamic Game

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

More information

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

Solving a dock assignment problem as a three-stage flexible flow-shop problem

Solving a dock assignment problem as a three-stage flexible flow-shop problem Solving a dock assignmen problem as a hree-sage flexible flow-shop problem L. Berghman, R. Leus ORSTAT, K.U.Leuven, Leuven, Belgium Absrac - This paper presens a model for a dock assignmen problem based

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

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

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

More Digital Logic. t p output. Low-to-high and high-to-low transitions could have different t p. V in (t)

More Digital Logic. t p output. Low-to-high and high-to-low transitions could have different t p. V in (t) EECS 4 Spring 23 Lecure 2 EECS 4 Spring 23 Lecure 2 More igial Logic Gae delay and signal propagaion Clocked circui elemens (flip-flop) Wriing a word o memory Simplifying digial circuis: Karnaugh maps

More information

Longest Common Prefixes

Longest Common Prefixes Longes Common Prefixes The sandard ordering for srings is he lexicographical order. I is induced by an order over he alphabe. We will use he same symbols (,

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

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

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

A New Perturbative Approach in Nonlinear Singularity Analysis

A New Perturbative Approach in Nonlinear Singularity Analysis Journal of Mahemaics and Saisics 7 (: 49-54, ISSN 549-644 Science Publicaions A New Perurbaive Approach in Nonlinear Singulariy Analysis Ta-Leung Yee Deparmen of Mahemaics and Informaion Technology, The

More information

Random Walk with Anti-Correlated Steps

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

More information

CENTRALIZED VERSUS DECENTRALIZED PRODUCTION PLANNING IN SUPPLY CHAINS

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

More information

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

CHAPTER 12 DIRECT CURRENT CIRCUITS

CHAPTER 12 DIRECT CURRENT CIRCUITS CHAPTER 12 DIRECT CURRENT CIUITS DIRECT CURRENT CIUITS 257 12.1 RESISTORS IN SERIES AND IN PARALLEL When wo resisors are conneced ogeher as shown in Figure 12.1 we said ha hey are conneced in series. As

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

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

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

More information

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

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

More information

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 Specification Test for Linear Dynamic Stochastic General Equilibrium Models

A Specification Test for Linear Dynamic Stochastic General Equilibrium Models Journal of Saisical and Economeric Mehods, vol.1, no.2, 2012, 65-70 ISSN: 2241-0384 (prin), 2241-0376 (online) Scienpress Ld, 2012 A Specificaion Tes for Linear Dynamic Sochasic General Equilibrium Models

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

Chapter 2. Models, Censoring, and Likelihood for Failure-Time Data

Chapter 2. Models, Censoring, and Likelihood for Failure-Time Data Chaper 2 Models, Censoring, and Likelihood for Failure-Time Daa William Q. Meeker and Luis A. Escobar Iowa Sae Universiy and Louisiana Sae Universiy Copyrigh 1998-2008 W. Q. Meeker and L. A. Escobar. Based

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

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

Chapter 7: Solving Trig Equations

Chapter 7: Solving Trig Equations Haberman MTH Secion I: The Trigonomeric Funcions Chaper 7: Solving Trig Equaions Le s sar by solving a couple of equaions ha involve he sine funcion EXAMPLE a: Solve he equaion sin( ) The inverse funcions

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

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

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

Operating Systems Exercise 3

Operating Systems Exercise 3 Operaing Sysems SS 00 Universiy of Zurich Operaing Sysems Exercise 3 00-06-4 Dominique Emery, s97-60-056 Thomas Bocek, s99-706-39 Philip Iezzi, s99-74-354 Florian Caflisch, s96-90-55 Table page Table page

More information

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis

Speaker Adaptation Techniques For Continuous Speech Using Medium and Small Adaptation Data Sets. Constantinos Boulis Speaker Adapaion Techniques For Coninuous Speech Using Medium and Small Adapaion Daa Ses Consaninos Boulis Ouline of he Presenaion Inroducion o he speaker adapaion problem Maximum Likelihood Sochasic Transformaions

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

EECS 141: FALL 00 MIDTERM 2

EECS 141: FALL 00 MIDTERM 2 Universiy of California College of Engineering Deparmen of Elecrical Engineering and Compuer Science J. M. Rabaey TuTh9:30-11am ee141@eecs EECS 141: FALL 00 MIDTERM 2 For all problems, you can assume he

More information

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17 EES 16A Designing Informaion Devices and Sysems I Spring 019 Lecure Noes Noe 17 17.1 apaciive ouchscreen In he las noe, we saw ha a capacior consiss of wo pieces on conducive maerial separaed by a nonconducive

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

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

Errata (1 st Edition)

Errata (1 st Edition) P Sandborn, os Analysis of Elecronic Sysems, s Ediion, orld Scienific, Singapore, 03 Erraa ( s Ediion) S K 05D Page 8 Equaion (7) should be, E 05D E Nu e S K he L appearing in he equaion in he book does

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

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

Semi-Competing Risks on A Trivariate Weibull Survival Model

Semi-Competing Risks on A Trivariate Weibull Survival Model Semi-Compeing Risks on A Trivariae Weibull Survival Model Jenq-Daw Lee Graduae Insiue of Poliical Economy Naional Cheng Kung Universiy Tainan Taiwan 70101 ROC Cheng K. Lee Loss Forecasing Home Loans &

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

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

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

More information

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

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

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 electromagnetic interference in case of onboard navy ships computers - a new approach

The electromagnetic interference in case of onboard navy ships computers - a new approach The elecromagneic inerference in case of onboard navy ships compuers - a new approach Prof. dr. ing. Alexandru SOTIR Naval Academy Mircea cel Bărân, Fulgerului Sree, Consanţa, soiralexandru@yahoo.com Absrac.

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

Two New Uncertainty Programming Models of Inventory with Uncertain Costs

Two New Uncertainty Programming Models of Inventory with Uncertain Costs Journal of Informaion & Compuaional Science 8: 2 (211) 28 288 Available a hp://www.joics.com Two New Uncerainy Programming Models of Invenory wih Uncerain Coss Lixia Rong Compuer Science and Technology

More information

Sequencing algorithms for flexible flow shop problems with unrelated parallel machines, setup times, and dual criteria

Sequencing algorithms for flexible flow shop problems with unrelated parallel machines, setup times, and dual criteria Sequencing algorihms for flexible flow shop problems wih unrelaed parallel machines, seup imes, and dual crieria Jii Jungwaanaki a, Manop Reodecha a, Paveena Chaovaliwongse a, Frank Werner b,* a Deparmen

More information

EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE

EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE Version April 30, 2004.Submied o CTU Repors. EXPLICIT TIME INTEGRATORS FOR NONLINEAR DYNAMICS DERIVED FROM THE MIDPOINT RULE Per Krysl Universiy of California, San Diego La Jolla, California 92093-0085,

More information

An Evaluation of Sequencing Heuristics for Flexible Flowshop Scheduling Problems with Unrelated Parallel Machines and Dual Criteria

An Evaluation of Sequencing Heuristics for Flexible Flowshop Scheduling Problems with Unrelated Parallel Machines and Dual Criteria An Ealuaion of Sequencing Heurisics for Flexible Flowshop Scheduling Problems wih Unrelaed Parallel Machines and Dual Crieria Jii Jungwaanaki a, Manop Reodecha a, Paeena Chaoaliwongse a, Frank Werner b,*

More information

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

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

More information

MULTI-PERIOD PRODUCTION PLANNING UNDER FUZZY CONDITIONS

MULTI-PERIOD PRODUCTION PLANNING UNDER FUZZY CONDITIONS hp://dx.doi.org/.474/apem.. Advances in Producion Engineering & Managemen 7 (), 6-7 ISSN 854-65 Scienific paper MULTI-PERIOD PRODUCTION PLANNING UNDER FUY CONDITIONS Naadimuhu, G.; Liu, Y.L. & Lee, E.S.

More information

Analyze patterns and relationships. 3. Generate two numerical patterns using AC

Analyze patterns and relationships. 3. Generate two numerical patterns using AC envision ah 2.0 5h Grade ah Curriculum Quarer 1 Quarer 2 Quarer 3 Quarer 4 andards: =ajor =upporing =Addiional Firs 30 Day 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 andards: Operaions and Algebraic Thinking

More information

BBP-type formulas, in general bases, for arctangents of real numbers

BBP-type formulas, in general bases, for arctangents of real numbers Noes on Number Theory and Discree Mahemaics Vol. 19, 13, No. 3, 33 54 BBP-ype formulas, in general bases, for arcangens of real numbers Kunle Adegoke 1 and Olawanle Layeni 2 1 Deparmen of Physics, Obafemi

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

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

Overview. COMP14112: Artificial Intelligence Fundamentals. Lecture 0 Very Brief Overview. Structure of this course

Overview. COMP14112: Artificial Intelligence Fundamentals. Lecture 0 Very Brief Overview. Structure of this course OMP: Arificial Inelligence Fundamenals Lecure 0 Very Brief Overview Lecurer: Email: Xiao-Jun Zeng x.zeng@mancheser.ac.uk Overview This course will focus mainly on probabilisic mehods in AI We shall presen

More information

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

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

More information

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

Learning Objectives: Practice designing and simulating digital circuits including flip flops Experience state machine design procedure

Learning Objectives: Practice designing and simulating digital circuits including flip flops Experience state machine design procedure Lab 4: Synchronous Sae Machine Design Summary: Design and implemen synchronous sae machine circuis and es hem wih simulaions in Cadence Viruoso. Learning Objecives: Pracice designing and simulaing digial

More information

Logic in computer science

Logic in computer science Logic in compuer science Logic plays an imporan role in compuer science Logic is ofen called he calculus of compuer science Logic plays a similar role in compuer science o ha played by calculus in he physical

More information

An Inventory Model for Constant Deteriorating Items with Price Dependent Demand and Time-varying Holding Cost

An Inventory Model for Constant Deteriorating Items with Price Dependent Demand and Time-varying Holding Cost Inernaional Journal of Compuer Science & Communicaion An Invenory Model for Consan Deerioraing Iems wih Price Dependen Demand and ime-varying Holding Cos N.K.Sahoo, C.K.Sahoo & S.K.Sahoo 3 Maharaja Insiue

More information

Learning a Class from Examples. Training set X. Class C 1. Class C of a family car. Output: Input representation: x 1 : price, x 2 : engine power

Learning a Class from Examples. Training set X. Class C 1. Class C of a family car. Output: Input representation: x 1 : price, x 2 : engine power Alpaydin Chaper, Michell Chaper 7 Alpaydin slides are in urquoise. Ehem Alpaydin, copyrigh: The MIT Press, 010. alpaydin@boun.edu.r hp://www.cmpe.boun.edu.r/ ehem/imle All oher slides are based on Michell.

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

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

EE 301 Lab 2 Convolution

EE 301 Lab 2 Convolution EE 301 Lab 2 Convoluion 1 Inroducion In his lab we will gain some more experience wih he convoluion inegral and creae a scrip ha shows he graphical mehod of convoluion. 2 Wha you will learn This lab will

More information

The field of mathematics has made tremendous impact on the study of

The field of mathematics has made tremendous impact on the study of A Populaion Firing Rae Model of Reverberaory Aciviy in Neuronal Neworks Zofia Koscielniak Carnegie Mellon Universiy Menor: Dr. G. Bard Ermenrou Universiy of Pisburgh Inroducion: The field of mahemaics

More information

A unit root test based on smooth transitions and nonlinear adjustment

A unit root test based on smooth transitions and nonlinear adjustment MPRA Munich Personal RePEc Archive A uni roo es based on smooh ransiions and nonlinear adjusmen Aycan Hepsag Isanbul Universiy 5 Ocober 2017 Online a hps://mpra.ub.uni-muenchen.de/81788/ MPRA Paper No.

More information

Global Optimization for Scheduling Refinery Crude Oil Operations

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

More information

ACE 564 Spring Lecture 7. Extensions of The Multiple Regression Model: Dummy Independent Variables. by Professor Scott H.

ACE 564 Spring Lecture 7. Extensions of The Multiple Regression Model: Dummy Independent Variables. by Professor Scott H. ACE 564 Spring 2006 Lecure 7 Exensions of The Muliple Regression Model: Dumm Independen Variables b Professor Sco H. Irwin Readings: Griffihs, Hill and Judge. "Dumm Variables and Varing Coefficien Models

More information

Analytical Solutions of an Economic Model by the Homotopy Analysis Method

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

More information

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model

Retrieval Models. Boolean and Vector Space Retrieval Models. Common Preprocessing Steps. Boolean Model. Boolean Retrieval Model 1 Boolean and Vecor Space Rerieval Models Many slides in his secion are adaped from Prof. Joydeep Ghosh (UT ECE) who in urn adaped hem from Prof. Dik Lee (Univ. of Science and Tech, Hong Kong) Rerieval

More information

INVERSE RESPONSE COMPENSATION BY ESTIMATING PARAMETERS OF A PROCESS COMPRISING OF TWO FIRST ORDER SYSTEMS

INVERSE RESPONSE COMPENSATION BY ESTIMATING PARAMETERS OF A PROCESS COMPRISING OF TWO FIRST ORDER SYSTEMS Inernaional Journal of Informaion Technology and nowledge Managemen July-December 0, Volume 5, No., pp. 433-438 INVERSE RESPONSE COMPENSATION BY ESTIMATING PARAMETERS OF A PROCESS COMPRISING OF TWO FIRST

More information

Chapter 2. First Order Scalar Equations

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

More information

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

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles

Diebold, Chapter 7. Francis X. Diebold, Elements of Forecasting, 4th Edition (Mason, Ohio: Cengage Learning, 2006). Chapter 7. Characterizing Cycles Diebold, Chaper 7 Francis X. Diebold, Elemens of Forecasing, 4h Ediion (Mason, Ohio: Cengage Learning, 006). Chaper 7. Characerizing Cycles Afer compleing his reading you should be able o: Define covariance

More information

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

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

More information

Sliding Mode Controller for Unstable Systems

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

More information

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

THE NEW HEURISTIC GUESS AND DETERMINE ATTACK ON SNOW 2.0 STREAM CIPHER

THE NEW HEURISTIC GUESS AND DETERMINE ATTACK ON SNOW 2.0 STREAM CIPHER THE NEW HEURISTIC GUESS AND DETERMINE ATTACK ON SNOW 0 STREAM CIPHER Mohammad Sadegh Nemai Nia 1, Ali Payandeh 1, Faculy of Informaion, Telecommunicaion and Securiy Technologies, Malek-e- Ashar Universiy

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

Numerical Dispersion

Numerical Dispersion eview of Linear Numerical Sabiliy Numerical Dispersion n he previous lecure, we considered he linear numerical sabiliy of boh advecion and diffusion erms when approimaed wih several spaial and emporal

More information

Computer-Aided Analysis of Electronic Circuits Course Notes 3

Computer-Aided Analysis of Electronic Circuits Course Notes 3 Gheorghe Asachi Technical Universiy of Iasi Faculy of Elecronics, Telecommunicaions and Informaion Technologies Compuer-Aided Analysis of Elecronic Circuis Course Noes 3 Bachelor: Telecommunicaion Technologies

More information

04. Kinetics of a second order reaction

04. Kinetics of a second order reaction 4. Kineics of a second order reacion Imporan conceps Reacion rae, reacion exen, reacion rae equaion, order of a reacion, firs-order reacions, second-order reacions, differenial and inegraed rae laws, Arrhenius

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

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

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