A Single-Machine Deteriorating Job Scheduling Problem of Minimizing the Makespan with Release Times

Size: px
Start display at page:

Download "A Single-Machine Deteriorating Job Scheduling Problem of Minimizing the Makespan with Release Times"

Transcription

1 A Sngle-Machne Deteroratng Job Schedulng Problem of Mnmzng the Makespan wth Release Tmes Wen-Chung Lee, Chn-Cha Wu, and Yu-Hsang Chung Abstract In ths paper, we study a sngle-machne deteroratng ob schedulng problem wth ob release tmes where the obectve s to mnmze the makespan. The problem s known to be strongly NP-complete. Therefore, we frst develop a branch-and-bound algorthm ncorporatng wth several domnance propertes and a lower bound to derve the optmal soluton. Then, we propose two heurstc algorthms for the near-optmal solutons. Fnally, we conduct some computatonal experments to evaluate the performance of the proposed algorthms. Keywords: sngle machne; deteroratng obs; makespan; release tme 1. Introducton For many years, ob processng tmes are assumed to be known and fxed from the frst ob to be processed untl the last ob to be completed. However, there are many stuatons n whch a ob that s processed later consumes more tme than the same ob when processed earler. Examples can be found n the fre fghtng, emergency surgery, machne mantenance, and cleanng assgnment where any delay n processng a ob s penalzed and often mples addtonal tme for accomplshng the ob. Schedulng n ths settng s known as deteroratng ob schedulng problems and has receved ncreasng attenton n recent years. Gupta and Gupta [1] and Browne and Yechal [2] were the poneers that ntroduced the deteroratng ob schedulng problems. They constructed models where the processng tme of a ob s a functon of ts startng tme. Snce then, many researchers have devoted to ths vvd area. For nstance, Mosheov [3] consdered the smple lnear deteroraton model. He showed that the problems of mnmzng the makespan, total flow tme, sum of weghted completon tmes, total lateness, number of tardy obs, maxmum lateness, and maxmum tardness are polynomally solvable. Cheng and Dng [4] examned the sngle machne makespan schedulng problems nvolvng startng tme Manuscrpt receved November 20, Ths paper s support by NSC under grant number NSC E Wen-Chung Lee s wth Feng Cha Unversty, Tachung, Tawan, ROC. (phone: x4016; e-mal: wclee@fcu.edu.tw). Chn-Cha Wu s wth Feng Cha Unversty, Tachung, Tawan, ROC (e-mal: cchwu@fcu.edu.tw). Yu- Hsang Chung s wth Feng Cha Unversty, Tachung, Tawan, ROC. dependent tasks wth release tmes and lnearly ncreasng/decreasng processng rates. They solved a seres of models n the lterature, and further gave a sharp boundary delneatng the complexty of the problems. Bachman and Janak [5] proved that the maxmum lateness problem s NP-hard f the actual processng tme s a lnear functon of ts startng tme. Under the same model, Bachman et al. [6] proved that mnmzng the total weghted completon tme s NP-hard. Under the decreasng lnear deteroraton model, Wang and Xa [7] provded optmal solutons for sngle-machne problems of mnmzng the makespan, maxmum lateness, maxmum cost and number of tardy obs. Wu et al. [8] studed the total weghted completon tme problem on a sngle machne. In addton, Janak and Kovalyov [9] studed an mportant problem of schedulng obs executed by human resources n a contamnated area. The specfcty of ths problem s that the dynamcs of the harmful factor should be taken nto account as well as the norms of organsm recovery n rest perods. They also constructed two polynomal tme algorthms for the both cases-- wth and wthout precedence constrants. Lee et al. [10] studed the two-machne makespan problem whle Wu and Lee [11] consdered the two-machne total completon tme problem. On the other hand, there are some stuatons n whch the ob wll requre extra tme for successful accomplshment f certan mantenance procedures fal to be completed pror to a pre-specfed deadlne. Kubak and van de Velde [12] consdered a sngle machne problem of schedulng ndependent obs to mnmze the makespan, and they showed the problem s NP-complete n the ordnary sense. Cheng and Dng [13] assumed that the actual processng tme p s a step functon of ts startng tme and showed the makespan problem s NP-complete n the ordnary sense, and the total completon tme problem s NP-complete. They further dentfed a varety of solvable cases for some related problems. Researchers have formulated the deteroraton phenomenon nto dfferent models and solved dfferent problems for varous crtera. Aldaee and Womer [14] surveyed the rapdly growng lterature, whle Cheng et al. [15] gave a detaled revew of schedulng problems wth deteroratng obs. However, most of the works assume that the obs are avalable at all tmes. To the best of our knowledge, Cheng and Dng [4] were the only authors that consdered deteroratng ob schedulng problems wth release tmes. They consdered a famly of schedulng problems for a set of startng tme dependent tasks wth release tmes and lnearly ncreasng or decreasng processng rates on a sngle

2 machne to mnmze the makespan. In partcular, they showed that the makespan problem wth dentcal basc processng tme, arbtrary release tmes and ncreasng processng rates s strongly NP-complete. However, no reports on developng the exact soluton or provdng the approxmately solutons are found. In ths paper, we wll nvestgate the model where each ob has a common basc processng tme a, a deteroraton rate b, and a release tme r. We wll develop a branch-and-bound and two heurstc algorthms to obtan the optmal and near-optmal solutons, respectvely. The remander of ths paper s organzed as follows. The problem formulaton s gven n the next secton. The elmnaton rules and a lower bound for the problem are presented n Secton 3. In Secton 4 we develop two heurstc algorthms to solve the proposed problem. In Secton 5, we provde the results of the computatonal experment. The concluson s gven n the last secton. 2. Problem formulaton The problem descrpton s gven as follows. Let N ={ 1,..., n } be the set of obs to be scheduled. Each ob has a basc processng tme a, a deteroraton rate b, and a release tme r. The actual processng tme of J s p = a+ bt, where t s the startng tme for J. Moreover, let C ( S ) denote the completon tme for J under schedule S. The obectve of ths paper s to fnd an optmal schedule S such that max{c 1 ( S ), C 2 ( S ),, C n ( S )} max{c 1 (S), C 2 (S),, C n (S)} for any schedule S. 3. Elmnaton rules and lower bound Cheng and Dng [4] showed that the problem under consderaton s strongly NP-complete. Therefore, the branch-and-bound method s a good way to derve the optmal soluton. To facltate the search process, some elmnaton rules are needed. Suppose that S and S are two ob schedules where the dfference between S and S s a parwse nterchange of two adacent obs and. That s, S = ( π π ) and S = ( π π ), where π and π denote the partal sequences. Furthermore, let A denote the completon tme of the last ob n π. To show that S domnates S, t suffces to show that C ( S) C ( S ). Property 1. If r A and (1 + b) A+ a r, then S domnates S. Proof: From A r, t mples that C( S) = (1 + b) A+ a. Snce (1 + b ) A+ a r, we have C ( S) = (1 + b ) r + a. From r Thus, A and (1 + b) A+ a r, t mples that r r. C( S ) = (1 + b) r + a, and C ( S ) = (1 + b )(1 + b ) r + (1 + b ) a+ a. Snce b > 0, we have C ( S) < C ( S ). Therefore, S domnates S. The proofs of Propertes 2 to 6 are omtted snce they are smlar to that of Property 1. Property 2. If r A r, (1 + b) A+ a r, and b < b, then S domnates S. Property 3. If A max{ r, r} and b > b, then S domnates S. Property 4. If r A r, (1 + b ) A+ a r, and ab ( b) < (1 + b)(1 + b )( A r), then S domnates S. Property 5. If A r r, b > b, and (1 + b) r + a > r, then S domnates S. Property 6. If A r and (1 + b ) r + a r, then S domnates S. To further facltate the searchng process, a theorem s used n the branch-and-bound algorthm to determne the c order of unscheduled obs. Let ( π, π ) be a sequence of obs where π s the scheduled part conssted of k obs and c π s the unscheduled part. In addton, let ( π, π ) be a sequence n whch the unscheduled obs n π are arranged n non-ncreasng order of deteroraton rates b. For smplcty, we use the symbol [ ] to sgnfy the order of obs n a sequence. Theorem 1. If C [ k ] > max N{ r }, then sequence ( π, π ) c domnates sequences of any other types of ( π, π ). 3.1 Lower bound In ths subsecton, we establsh a lower bound to curtal the branchng tree. Suppose that PS s a partal schedule n whch the order of the frst k obs s determned and S s a complete schedule obtaned from PS. By defnton, the completon tme for the (k+1)th ob s C = (1 + b ) max{ C, r } + a [ k+ 1] [ k+ 1] [ k] [ k+ 1] (1 + b[ k+ 1] ) C[ k] + a. Smlarly, the completon tme for the (k+r)th poston ob s C = (1 + b ) max{ C, r } + a [ k+ r] [ k+ r] [ k+ r 1] [ k+ r] r r 1 r, (1) (1 + b ) C + (1 + b ) a+ a [ k+ ] [ k] [ k+ ] = 1 = 1 = r + 1 where k+ r = n. In equaton (1), the frst term s constant, and the second term s an ncreasng functon of. Thus, t s mnmzed by arrangng the deteroraton rates n a non-ncreasng order for the unscheduled obs. Therefore, the lower bound can be obtaned as n the followng way. r r 1 LB = (1 + b ) C + (1 + b ) a + a [ k+ ] [ k] ( k+ ) = 1 = 1 = 1, (2)

3 where b( k+ 1) b( k+ 2) b( k+ r) rates n the unscheduled part. K denotes the deteroraton 4. The heurstc algorthms An alternatve approach to solve an NP-hard problem s to provde the heurstc algorthm. In ths secton, two heurstc algorthms are presented. The man dea of the frst algorthm s to choose the ob wth the smallest release tme. However, the schedule mght be affected by the deteroraton rates, whch n turn yelds a larger value of makespan. To overcome ths problem, the second heurstc algorthm s proposed. Instead of only choosng the ob wth the smallest release tme among all the unscheduled obs, we choose the smallest value of release tme and deteroraton rates from the obs already released. The steps of the proposed algorthms are descrbed as follows. Heurstc Algorthm 1 ( HA 1 ) Step 1: Let N={ 1,..., n } and k=1. Step 2: Choose ob wth the smallest release tme from N and place the ob on the kth poston. Compute the completon tme for the kth ob, say C [ k]. Delete ob from N. Step 3: If C[ ] > max { r }, then go Step 5, otherwse, k N go to Step 4. Step 4: Let k=k+1. If k n, go to Step 2. Step 5: Arrange the unscheduled obs n a non-ncreasng order of the deteroraton rates and go to Step 6. Step 6: Output the fnal soluton. Heurstc Algorthm 2 ( HA 2 ) Step 1: Let N={ 1,..., n }, C [0] = 0, and k=1. Step 2: Choose ob whch has the smallest value of (1 + b ) max{ C [ 1], r } a k + n N and place t on the kth poston. Compute the completon tme for the kth ob, say C [ k]. Delete ob from N. Step 3: Let k=k+1. If k n, then go to Step 2. Otherwse, go to Step 4. Step 4: Output the fnal soluton. To further refne the qualty of the proposed heurstcs, some neghborhood search movements are necessary. In ths paper, we use the parwse nterchange, extracton and backward-shfted, extracton and forward-shfted movement n our neghborhood search snce they mprove the qualty of the soluton sgnfcantly. 5. Computatonal experment A computatonal experment s conducted to evaluate the performance of the branch-and-bound and the heurstc algorthms. The programs are coded n Fortran 90 and run on a Pentum 4 personal computer. The basc processng tmes take the values of 5 and 10, and the release tmes are generated from a unform dstrbuton between 0 to 50.5nλ, where n s the ob number and λ s a factor of the range of the release tmes. The computatonal experment conssts of two parts. In the frst part, the branch-and-bound and the heurstc algorthms are conducted wth three dfferent ob numbers (n= 20, 30 and 40) assocated wth ten dfferent ranges of λ ( λ =0.2, 0.4, 0.6, 0.8, 1.0, 1.25, 1.5, 1.75, 2.0, and 3.0). The deteroraton rates are generated from a unform dstrbuton between 0 and These tests are desgned to study the effects of the domnance rules and the lower bound, and the accuracy of the heurstc algorthms. The average and maxmum number of nodes and the average and maxmum executon tme (n seconds) are reported for the branch-and-bound algorthms. For the heurstc algorthms, the average and maxmum error percentages are recorded. The error percentage of the soluton produced by the heurstc algorthm s calculated as ( V V ) / V 100%, where V s the value of the makespan generated from the heurstc method and V s the optmal value of the makespan obtaned from the branch-and-bound method. In addton, the performance of the heurstc BH = mn{ HA1, HA2} s also reported. As a consequence, 60 expermental condtons are examned, and 100 replcatons are randomly generated for each condton. The results are summarzed n Table 1. It s observed that the number of nodes and the executon tme grow exponentally as the ob sze ncreases. The most tme-consumng case takes about 20 mnutes and the maxmal number of nodes s 6 over when n= 40. As λ ncreases, the executon tme and the number of nodes ncrease for a fxed number of obs. In addton, the problems are easer to solve as the values of the basc processng tmes ncrease. Ths s due to the fact that t s easer to surpass the maxmal release tme, and Theorem 1 s more powerful n that case. Both heurstc algorthms perform well n terms of the average error percentages. Overall, the performance of HA 1 heurstc s better than that of HA 2, especally for small values of λ. Moreover, the average error percentages of both heurstcs tend to decrease as λ ncreases when the ob number s fxed. In addton, the performance of BH heurstc s much superor to those of HA 1 and HA 2, whch means there s no clear domnance relaton between the performances of HA 1 and HA 2. Thus, BH s recommended for small ob-szed problems.

4 Table 1. The Performance of Branch-and-Bound and Heurstc Algorthms for b ~ U (0,0.25). Error Percentage Number of Nodes CPU Tmes HA 1 HA 2 BH n a λ mean max mean max mean max mean max mean max

5 Table 2. The Performance of Branch-and-Bound and Heurstc Algorthms for b ~ U (0,0.50) Error Percentage Number of Nodes CPU Tmes HA 1 HA 2 BH n a λ mean max mean max mean max mean max mean max

6 In order to study the performance of HA 1 and HA 2 algorthms for large ob-szed problems, three dfferent ob numbers (n= 60, 80, and 100) combned wth ten dfferent values of λ are tested n the second part of the experment. The deteroraton rates are generated from a unform dstrbuton between 0 and 0.5. As a consequence, 60 expermental condtons are examned, and 100 replcatons are randomly generated for each condton. The results are summarzed n Table 2. The same phenomenon s also observed from Table 2. Both heurstc algorthms perform well n terms of the average error percentages. Overall, the performance of HA 1 heurstc s better than that of HA 2, especally for small values of λ. Moreover, the average error percentages of both heurstcs tend to decrease as λ ncreases when the ob number s fxed. 6. Conclusons Ths paper consders a sngle-machne makespan problem where each ob has a basc processng tme, a deteroraton rate, and a release tme. Ths problem s known to be NP-complete. Thus, a branch-and-bound algorthm wth several domnance propertes and a lower bound s proposed to derve the optmal soluton. In addton, two effectve heurstc algorthms are also provded. The computatonal results show that the branch-and-bound algorthm performs well n terms of the number of nodes and the executon tme. Moreover, the computatonal experments also show the proposed heurstc algorthms perform well. The extenson of arbtrary basc processng tmes mght be an nterestng ssue for future research. Acknowledgements. The authors are grateful to the edtor and the referees, whose constructve comments have led to a substantal mprovement n the presentaton of the paper. [8] C.C. Wu, W.C. Lee, and Y.R. Shau, Mnmzng the total weghted completon tme on a sngle machne under lnear deteroraton. Internatonal Journal of Advanced Manufacturng Technology, 33, 2007, pp [9] A. Janak, and M.Y. Kovalyov, Schedulng n a contamnated area: A model and polynomal algorthms. European Journal of Operatonal Research, 173, 2006, pp [10] W.C. Lee, C.C. Wu, C.C. Wen, and Y.H. Chung A two-machne flowshop makespan schedulng problem wth deteroratng obs. Computers & Industral Engneerng, (DOI /.ce ) [11] C.C. Wu and W.C. Lee Two-machne flowshop schedulng to mnmze mean flow tme under lnear deteroraton. Internatonal Journal of Producton Economcs, 103, 2006, pp [12] W. Kubak, and S. van de Velde, Schedulng deteroratng obs to mnmze makespan. Naval Research Logstcs, 45, 1998, pp [13] T.C.E. Cheng, and Q. Dng, Sngle-machne schedulng wth step-deteroratng processng tmes. European Journal of Operatonal Research, 134, 2001, pp [14] B. Aldaee, and N.K. Womer, Schedulng wth tme dependent processng tmes: Revew and extensons. Journal of the Operatonal Research Socety, 50, 1999, pp [15] T.C.E. Cheng, Q. Dng, and B.M.T. Ln, A concse survey of schedulng wth tme-dependent processng tmes. European Journal of Operatonal Research, 152, 2004, pp References [1] J.N.D. Gupta, and S.K. Gupta, Sngle faclty schedulng wth nonlnear processng tmes. Computers Industral Engneerng, 14, 1988, pp [2] S. Browne, and U. Yechal, "Schedulng deteroratng obs on a sngle processor. Operatons Research, 38, 1990, pp [3] G. Mosheov, Schedulng obs under smple lnear deteroraton. Computers and Operatons Research, 21(6), 1994, pp [4] T.C.E. Cheng, and Q. Dng, The complexty of schedulng startng tme dependent tasks wth release tmes. Informaton Processng Letters, 65(2), 1988, pp [5] A. Bachman, and A. Janak, Mnmzng maxmum lateness under lnear deteroraton. European Journal of Operatonal Research, 126, 2000, pp [6] A. Bachman, T.C.E. Cheng, A. Janak, and C.T. Ng, Schedulng start tme dependent obs to mnmze the total weghted completon tme. Journal of the Operatonal Research Socety, 53(6), 2002, pp [7] J.B. Wang, and Z.Q. Xa, Schedulng obs under decreasng lnear deteroraton. Informaton Processng Letters, 94, 2005, pp

Optimal Scheduling Algorithms to Minimize Total Flowtime on a Two-Machine Permutation Flowshop with Limited Waiting Times and Ready Times of Jobs

Optimal Scheduling Algorithms to Minimize Total Flowtime on a Two-Machine Permutation Flowshop with Limited Waiting Times and Ready Times of Jobs Optmal Schedulng Algorthms to Mnmze Total Flowtme on a Two-Machne Permutaton Flowshop wth Lmted Watng Tmes and Ready Tmes of Jobs Seong-Woo Cho Dept. Of Busness Admnstraton, Kyongg Unversty, Suwon-s, 443-760,

More information

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem Internatonal Journal of Industral Engneerng Computatons 7 (2016) 573 584 Contents lsts avalable at GrowngScence Internatonal Journal of Industral Engneerng Computatons homepage: www.growngscence.com/ec

More information

This is the Pre-Published Version.

This is the Pre-Published Version. Ths s the Pre-Publshed Verson. Abstract In ths paper we consder the problem of schedulng obs wth equal processng tmes on a sngle batch processng machne so as to mnmze a prmary and a secondary crtera. We

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition Sngle-Faclty Schedulng over Long Tme Horzons by Logc-based Benders Decomposton Elvn Coban and J. N. Hooker Tepper School of Busness, Carnege Mellon Unversty ecoban@andrew.cmu.edu, john@hooker.tepper.cmu.edu

More information

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009

College of Computer & Information Science Fall 2009 Northeastern University 20 October 2009 College of Computer & Informaton Scence Fall 2009 Northeastern Unversty 20 October 2009 CS7880: Algorthmc Power Tools Scrbe: Jan Wen and Laura Poplawsk Lecture Outlne: Prmal-dual schema Network Desgn:

More information

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan

Winter 2008 CS567 Stochastic Linear/Integer Programming Guest Lecturer: Xu, Huan Wnter 2008 CS567 Stochastc Lnear/Integer Programmng Guest Lecturer: Xu, Huan Class 2: More Modelng Examples 1 Capacty Expanson Capacty expanson models optmal choces of the tmng and levels of nvestments

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

The optimal delay of the second test is therefore approximately 210 hours earlier than =2.

The optimal delay of the second test is therefore approximately 210 hours earlier than =2. THE IEC 61508 FORMULAS 223 The optmal delay of the second test s therefore approxmately 210 hours earler than =2. 8.4 The IEC 61508 Formulas IEC 61508-6 provdes approxmaton formulas for the PF for smple

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals

Simultaneous Optimization of Berth Allocation, Quay Crane Assignment and Quay Crane Scheduling Problems in Container Terminals Smultaneous Optmzaton of Berth Allocaton, Quay Crane Assgnment and Quay Crane Schedulng Problems n Contaner Termnals Necat Aras, Yavuz Türkoğulları, Z. Caner Taşkın, Kuban Altınel Abstract In ths work,

More information

n α j x j = 0 j=1 has a nontrivial solution. Here A is the n k matrix whose jth column is the vector for all t j=0

n α j x j = 0 j=1 has a nontrivial solution. Here A is the n k matrix whose jth column is the vector for all t j=0 MODULE 2 Topcs: Lnear ndependence, bass and dmenson We have seen that f n a set of vectors one vector s a lnear combnaton of the remanng vectors n the set then the span of the set s unchanged f that vector

More information

Efficient algorithms for scheduling equal-length jobs with processing set restrictions on uniform parallel batch machines

Efficient algorithms for scheduling equal-length jobs with processing set restrictions on uniform parallel batch machines Effcent algorthms for schedulng equal-length obs wth processng set restrctons on unform parallel batch machnes Shuguang L,1, 1 Key Laboratory of Intellgent Informaton Processng n Unverstes of Shandong

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

Single-machine scheduling with trade-off between number of tardy jobs and compression cost

Single-machine scheduling with trade-off between number of tardy jobs and compression cost Ths s the Pre-Publshed Verson. Sngle-machne schedulng wth trade-off between number of tardy jobs and compresson cost 1, 2, Yong He 1 Department of Mathematcs, Zhejang Unversty, Hangzhou 310027, P.R. Chna

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling Real-Tme Systems Multprocessor schedulng Specfcaton Implementaton Verfcaton Multprocessor schedulng -- -- Global schedulng How are tasks assgned to processors? Statc assgnment The processor(s) used for

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

NP-Completeness : Proofs

NP-Completeness : Proofs NP-Completeness : Proofs Proof Methods A method to show a decson problem Π NP-complete s as follows. (1) Show Π NP. (2) Choose an NP-complete problem Π. (3) Show Π Π. A method to show an optmzaton problem

More information

The Minimum Universal Cost Flow in an Infeasible Flow Network

The Minimum Universal Cost Flow in an Infeasible Flow Network Journal of Scences, Islamc Republc of Iran 17(2): 175-180 (2006) Unversty of Tehran, ISSN 1016-1104 http://jscencesutacr The Mnmum Unversal Cost Flow n an Infeasble Flow Network H Saleh Fathabad * M Bagheran

More information

Errors for Linear Systems

Errors for Linear Systems Errors for Lnear Systems When we solve a lnear system Ax b we often do not know A and b exactly, but have only approxmatons  and ˆb avalable. Then the best thng we can do s to solve ˆx ˆb exactly whch

More information

Assortment Optimization under MNL

Assortment Optimization under MNL Assortment Optmzaton under MNL Haotan Song Aprl 30, 2017 1 Introducton The assortment optmzaton problem ams to fnd the revenue-maxmzng assortment of products to offer when the prces of products are fxed.

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Transfer Functions. Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: ( ) system

Transfer Functions. Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: ( ) system Transfer Functons Convenent representaton of a lnear, dynamc model. A transfer functon (TF) relates one nput and one output: x t X s y t system Y s The followng termnology s used: x y nput output forcng

More information

Analysis of Queuing Delay in Multimedia Gateway Call Routing

Analysis of Queuing Delay in Multimedia Gateway Call Routing Analyss of Queung Delay n Multmeda ateway Call Routng Qwe Huang UTtarcom Inc, 33 Wood Ave. outh Iseln, NJ 08830, U..A Errol Lloyd Computer Informaton cences Department, Unv. of Delaware, Newark, DE 976,

More information

An Integrated OR/CP Method for Planning and Scheduling

An Integrated OR/CP Method for Planning and Scheduling An Integrated OR/CP Method for Plannng and Schedulng John Hooer Carnege Mellon Unversty IT Unversty of Copenhagen June 2005 The Problem Allocate tass to facltes. Schedule tass assgned to each faclty. Subect

More information

APPENDIX A Some Linear Algebra

APPENDIX A Some Linear Algebra APPENDIX A Some Lnear Algebra The collecton of m, n matrces A.1 Matrces a 1,1,..., a 1,n A = a m,1,..., a m,n wth real elements a,j s denoted by R m,n. If n = 1 then A s called a column vector. Smlarly,

More information

An Admission Control Algorithm in Cloud Computing Systems

An Admission Control Algorithm in Cloud Computing Systems An Admsson Control Algorthm n Cloud Computng Systems Authors: Frank Yeong-Sung Ln Department of Informaton Management Natonal Tawan Unversty Tape, Tawan, R.O.C. ysln@m.ntu.edu.tw Yngje Lan Management Scence

More information

Planning and Scheduling to Minimize Makespan & Tardiness. John Hooker Carnegie Mellon University September 2006

Planning and Scheduling to Minimize Makespan & Tardiness. John Hooker Carnegie Mellon University September 2006 Plannng and Schedulng to Mnmze Makespan & ardness John Hooker Carnege Mellon Unversty September 2006 he Problem Gven a set of tasks, each wth a deadlne 2 he Problem Gven a set of tasks, each wth a deadlne

More information

EFFECTS OF JOINT REPLENISHMENT POLICY ON COMPANY COST UNDER PERMISSIBLE DELAY IN PAYMENTS

EFFECTS OF JOINT REPLENISHMENT POLICY ON COMPANY COST UNDER PERMISSIBLE DELAY IN PAYMENTS Mathematcal and Computatonal Applcatons, Vol. 5, No., pp. 8-58,. Assocaton for Scentfc Research EFFECS OF JOIN REPLENISHMEN POLICY ON COMPANY COS UNDER PERMISSIBLE DELAY IN PAYMENS Yu-Chung sao, Mng-Yu

More information

Lecture 12: Discrete Laplacian

Lecture 12: Discrete Laplacian Lecture 12: Dscrete Laplacan Scrbe: Tanye Lu Our goal s to come up wth a dscrete verson of Laplacan operator for trangulated surfaces, so that we can use t n practce to solve related problems We are mostly

More information

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results.

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results. Neural Networks : Dervaton compled by Alvn Wan from Professor Jtendra Malk s lecture Ths type of computaton s called deep learnng and s the most popular method for many problems, such as computer vson

More information

Lecture 4. Instructor: Haipeng Luo

Lecture 4. Instructor: Haipeng Luo Lecture 4 Instructor: Hapeng Luo In the followng lectures, we focus on the expert problem and study more adaptve algorthms. Although Hedge s proven to be worst-case optmal, one may wonder how well t would

More information

Problem Set 9 Solutions

Problem Set 9 Solutions Desgn and Analyss of Algorthms May 4, 2015 Massachusetts Insttute of Technology 6.046J/18.410J Profs. Erk Demane, Srn Devadas, and Nancy Lynch Problem Set 9 Solutons Problem Set 9 Solutons Ths problem

More information

Two Methods to Release a New Real-time Task

Two Methods to Release a New Real-time Task Two Methods to Release a New Real-tme Task Abstract Guangmng Qan 1, Xanghua Chen 2 College of Mathematcs and Computer Scence Hunan Normal Unversty Changsha, 410081, Chna qqyy@hunnu.edu.cn Gang Yao 3 Sebel

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

BALANCING OF U-SHAPED ASSEMBLY LINE

BALANCING OF U-SHAPED ASSEMBLY LINE BALANCING OF U-SHAPED ASSEMBLY LINE Nuchsara Krengkorakot, Naln Panthong and Rapeepan Ptakaso Industral Engneerng Department, Faculty of Engneerng, Ubon Rajathanee Unversty, Thaland Emal: ennuchkr@ubu.ac.th

More information

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems

Application of B-Spline to Numerical Solution of a System of Singularly Perturbed Problems Mathematca Aeterna, Vol. 1, 011, no. 06, 405 415 Applcaton of B-Splne to Numercal Soluton of a System of Sngularly Perturbed Problems Yogesh Gupta Department of Mathematcs Unted College of Engneerng &

More information

Games of Threats. Elon Kohlberg Abraham Neyman. Working Paper

Games of Threats. Elon Kohlberg Abraham Neyman. Working Paper Games of Threats Elon Kohlberg Abraham Neyman Workng Paper 18-023 Games of Threats Elon Kohlberg Harvard Busness School Abraham Neyman The Hebrew Unversty of Jerusalem Workng Paper 18-023 Copyrght 2017

More information

Feature Selection: Part 1

Feature Selection: Part 1 CSE 546: Machne Learnng Lecture 5 Feature Selecton: Part 1 Instructor: Sham Kakade 1 Regresson n the hgh dmensonal settng How do we learn when the number of features d s greater than the sample sze n?

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

On the correction of the h-index for career length

On the correction of the h-index for career length 1 On the correcton of the h-ndex for career length by L. Egghe Unverstet Hasselt (UHasselt), Campus Depenbeek, Agoralaan, B-3590 Depenbeek, Belgum 1 and Unverstet Antwerpen (UA), IBW, Stadscampus, Venusstraat

More information

Embedded Systems. 4. Aperiodic and Periodic Tasks

Embedded Systems. 4. Aperiodic and Periodic Tasks Embedded Systems 4. Aperodc and Perodc Tasks Lothar Thele 4-1 Contents of Course 1. Embedded Systems Introducton 2. Software Introducton 7. System Components 10. Models 3. Real-Tme Models 4. Perodc/Aperodc

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

Computing Correlated Equilibria in Multi-Player Games

Computing Correlated Equilibria in Multi-Player Games Computng Correlated Equlbra n Mult-Player Games Chrstos H. Papadmtrou Presented by Zhanxang Huang December 7th, 2005 1 The Author Dr. Chrstos H. Papadmtrou CS professor at UC Berkley (taught at Harvard,

More information

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law:

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law: CE304, Sprng 2004 Lecture 4 Introducton to Vapor/Lqud Equlbrum, part 2 Raoult s Law: The smplest model that allows us do VLE calculatons s obtaned when we assume that the vapor phase s an deal gas, and

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

CHAPTER III Neural Networks as Associative Memory

CHAPTER III Neural Networks as Associative Memory CHAPTER III Neural Networs as Assocatve Memory Introducton One of the prmary functons of the bran s assocatve memory. We assocate the faces wth names, letters wth sounds, or we can recognze the people

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

Exercises of Chapter 2

Exercises of Chapter 2 Exercses of Chapter Chuang-Cheh Ln Department of Computer Scence and Informaton Engneerng, Natonal Chung Cheng Unversty, Mng-Hsung, Chay 61, Tawan. Exercse.6. Suppose that we ndependently roll two standard

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming

EEL 6266 Power System Operation and Control. Chapter 3 Economic Dispatch Using Dynamic Programming EEL 6266 Power System Operaton and Control Chapter 3 Economc Dspatch Usng Dynamc Programmng Pecewse Lnear Cost Functons Common practce many utltes prefer to represent ther generator cost functons as sngle-

More information

ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EQUATION

ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EQUATION Advanced Mathematcal Models & Applcatons Vol.3, No.3, 2018, pp.215-222 ON A DETERMINATION OF THE INITIAL FUNCTIONS FROM THE OBSERVED VALUES OF THE BOUNDARY FUNCTIONS FOR THE SECOND-ORDER HYPERBOLIC EUATION

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

Amiri s Supply Chain Model. System Engineering b Department of Mathematics and Statistics c Odette School of Business

Amiri s Supply Chain Model. System Engineering b Department of Mathematics and Statistics c Odette School of Business Amr s Supply Chan Model by S. Ashtab a,, R.J. Caron b E. Selvarajah c a Department of Industral Manufacturng System Engneerng b Department of Mathematcs Statstcs c Odette School of Busness Unversty of

More information

Testing for seasonal unit roots in heterogeneous panels

Testing for seasonal unit roots in heterogeneous panels Testng for seasonal unt roots n heterogeneous panels Jesus Otero * Facultad de Economía Unversdad del Rosaro, Colomba Jeremy Smth Department of Economcs Unversty of arwck Monca Gulett Aston Busness School

More information

Inexact Newton Methods for Inverse Eigenvalue Problems

Inexact Newton Methods for Inverse Eigenvalue Problems Inexact Newton Methods for Inverse Egenvalue Problems Zheng-jan Ba Abstract In ths paper, we survey some of the latest development n usng nexact Newton-lke methods for solvng nverse egenvalue problems.

More information

Min Cut, Fast Cut, Polynomial Identities

Min Cut, Fast Cut, Polynomial Identities Randomzed Algorthms, Summer 016 Mn Cut, Fast Cut, Polynomal Identtes Instructor: Thomas Kesselhem and Kurt Mehlhorn 1 Mn Cuts n Graphs Lecture (5 pages) Throughout ths secton, G = (V, E) s a mult-graph.

More information

O-line Temporary Tasks Assignment. Abstract. In this paper we consider the temporary tasks assignment

O-line Temporary Tasks Assignment. Abstract. In this paper we consider the temporary tasks assignment O-lne Temporary Tasks Assgnment Yoss Azar and Oded Regev Dept. of Computer Scence, Tel-Avv Unversty, Tel-Avv, 69978, Israel. azar@math.tau.ac.l??? Dept. of Computer Scence, Tel-Avv Unversty, Tel-Avv, 69978,

More information

A new construction of 3-separable matrices via an improved decoding of Macula s construction

A new construction of 3-separable matrices via an improved decoding of Macula s construction Dscrete Optmzaton 5 008 700 704 Contents lsts avalable at ScenceDrect Dscrete Optmzaton journal homepage: wwwelsevercom/locate/dsopt A new constructon of 3-separable matrces va an mproved decodng of Macula

More information

Improved Worst-Case Response-Time Calculations by Upper-Bound Conditions

Improved Worst-Case Response-Time Calculations by Upper-Bound Conditions Improved Worst-Case Response-Tme Calculatons by Upper-Bound Condtons Vctor Pollex, Steffen Kollmann, Karsten Albers and Frank Slomka Ulm Unversty Insttute of Embedded Systems/Real-Tme Systems {frstname.lastname}@un-ulm.de

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

More information

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X

3.1 Expectation of Functions of Several Random Variables. )' be a k-dimensional discrete or continuous random vector, with joint PMF p (, E X E X1 E X Statstcs 1: Probablty Theory II 37 3 EPECTATION OF SEVERAL RANDOM VARIABLES As n Probablty Theory I, the nterest n most stuatons les not on the actual dstrbuton of a random vector, but rather on a number

More information

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix

Lectures - Week 4 Matrix norms, Conditioning, Vector Spaces, Linear Independence, Spanning sets and Basis, Null space and Range of a Matrix Lectures - Week 4 Matrx norms, Condtonng, Vector Spaces, Lnear Independence, Spannng sets and Bass, Null space and Range of a Matrx Matrx Norms Now we turn to assocatng a number to each matrx. We could

More information

Research Article Green s Theorem for Sign Data

Research Article Green s Theorem for Sign Data Internatonal Scholarly Research Network ISRN Appled Mathematcs Volume 2012, Artcle ID 539359, 10 pages do:10.5402/2012/539359 Research Artcle Green s Theorem for Sgn Data Lous M. Houston The Unversty of

More information

The Quadratic Trigonometric Bézier Curve with Single Shape Parameter

The Quadratic Trigonometric Bézier Curve with Single Shape Parameter J. Basc. Appl. Sc. Res., (3541-546, 01 01, TextRoad Publcaton ISSN 090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com The Quadratc Trgonometrc Bézer Curve wth Sngle Shape Parameter Uzma

More information

Yong Joon Ryang. 1. Introduction Consider the multicommodity transportation problem with convex quadratic cost function. 1 2 (x x0 ) T Q(x x 0 )

Yong Joon Ryang. 1. Introduction Consider the multicommodity transportation problem with convex quadratic cost function. 1 2 (x x0 ) T Q(x x 0 ) Kangweon-Kyungk Math. Jour. 4 1996), No. 1, pp. 7 16 AN ITERATIVE ROW-ACTION METHOD FOR MULTICOMMODITY TRANSPORTATION PROBLEMS Yong Joon Ryang Abstract. The optmzaton problems wth quadratc constrants often

More information

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE

CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE CHAPTER 5 NUMERICAL EVALUATION OF DYNAMIC RESPONSE Analytcal soluton s usually not possble when exctaton vares arbtrarly wth tme or f the system s nonlnear. Such problems can be solved by numercal tmesteppng

More information

COS 521: Advanced Algorithms Game Theory and Linear Programming

COS 521: Advanced Algorithms Game Theory and Linear Programming COS 521: Advanced Algorthms Game Theory and Lnear Programmng Moses Charkar February 27, 2013 In these notes, we ntroduce some basc concepts n game theory and lnear programmng (LP). We show a connecton

More information

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

Homework Assignment 3 Due in class, Thursday October 15

Homework Assignment 3 Due in class, Thursday October 15 Homework Assgnment 3 Due n class, Thursday October 15 SDS 383C Statstcal Modelng I 1 Rdge regresson and Lasso 1. Get the Prostrate cancer data from http://statweb.stanford.edu/~tbs/elemstatlearn/ datasets/prostate.data.

More information

Minimisation of the Average Response Time in a Cluster of Servers

Minimisation of the Average Response Time in a Cluster of Servers Mnmsaton of the Average Response Tme n a Cluster of Servers Valery Naumov Abstract: In ths paper, we consder task assgnment problem n a cluster of servers. We show that optmal statc task assgnment s tantamount

More information

Maximizing the number of nonnegative subsets

Maximizing the number of nonnegative subsets Maxmzng the number of nonnegatve subsets Noga Alon Hao Huang December 1, 213 Abstract Gven a set of n real numbers, f the sum of elements of every subset of sze larger than k s negatve, what s the maxmum

More information

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure

Complement of Type-2 Fuzzy Shortest Path Using Possibility Measure Intern. J. Fuzzy Mathematcal rchve Vol. 5, No., 04, 9-7 ISSN: 30 34 (P, 30 350 (onlne Publshed on 5 November 04 www.researchmathsc.org Internatonal Journal of Complement of Type- Fuzzy Shortest Path Usng

More information

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence)

Dynamic Programming. Preview. Dynamic Programming. Dynamic Programming. Dynamic Programming (Example: Fibonacci Sequence) /24/27 Prevew Fbonacc Sequence Longest Common Subsequence Dynamc programmng s a method for solvng complex problems by breakng them down nto smpler sub-problems. It s applcable to problems exhbtng the propertes

More information

Irregular vibrations in multi-mass discrete-continuous systems torsionally deformed

Irregular vibrations in multi-mass discrete-continuous systems torsionally deformed (2) 4 48 Irregular vbratons n mult-mass dscrete-contnuous systems torsonally deformed Abstract In the paper rregular vbratons of dscrete-contnuous systems consstng of an arbtrary number rgd bodes connected

More information

Primal Dual Gives Almost Optimal Energy Efficient Online Algorithms

Primal Dual Gives Almost Optimal Energy Efficient Online Algorithms Prmal Dual Gves Almost Optmal Energy Effcent Onlne Algorthms Nkhl R. Devanur Zhy Huang Abstract We consder the problem of onlne schedulng of obs on unrelated machnes wth dynamc speed scalng to mnmze the

More information

ANOMALIES OF THE MAGNITUDE OF THE BIAS OF THE MAXIMUM LIKELIHOOD ESTIMATOR OF THE REGRESSION SLOPE

ANOMALIES OF THE MAGNITUDE OF THE BIAS OF THE MAXIMUM LIKELIHOOD ESTIMATOR OF THE REGRESSION SLOPE P a g e ANOMALIES OF THE MAGNITUDE OF THE BIAS OF THE MAXIMUM LIKELIHOOD ESTIMATOR OF THE REGRESSION SLOPE Darmud O Drscoll ¹, Donald E. Ramrez ² ¹ Head of Department of Mathematcs and Computer Studes

More information

Perfect Competition and the Nash Bargaining Solution

Perfect Competition and the Nash Bargaining Solution Perfect Competton and the Nash Barganng Soluton Renhard John Department of Economcs Unversty of Bonn Adenauerallee 24-42 53113 Bonn, Germany emal: rohn@un-bonn.de May 2005 Abstract For a lnear exchange

More information

Calculation of time complexity (3%)

Calculation of time complexity (3%) Problem 1. (30%) Calculaton of tme complexty (3%) Gven n ctes, usng exhaust search to see every result takes O(n!). Calculaton of tme needed to solve the problem (2%) 40 ctes:40! dfferent tours 40 add

More information

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems

Chapter 5. Solution of System of Linear Equations. Module No. 6. Solution of Inconsistent and Ill Conditioned Systems Numercal Analyss by Dr. Anta Pal Assstant Professor Department of Mathematcs Natonal Insttute of Technology Durgapur Durgapur-713209 emal: anta.bue@gmal.com 1 . Chapter 5 Soluton of System of Lnear Equatons

More information

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers Psychology 282 Lecture #24 Outlne Regresson Dagnostcs: Outlers In an earler lecture we studed the statstcal assumptons underlyng the regresson model, ncludng the followng ponts: Formal statement of assumptons.

More information

Linear Feature Engineering 11

Linear Feature Engineering 11 Lnear Feature Engneerng 11 2 Least-Squares 2.1 Smple least-squares Consder the followng dataset. We have a bunch of nputs x and correspondng outputs y. The partcular values n ths dataset are x y 0.23 0.19

More information

CHAPTER 17 Amortized Analysis

CHAPTER 17 Amortized Analysis CHAPTER 7 Amortzed Analyss In an amortzed analyss, the tme requred to perform a sequence of data structure operatons s averaged over all the operatons performed. It can be used to show that the average

More information

Online Classification: Perceptron and Winnow

Online Classification: Perceptron and Winnow E0 370 Statstcal Learnng Theory Lecture 18 Nov 8, 011 Onlne Classfcaton: Perceptron and Wnnow Lecturer: Shvan Agarwal Scrbe: Shvan Agarwal 1 Introducton In ths lecture we wll start to study the onlne learnng

More information

Solutions HW #2. minimize. Ax = b. Give the dual problem, and make the implicit equality constraints explicit. Solution.

Solutions HW #2. minimize. Ax = b. Give the dual problem, and make the implicit equality constraints explicit. Solution. Solutons HW #2 Dual of general LP. Fnd the dual functon of the LP mnmze subject to c T x Gx h Ax = b. Gve the dual problem, and make the mplct equalty constrants explct. Soluton. 1. The Lagrangan s L(x,

More information

Online Appendix. t=1 (p t w)q t. Then the first order condition shows that

Online Appendix. t=1 (p t w)q t. Then the first order condition shows that Artcle forthcomng to ; manuscrpt no (Please, provde the manuscrpt number!) 1 Onlne Appendx Appendx E: Proofs Proof of Proposton 1 Frst we derve the equlbrum when the manufacturer does not vertcally ntegrate

More information

Note 10. Modeling and Simulation of Dynamic Systems

Note 10. Modeling and Simulation of Dynamic Systems Lecture Notes of ME 475: Introducton to Mechatroncs Note 0 Modelng and Smulaton of Dynamc Systems Department of Mechancal Engneerng, Unversty Of Saskatchewan, 57 Campus Drve, Saskatoon, SK S7N 5A9, Canada

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

Minimizing earliness and tardiness penalties on a single machine scheduling problem with distinct due windows and sequence-dependent setup times

Minimizing earliness and tardiness penalties on a single machine scheduling problem with distinct due windows and sequence-dependent setup times Mnmzng earlness and tardness penaltes on a sngle machne schedulng problem wth dstnct due wndows and sequence-dependent setup tmes Marcone J. F. Souza a, Luz S. Och b and Nelson Maculan c a Departamento

More information

Stanford University CS254: Computational Complexity Notes 7 Luca Trevisan January 29, Notes for Lecture 7

Stanford University CS254: Computational Complexity Notes 7 Luca Trevisan January 29, Notes for Lecture 7 Stanford Unversty CS54: Computatonal Complexty Notes 7 Luca Trevsan January 9, 014 Notes for Lecture 7 1 Approxmate Countng wt an N oracle We complete te proof of te followng result: Teorem 1 For every

More information