Improved Music Based Harmony Search Algorithm (IMBHSA) for solving Job Shop Scheduling Problems (JSSPs)

Size: px
Start display at page:

Download "Improved Music Based Harmony Search Algorithm (IMBHSA) for solving Job Shop Scheduling Problems (JSSPs)"

Transcription

1 Improved Musc Based Harmony Search Algorthm (IMBHSA) for solvng Job Shop Schedulng Problems (JSSPs) M.Hymavath 1*, C.S.P.Rao 2 1* Assstant Professor, Department of Mechancal Engneerng, Bengal College of Engneerng and Technology, Durgapur West Bengal Inda, E-mal: hyma.madvada07@gmal.com, 2 Professor, Department of Mechancal Engneerng, atonal Insttute of Technology, Warangal, Andhra Pradesh Inda, E-mal: csp_rao@redffmal.com Abstract In ths paper, a new meta-heurstc soluton approach for Mult-objectve Job Shop Schedulng Problems (MOJSSP) s presented. An Improved Musc Based Harmony Search algorthm (IMBHS) s a recently developed algorthm whch s conceptualzed usng the muscal process of searchng for a perfect state of harmony. It uses a stochastc search nstead of a gradent search. Musc Based Harmony Search algorthm (MBHS) and an Improved Musc Based Harmony Search (IMBHS) algorthm were proposed to mnmze the Makespan, Mnmze the Mean flow tme and Mnmze the Mean Tardness. The results are compared wth Bench Mark Solutons (BKS) and t s found that both the methods performed better n terms of the qualty of soluton but n few problems IMBHS s performng better when compared to the MBHS method and BKS solutons. The results obtaned n ths study have shown that the proposed IMBHS algorthm can be used as a new alternatve soluton technque for fndng good solutons to the JSSPs. Keywords Metaheurstcs, Job Shop Schedulng, Improved Musc Based Harmony Search. 1. Introducton A schedule s a tme based allocaton of the tasks to tme ntervals on the resources n job shop Industry. The optmal schedule s one sequence of tasks that mnmzes the overall completon tme. Ths s called the makespan. Mnmzng Tardness, tardness beng the lateness of the job f t fals to meet ts due-date, and zero otherwse. Mnmzng Mean Flow-tme whch measures the average response of the schedule to ndvdual demands of jobs for servce. Job Shop Schedulng Problems (JSSP) belongs to class of P-hard problems. Several Job Shop Schedulng Problems n varous ndustral envronments are combnatoral n nature and conventonal mathematcal tools have faled to produce optmum schedules. Thus JSSP s ever lastng feld for good research. Bruker and Garey show that the job shop schedulng s an P-hard combnatoral problem. Because of the P-hard characterstcs of job shop schedulng, t s usually very hard to fnd ts optmal soluton, and an optmal soluton n the mathematcal sense s not always necessary n practce. Researchers turned to search ts nearoptmal solutons wth all knds of heurstc algorthms. Fortunately, the searched near optmal solutons usually meet requrements of practcal problems very well. Fgure1 Schematc Dagram of Job Shop Problem 2. Job Shop Schedulng Problem Assume job (=1,2,...n) requres processng by machne k (k=1,2,... m) exactly once n ts operaton sequence (thus, each job has m operatons). Let P k be the processng tme of job on machne k, X k be the startng tme of job on machne k, Q jk be the ndcator whch takes on a value of 1 f operaton j of job requres machne k, and zero otherwse. Y hk s the varable whch takes on a value of 1 f job precedes job h on machne k, and zero otherwse. Subjected to the followng constrants a) The precedence of operatons gven by each job s to be respected. b) Sequence Constrant: Each machne can perform at most one operaton at a tme,.e., for 532-1

2 Improved Musc Based Harmony Search Algorthm (IMBHSA) for solvng Job Shop Schedulng Problems (JSSPs) a gven job I, the (j+1) th operaton may not start before the j th operaton s completed. c) Resource Constrant : The operatons cannot be nterrupted d) The startng tmes of jobs are to be respected. In ths paper, the authors have employed Improved Musc Based Harmony Search (IMBHS) algorthm developed by Geem et al n 2001 to model and solve JSSPs. The authors have also successfully mplemented Improved Musc Based Harmony Search (IMBHS) algorthm for JSSP. The two algorthms of MBHS and IMBHS frst tme appled and tested on many Job Shop Schedulng Problems Bench Mark Instances. 3. Musc Based Harmony Search Algorthm (MBHS) The harmony search algorthm (Geem et al. 2001) s one of the most recently developed optmzaton algorthm and at a same tme, t s one the most effcent algorthm n the feld of combnatoral optmzaton (Geem 2009c). Snce the emergence of ths algorthm n 2001 by Geem et al., t attracted many researchers from varous felds especally those workng on solvng optmzaton problems (Ingram and Zhang 2009). Consequently, ths algorthm guded researchers to mprove on ts performance to be n lne wth the requrements of the applcatons beng developed. In general Harmonc Search s executable n fve steps as descrbed below: Step1: Intalze the problem and algorthm parameters Consder an optmzaton problem whch s descrbed as: Mnmze the makespan, Mnmze the mean flow tme and Mnmze the mean tardness. The HS parameters are specfed n ths step. These are Harmony Memory Sze (HMS), or number of soluton vectors n the harmony memory; Harmony Memory Consderng Rate (HMCR); Ptch Adjustng Rate (PAR); and umber of Improvsatons (I) or stoppng crteron. The Harmony Memory (HM) s a memory locaton where all the soluton vectors (sets of decson varables) are stored. The parameters HMCR and PAR are used to mprove the soluton vector and these are defned n step 3. Step2: Intalze the harmony memory In ths step, the HM matrx s flled wth as many randomly generated soluton vectors as the HMS: x x... x x HM = x x... x x x x... x x x x... x x HMS 1 HMS 1 HMS 1 HMS HMS HMS HMS HMS (1) f ( x ) (2) f ( x ).. (1).... ( HMS -1) f ( x ) ( HMS ) f ( x ) Step3: Improvse a new harmony from the HM set A new harmony vector, x = (x 1, x 2,...,x n ), s generated based on three rules, namely, random selecton, memory consderaton and ptch adjustment. These rules are descrbed as follows: Random Selecton: When HS determnes the value, x for the new harmony, x = (x 1, x 2,...,x n ), t randomly pcks any value from the total value range wth a probablty of (1- HMCR). Random selecton s also used for prevous memory ntalzaton. Memory Consderaton: When MBHS determnes the value x, t randomly pcks any j value x from the HM wth a probablty of HMCR snce j= {1,2,, HMS}. 1 2 HMS x' { x, x,..., x } wth probablty HMCR (2) x' x' X wth probablty (1- HMCR ) Ptch Adjustment: Every component of the new harmony vector, x = (x 1, x 2,...,x n ),s examned to determne whether t should be ptch-adjusted. After the value x s randomly pcked from HM n the above memory consderaton process, t can be further adjusted nto neghbourng values by addng certan amount to the value, wth probablty of PAR. Ths operaton uses the PAR parameter, whch s the rate of ptch adjustment gven as follows: Yes wth probablty PAR x' (3) o wth probablty (1- PAR) The value of (1-PAR) sets the rate of dong nothng. If the ptch adjustment decson for x s yes, x s replaced as follows: x' x' ± bw (4) where, bw s the arbtrary dstance bandwdth for a contnuous desgn varable. In ths step, ptch adjustment or random selecton s appled to each varable of the ew Harmony vector. Step 4: Updatng HM If the new harmony vector, x = (x 1, x 2,..., x n ), s better than the worst harmony n the HM, from the vewpont of the objectve functon value, the new harmony s entered n the HM and the exstng worst harmony s omtted from the HM. Step 5: Checkng stoppng crteron Computaton s termnated upon satsfyng the maxmum number of mprovsatons or maxmum number of teratons, whch s the stoppng crteron. Otherwse, steps 3 and 4 are repeated. Fnally the best harmony memory vector s selected and s consdered to be the best soluton to the problem under nvestgaton

3 3.1. Improved Harmony Search Algorthm The tradtonal MBHS algorthm uses fxed value for both PAR and bw. The PAR and bw values adjusted n the ntalzaton step (Step 1) cannot be changed durng new generatons. The man drawback of ths method s that ths employs hgher number of teratons to converge at an optmal soluton. Small PAR values wth large bw values can lead to poor performance of the algorthm and consderable ncrease n the number of teratons to fnd optmum soluton. Small bw values n the fnal generatons ncrease the fne tunng of soluton vectors. Therefore, large PAR values wth small bw values usually leads to mprovement n obtanng the best soluton n the fnal generaton n whch the algorthm converges to optmal soluton vector. The IMBHS has been developed by Madhav et al. and has been successfully appled to varous benchmarkng and standard engneerng optmzaton problems. The key dfference between IMBHS and tradtonal MBHS method s n the way of adjustng PAR and bw. To mprove the performance of the MBHS algorthm and elmnate the drawbacks assocated wth the fxed values of PAR and bw, the IMBHS algorthm uses varable PAR and bwn the mprovsaton step (Step 3). The PAR values change dynamcally wth generaton number as shown n Fgure 2 and expressed as follows : PAR ( ) max PAR PAR gn PAR mn = mn + gn (5) I Fgure 2 a) Varaton of PAR versus generaton number, b) Varaton of bw versus generaton number. where, PAR s the ptch adjustng rate for each generaton, PAR mn s the mnmum ptch adjustng rate, PAR max s the maxmum ptch adjustng rate, I s the number of soluton vector generatons and gn s the generaton number. Bandwdth(bw)changes dynamcally wth generaton number as shown n Fgure 2 and defned as follows: bw( gn) = bw exp( c. gn) (6) C = Ln max bw max bw mn (7) I where, bw(gn) s the bandwdth at each generaton, bw mn and bw max are the mnmum and the maxmum bandwdths respectvely. The complete explanaton of MBHS s presented n Fgure 3. Begn Step 1: Intalzaton Intalze Harmony Memory (HM), Harmony Memory Sze (HMS), Harmony Memory Consderaton Rate (HMCR), Ptch Adjustng Rate (PAR), Maxmum number of teratons (I) Generate the Intal Populaton wth Rp and SP Step 2: Computaton Whle (ter I) Do { Generaton++; If (rand (0,1) HMCR) then Choose a value from HM for If (rand (0,1) PAR) then Adjust the value of by: X new =X old + rand (0,1) bw; End f Else Choose a random varable; X =mn+ rand (0,1) (max-mn); End f End whle If (Ft Fun (new harmony soluton) worst (ft Fun (HM)) then Accept the new harmony and replace the worst n HM wth t. End f End whle Step 3: Output optmzaton results End Fgure 3 Pseudo code for IMBHS algorthm 3.2. Implementaton of IMBHS for JSSP: The soluton to JSSP s a schedule of operaton for jobs. In the present work IMBHSA s used to fnd the optmum schedule. A HM represents feasble schedule n ths case. In the present work a drect approach Operaton based representaton s employed. Followng s the bref descrpton of the representaton. The schedule s represented n the form of a strng as shown n table 1. For example, for a three-job-three-machne problem the representaton would be as shown n table 1. Table 1 Vector Soluton representaton of JSSP soluton Inputs for the problem For solvng JSSP usng IMBHSA, the followng nputs are requred: umber of jobs (n) umber of Machnes (m) Machne order for all the jobs (M j ) Processng Tmes of all the operatons (P j ) umber of operatons (O j ) umber of teratons to be carred out (n ter ) 532-3

4 Improved Musc Based Harmony Search Algorthm (IMBHSA) for solvng Job Shop Schedulng Problems (JSSPs) Harmony Memory Sze (dependng on the problem sze) Harmony Memory Consderaton Rate (0.85) Ptch Adjustng Rate (PAR) (PAR mn =0.4,PAR max =0.99) Band Wdth (BW) (BW mn =0.0001, BW max =1) umber of Improvsatons (I=20) Maxmum populaton allowable Step wse Implementaton of IMBHS for JSSP Ths secton gves a detaled explanaton of mplementaton of the algorthm. The actual algorthm has been slghtly modfed for enhancng the performance. Improved Musc Based Harmony Search Algorthm (IMBHSA) adopts process of HM for fndng optmum solutons effcently. In ths case HMS s a potental soluton and the algorthm helps HMS to evolve and generate better populaton thus gvng rse to ftter solutons whch represent compettve schedules. Ths secton gves a detaled explanaton of mplementaton of the algorthm Intalzaton In the orgnal algorthm ntalzaton s random. n number of s are generated randomly (RP). The modfcaton s that ntally 10 s.e., 10 dfferent schedules are generated usng dspatchng rules whch present a sgnfcant optmzaton capacty (SP). Snce the choce of the ntal populaton has a hgh mpact on the speed of evoluton and the qualty of fnal results, the soluton scenaro would be focused on generatng ntal populaton usng prorty dspatchng rules. Prorty dspatchng rules are actually the most wdely used for solvng JSSP where all the operatons avalable to be scheduled are assgned a prorty.the operaton wth the hghest prorty s chosen to be sequenced. A prorty dspatchng rule s a smple mathematcal formula that, based on some processng parameters, specfes the prorty of operatons to be executed. 10 ntal schedules.e s are generated usng 10 commonly used prorty dspatchng rules gven n the Table 2. Table 2: Lst of common Prorty Dspatchng rules used to generate the ntal populaton. EXPRESSIO DESCRIPTIO Shortest Processng Tme (SPT) Longest Processng Tme(LPT) Mnmum Slack Tme Per Operaton(MISOP) The job wth shortest tme on machnes selected. p p+1 p+2 pn The job wth longest tme on machnes selected.p p+1 p+2 pn Tme remanng untl the due date Processng tmeremanng Mnmum Due Date(MIDD) Crtcal Rato(CR) Most work remanng (MWKR) Least work remanng(lwkr) Shortest remanng Mnmum Processng Tme(SRMPT) Longest remanng Maxmum Processng Tme(LRMPT) RADOM(random selecton) The job wth earlest due date s processed frst D D+1 D+2. Dn Remanng due date/remanng processng tme Select the operaton assocated wth the job of the most work remanng to be processed Select the operaton assocated wth the job of the least work remanng to be processed Mn(processng tne remanngmnmum processng tme) Max(processng tne remanngmaxmum processng tme) Select the next job to be processed randomly Performance Evaluaton The ntal populaton s made to reproduce dependng on the ftness of the ndvdual. The present problem s a Mult- Objectve optmzaton, the objectves beng mnmzng make-span, mnmzng tardness and mnmzng flow-tme. So the ftness of the ndvdual has to be evaluated consderng all the three aspects. The ndvduals are ranked based on ther ftness values(all the three). Ths rankng s done based on concept called Fuzzy-Pareto-Domnance.[3] The rankng scheme assgns domnance degrees to any set of vectors n a scale-ndependent, nonsymmetrc and set-dependent manner. Based on such a rankng scheme, the ftness values of a populaton can be replaced by the computed rankng values representng the domnatng strength of an ndvdual aganst all other ndvduals n the populaton. The three schedulng objectves used n ths mplementaton are (1)make-span of the sequence (2) mean-flow tme of the jobs, and (3)the mean tardness of jobs. MAKE-SPA MODULE (FITESS 1) In Schedulng lterature, make-span s defned as the maxmum completon tme of all jobs, or the tme taken to complete the last job on the last machne n the schedule-assumng that the processng of the frst job began at tme 0. Make

5 span s denoted by cmax and computed as cmax = max{fj}, where Fj s the flow tme for job j(the total tme taken by job j from the nstant of ts release to the shop to the tme ts processng by the last machne s over). MEA TARDIESS MODULE(FITESS 2) The lateness of a job measures the conformty of the schedule to that job s due date. Lateness s defned as the amount of tme by whch the completon tme of a job exceeds ts due-date. Mathematcally Lj=Cj-dj Lj: Lateness of job j Cj: Completon tme of job j dj: Due date of job j. Tardness of job s the lateness f t s postve else t s zero. Mean tardness(t) s defned as the average of tardness of all jobs. T = (sum of tardness of all jobs) / number of jobs MEA FLOW TIME MODULE(FITESS 3) The mean flow tme measures the average response of the schedule to ndvdual demands of jobs for servce. Mathematcally, mean flow tme s the average of the flow tmes of all jobs. Mean flow tme = sum of flow tmes of all jobs / number of jobs FUZZIFICATIO OF PARETO DOMIACE AD RAKIG In mult objectve optmzaton, the optmzaton goal s gven by more than one objectve to be extreme. Formally, gven a doman as subset of Rn, there are assgned m functons f1(x1,..., xn),..., fm(x1,..., xn). Usually, there s not a sngle optmum but rather the so-called Pareto set of nondomnated solutons. Evolutonary Computaton (EC) has been shown to be a powerful technque for mult-objectve optmzaton (EMO - Evolutonary Mult-Objectve Optmzaton). Ths bologcally nspred methodology offers both flexblty n goal specfcaton and good performance n multmodal, nonlnear search spaces. If we want to solve a hghly complex mult-objectve optmzaton problem, we mght select one of the best ranked evolutonary approaches revewed n the lterature, lke on Sorted Genetc Algorthm-II (SGA-II) and hopefully start reachng good results quckly. However, all these algorthms need domnated ndvduals n the populaton, to perform the correspondng genetc operators. For a hgher number of objectves, ths mght become a problem, snce the probablty of havng a domnated ndvdual n the populaton wll rapdly go to zero. The need for a revson of the Pareto domnance relaton for also handlng a larger number of objectves was already ponted out n a few studes, esp. gven by Farna and Amato. There, we also fnd the suggeston to use fuzzy-membershp degrees for the degree of a pont belongng to the Pareto set (so called fuzzy optmalty). Authors desgn ther revsed domnance measure n a way that the approach to the Pareto front can be regstered more early n the search. The approach was shown to work successfully n the doman of more than two objectves. It came out that the use of fuzzy concepts s frutful n ths regard The fuzzfcaton of Pareto domnance relaton can be wrtten then as follows: It s sad that vector a domnates vector b by degree µa wth µ a (a,b) =, here denotes the dmenson of vector, n the present case s 3 as we have consdered 3 objectves. It s sad that the vector a s domnated by vector b by degree µp wth µ p (a,b) = The defntons dffer n denomnator and thus are not symmetrc. Domnatng by degree µ and beng domnated by degree µ have dfferent fuzzy values. For a Pareto domnatng b, µ a (a,b) = 1 and µ p (b,a) = 1 but µ p (a,b) < 1 and µ a (b,a) < 1 We use these domnance degrees to rank a set M of mult-varate data(vectors).the vectors n ths case are that sets of three ftness values of the schedules n the populaton.the vector here s (ftness1,ftness2,ftness3). Consder two harmones or schedules a and b µ p (a,b) = s/p where s = mn(ftness1a,ftness1b) mn(ftness2a,ftness2b) mn(ftness3a,ftness3b) p = ftness1b ftness2b ftness3b Each element of M(set of schedules) s assgned the maxmum degree of beng domnated by any other element n M, and the elements of M are sorted n ncreasng order of the value of domnance degree. After sortng the populaton s ranked sequentally. So the ndvduals havng good rank(lower) are ftter members n the populaton. Wth the help of rankng scheme performance evaluaton s carred out Improvse a new memory from the HM set By usng (5), (6) and (7) equatons we are mprovsng the ew Harmony memory from HM based on HMCR, PAR and Random Choce. Agan we are we are evaluatng the objectve functon wth ths ew Harmony memory. If the soluton s better than the stored harmony, update the HM wth ew Harmony memory otherwse stored HM s the updated HM for the next generaton Checkng the stoppng crteron The stoppng crtera s one of the followng Maxmum number of teratons The populaton s worst and best ftness becomes equal 532-5

6 Improved Musc Based Harmony Search Algorthm (IMBHSA) for solvng Job Shop Schedulng Problems (JSSPs) The cycle of steps explaned s carred out untl one of the stoppng crtera s met. 4. Performance of IMBHS on Bench Mark Problems IMBHS algorthm has been coded n Matlab and runs on Intel Core2Duo Processor wth 4 GB RAM and CPU 2.00 Ghz. The bench markng problems from OR lbrary, were solved by the proposed method. The results obtaned were tabulated n table 3. In vew of the results obtaned by mplementng IMBHS to solve JSSP, t appears that IMBHS s effcent. The algorthm has been mproved by changng ts soluton codng method and hybrdzng leadng to fast convergence. The algorthm s performance has been compared to that of wth the help of some bench-mark problems and has been found to be superor to the latter. It s concluded that the applcaton of IMBHS to for solvng JSSP s a new area to be explored for compettve solutons Results and Dscussons Table 3: Results of some Bench Mark Problems Fgure 5 Comparson of JSP2 wth GA, DE, Fgure 6 Comparson of JSP3 wth GA,DE, Fgure 7 Comparson of JSP4 wth GA,DE, Concluson The performance of IMBHS algorthm s compared wth SGA-II(Deb), GA(Garen), DE(BSP Reddy) on 4 Job Shop Problems exstng n the lterature. It s found that the pareto optmal set of solutons generated by IMBHS s superor to the exstng SGA-II, GA, DE, HPSO and HAIA. Thus, IMBHS algorthm has became unque procedures to address any knd of Mult objectve JSSPs respectvely. Fgure 4 Comparson of JSP1 wth GA, DE, References Bruker P (1995), Schedulng algorthms 2nd edn. Sprnger, Berln Hedelberg ew York Garey M, et al (1976), The complexty of flow shop and job shop schedulng, Math Oper Res 1: Erschler JF, Roubellat JP, Vernhes (1976), Fndng some essental characterstcs of the feasble solutons for a schedulng problem, Operatons Research 24:

7 French S (1982), Sequencng and schedulng: An ntroducton to the mathematcs of the job shop, Wley, ew York Carler J, Pson E (1989), An algorthm for solvng the job shop problem, Manage Sc 35: Bruker P et al (1994), A branch and bound algorthm for job shop problem, Dscrete Appl Math 49: Blazewckz J (1996), The job shop schedulng problem: Conventonal and new solutons technques, Eur J Oper Res pp Pezzella F, Merell E (2000), A tabu search method guded by shftng bottleneck for the job shop schedulng problem,eur J Oper Res 120: Balas E, Vazacopoulos A (1994), Guded local search wth shftng bottleneck for job shop schedulng, Tech Rep Management Scence Research Report MSRR-609, GSIA Carnege Mellon Unversty, Pttsburgh. Yang S, Wang D (2001), A new adaptve neural network and heurstcs hybrd approach for job shop schedulng,computoper Res 28: Sudoku Puzzle: Geem, Z. W., Harmony Search Algorthm for Solvng Sudoku, Lecture otes n Artfcal Intellgence, Tour Plannng: Geem, Z. W., Tseng, C. -L., and Park, Y. Harmony Search for Generalzed Orenteerng Problem: Best Tourng n Chna, Lecture otes n Computer Scence, Vsual Trackng: J. Foure, S. Mlls and R. Green, Vsual trackng usng the harmony search algorthm, Image and Vson Computng ew Zealand, rd Internatonal Conference Vsual Correspondence: J. Foure, S. Mlls and R. Green Drected correspondence search: Fndng feature correspondences n mages usng the Harmony Search algorthm, Image and Vson Computng ew Zealand, ov rd Internatonal Conference. Desgn of radar codes: S. Gl-Lopez, J. Del Ser, S. Salcedo-Sanz, A. M. Perez-Belldo, J. M. Cabero and J. A. Portlla-Fgueras, A Hybrd Harmony Search Algorthm for the Spread Spectrum Radar Polyphase Codes Desgn Problem, Expert Systems wth Applcatons, Volume 39, Issue 12, pp , September Power and subcarrer allocaton n OFDMA systems: J. Del Ser, M.. Blbao, S. Gl-Lopez, M. Matnmkko, S. Salcedo-Sanz, Iteratve Power and Subcarrer Allocaton n Rate-Constraned OFDMA Downlnk Systems based on Harmony Search Heurstcs, Elsever Engneerng Applcatons of Artfcal Intellgence, Vol. 24,. 5, pp , August Effcent desgn of open Wf networks: I. Landa- Torres, S. Gl-Lopez, J. Del Ser, S. Salcedo-Sanz, D. Manjarres, J. A. Portlla-Fgueras, Effcent Ctywde Plannng of Open WF Access etworks usng ovel Groupng Harmony Search Heurstcs, accepted for ts publcaton n Engneerng Applcatons of Artfcal Intellgence, May Sngle-objectve localzaton: D. Manjarres, J. Del Ser, S. Gl-Lopez, M. Veccho, I. Landa-Torres, R. Lopez-Valcarce, A ovel Heurstc Approach for Dstance- and Connectvty-based Multhop ode Localzaton n Wreless Sensor etworks, Sprnger Soft Computng, accepted, June B-objectve localzaton: D. Manjarres, J. Del Ser, S. Gl-Lopez, M. Veccho, I. Landa-Torres, S. Salcedo-Sanz, R. Lopez-Valcarce, On the Desgn of a ovel Two-Objectve Harmony Search Approach for Dstance- and Connectvty-based ode Localzaton n Wreless Sensor etworks, Engneerng Applcatons of Artfcal Intellgence, n press, June Structural Desgn: Lee, K. S. and Geem, Z. W. A ew Structural Optmzaton Method Based on the Harmony Search Algorthm, Computers & Structures, Water etwork Desgn: Geem, Z. W. Optmal Cost Desgn of Water Dstrbuton etworks usng Harmony Search, Engneerng Optmzaton, Vehcle Routng: Geem, Z. W., Lee, K. S., and Park, Y. Applcaton of Harmony Search to Vehcle Routng, Amercan Journal of Appled Scences, Ground Water Modellng: Ayvaz, M. T. Smultaneous Determnaton of Aqufer Parameters and Zone Structures wth Fuzzy C- Means Clusterng and Meta-Heurstc Harmony Search Algorthm, Advances n Water Resources, Sol Stablty Analyss: Cheng, Y. M., L, L., Lansvaara, T., Ch, S. C. and Sun, Y. J. An Improved Harmony Search Mnmzaton Algorthm Usng Dfferent Slp Surface Generaton Methods for Slope Stablty Analyss, Engneerng Optmzaton, Satellte Heat Ppe Desgn: Geem, Z. W. and Hwangbo, H. Applcaton of Harmony Search to Mult-Objectve Optmzaton for Satellte Heat Ppe Desgn, Proceedngs of US-Korea Conference on Scence, Technology

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM 28 CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM The man aspraton of Grd Computng s to aggregate the maxmum avalable dle computng power of the dstrbuted resources,

More information

CHAPTER 2 OBJECTIVES AND METHODOLOGY

CHAPTER 2 OBJECTIVES AND METHODOLOGY 28 CHAPTER 2 OBJECTIVES AND METHODOLOGY The objectve of ths research s to mprove shop floor performance through proper allocaton of jobs n the machnes by consderng due tme, whch reduces the overall penalty

More information

Models - Repositories of Knowledge (Proceedings ModelCARE2011 held at Leipzig, Germany, in September 2011) (IAHS Publ. 3XX, 201X).

Models - Repositories of Knowledge (Proceedings ModelCARE2011 held at Leipzig, Germany, in September 2011) (IAHS Publ. 3XX, 201X). Models - Repostores of Knowledge (Proceedngs ModelCARE20 held at Lepzg, Germany, n September 20) (IAHS Publ. 3XX, 20X). Smultaneous estmaton of groundwater recharge rates, assocated zone structures, and

More information

Experiments with Protocols for Service Negotiation

Experiments with Protocols for Service Negotiation PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 25-31, 2011 Experments wth Protocols for Servce Negotaton Costn Bădcă and Mhnea Scafeş Unversty of Craova, Software

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

Emission Reduction Technique from Thermal Power Plant By Load Dispatch

Emission Reduction Technique from Thermal Power Plant By Load Dispatch Emsson Reducton Technque from Thermal Power Plant By Load Dspatch S. R. Vyas 1, Dr. Rajeev Gupta 2 1 Research Scholar, Mewar Unversty, Chhtorgrah. Inda 2 Dean EC Dept., Unversty College of Engg. RTU, Kota.

More information

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach Proceedngs of the 010 Internatonal Conference on Industral Engneerng and Operatons Management Dhaka, Bangladesh, January 9 10, 010 A Group Decson Makng Method for Determnng the Importance of Customer Needs

More information

PSO Approach for Dynamic Economic Load Dispatch Problem

PSO Approach for Dynamic Economic Load Dispatch Problem Internatonal Journal of Innovatve Research n Scence, Engneerng and Technology (An ISO 3297: 2007 Certfed Organzaton Vol. 3, Issue 4, Aprl 2014 PSO Approach for Dynamc Economc Load Dspatch Problem P.Svaraman

More information

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING A SMULATON STUDY OF QUALTY NDEX N MACHNE-COMPONF~T GROUPNG By Hamd Sefoddn Assocate Professor ndustral and Manufacturng Engneerng Department Unversty of Wsconsn-Mlwaukee Manocher Djassem Assstant Professor

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

Production Scheduling for Parallel Machines Using Genetic Algorithms

Production Scheduling for Parallel Machines Using Genetic Algorithms Producton Schedulng for Parallel Machnes Usng Genetc Algorthms Chchang Jou 1), Hsn-Chang Huang 2) 1) Tamkang Unversty, Department of Informaton Management (cjou@mal.m.tku.edut.tw) 2) Tamkang Unversty,

More information

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch A Novel Gravtatonal Search Algorthm for Combned Economc and Emsson Dspatch 1 Muhammad Yaseen Malk, 2 Hmanshu Gupta 1 Student, 2 Assstant Professor 1 Electrcal Engneerng 1 E-Max Group of Insttutons, Haryana,

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

More information

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons. ISSN 2150-7988 Volume 6 (2014) pp. 364-372 MIR Labs, www.mrlabs.net/csm/ndex.html Best-Order Crossover n an Evolutonary

More information

A Batch Splitting Job Shop Scheduling Problem with bounded batch sizes under Multiple-resource Constraints using Genetic Algorithm

A Batch Splitting Job Shop Scheduling Problem with bounded batch sizes under Multiple-resource Constraints using Genetic Algorithm A Batch Splttng Job Shop Schedulng Problem wth bounded batch szes under ultple-resource Constrants usng Genetc Algorthm WANG Ha-yan,ZHAO Yan-we* Key Laboratory of echancal manufacture and Automaton of

More information

A New Artificial Fish Swarm Algorithm for Dynamic Optimization Problems

A New Artificial Fish Swarm Algorithm for Dynamic Optimization Problems WCCI 2012 IEEE World Congress on Computatonal Intellgence June, 10-15, 2012 - Brsbane, Australa IEEE CEC A New Artfcal Fsh Swarm Algorthm for Dynamc Optmzaton Problems 1 Danal Yazdan Department of Electrcal,

More information

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS Internatonal Journal of Industral Engneerng, 18(3), 120-129, 2011. A TABU SEACH FO MULTIPLE MULTI-LEVEL EDUNDANCY ALLOCATION POBLEM IN SEIES-PAALLEL SYSTEMS Kl-Woong Jang and Jae-Hwan Km Department of

More information

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network Internatonal Journal of Electrcal and Computer Engneerng (IJECE) Vol., o., ecember 0, pp. 35~39 ISS: 088-8708 35 Optmum Generaton Schedulng for Thermal ower lants usng Artfcal eural etwork M. S. agaraja

More information

Research on chaos PSO with associated logistics transportation scheduling under hard time windows

Research on chaos PSO with associated logistics transportation scheduling under hard time windows Advanced Scence and Technology Letters Vol76 (CA 014), pp75-83 http://dxdoorg/101457/astl0147618 Research on chaos PSO wth assocated logstcs transportaton schedulng under hard tme wndows Yuqang Chen 1,

More information

Steady State Load Shedding to Prevent Blackout in the Power System using Artificial Bee Colony Algorithm

Steady State Load Shedding to Prevent Blackout in the Power System using Artificial Bee Colony Algorithm Jurnal Teknolog Full paper Steady State Load Sheddng to Prevent Blackout n the Power System usng Artfcal Bee Colony Algorthm R. Mageshvaran a*, T. Jayabarath b a School of Electrcal Engneerng. VIT Unversty.

More information

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting Proceedngs of the 2007 Industral Engneerng Research Conference G. Bayraksan W. Ln Y. Son and R. Wysk eds. Evaluatng Clusterng Methods for Mult-Echelon (r) Polcy Settng Vkram L. Desa M.S.; Manuel D. Rossett

More information

Experimental design methodologies for the identification of Michaelis- Menten type kinetics

Experimental design methodologies for the identification of Michaelis- Menten type kinetics UNIVERIDADE NOVA DE LIBOA Faculdade de Cêncas e Tecnologa Departamento de Químca Expermental desgn methodologes for the dentfcaton of Mchaels- Menten type knetcs Por Flpe Ataíde Dssertação apresentada

More information

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory)

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory) Proceedngs of the World Congress on Engneerng 20 Vol I WCE 20, July 6-8, 20, London, U.K. A Scenaro-Based Objectve Functon for an M/M/K Queung Model wth Prorty (A Case Study n the Gear Box Producton Factory)

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

Genetic Algorithm based Modification of Production Schedule for Variance Minimisation of Energy Consumption

Genetic Algorithm based Modification of Production Schedule for Variance Minimisation of Energy Consumption , 22-24 October, 2014, San Francsco, USA Genetc Algorthm based Modfcaton of Producton Schedule for Varance Mnmsaton of Energy Consumpton C. Duerden, L.-K. Shark, G. Hall, J. Howe Abstract Typcal manufacturng

More information

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics Extended Abstract for WISE 5: Workshop on Informaton Systems and Economcs How Many Bundles?:An Analyss on Customzed Bundlng of Informaton Goods wth Multple Consumer Types Wendy HUI Ph.D. Canddate Department

More information

Multiobjective Optimization of Low Impact Development Scenarios in an Urbanizing Watershed

Multiobjective Optimization of Low Impact Development Scenarios in an Urbanizing Watershed Multobectve Optmzaton of Low Impact Development Scenaros n an Urbanzng Watershed Guoshun Zhang Agrcultural and Bologcal Engneerng Dept. Penn State Unversty Unversty Park, PA 16802 Abstract Low Impact Development

More information

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation.

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation. OPTIMISATION OF MECHANICAL SYSTEMS IN AN INTEGRATED BUILDING ENERGY ANALYSIS PROGRAM: PART I: CONVENTIONAL CENTRAL PLANT EQUIPMENT Russell D. Taylor and Curts O. Pedersen Unversty of Illnos at Urbana-

More information

Applied Soft Computing

Applied Soft Computing Appled Soft Computng (2) 4 46 Contents lsts avalable at ScenceDrect Appled Soft Computng journal homepage: wwwelsevercom/locate/asoc Soft computng based optmzaton of combned cycled power plant start-up

More information

Solving Multi mode Resource Constrained Project Scheduling with IC Algorithm and Compare It with PSO Algorithm

Solving Multi mode Resource Constrained Project Scheduling with IC Algorithm and Compare It with PSO Algorithm Advances n Lfe Scences 2014, 4(3): 140-145 DOI: 10.5923/j.als.20140403.08 Solvng Mult mode Resource Constraned Project Schedulng wth IC Algorthm and Compare It wth PSO Algorthm Sna Namaz 1,*, Mohammad

More information

A Hybrid Meta-Heuristic Algorithm for Job Scheduling on Computational Grids

A Hybrid Meta-Heuristic Algorithm for Job Scheduling on Computational Grids verson 203. Informatca 37 (203) 50 505 50 A Hybrd Meta-Heurstc Algorthm for Job Schedulng on Computatonal Grds Zahra Pooranan Department of Computer Engneerng, Dezful Branch, Islamc Azad Unversty, Dezful,

More information

Optimized Scheduling and Resource Allocation Using Evolutionary Algorithms in Cloud Environment

Optimized Scheduling and Resource Allocation Using Evolutionary Algorithms in Cloud Environment Receved: June, 17 125 Optmzed Schedulng and Resource Allocaton Usng Evolutonary Algorthms n Cloud Envronment Anusha Bamn Antony Muthu 1* Sharmn Enoch 1 1 Noorul Islam Unversty, Inda * Correspondng author

More information

An Application of MILP-based Block Planning in the Chemical Industry

An Application of MILP-based Block Planning in the Chemical Industry The Eghth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 09) Zhangjaje, Chna, September 20 22, 2009 Copyrght 2009 ORSC & APORC, pp. 103 110 An Applcaton of MILP-based Block Plannng

More information

On Advantages of Scheduling using Genetic Fuzzy Systems

On Advantages of Scheduling using Genetic Fuzzy Systems On Advantages of Schedulng usng Genetc Fuzzy Systems Carsten Franke, Joachm Leppng, and Uwe Schwegelshohn Computer Engneerng Insttute, Dortmund Unversty, 44221 Dortmund, Germany (emal: {carsten.franke,

More information

Very Large Scale Vehicle Routing with Time Windows and Stochastic Demand Using Genetic Algorithms with Parallel Fitness Evaluation

Very Large Scale Vehicle Routing with Time Windows and Stochastic Demand Using Genetic Algorithms with Parallel Fitness Evaluation Very Large Scale Vehcle Routng wth Tme Wndows and Stochastc Demand Usng Genetc Algorthms wth Parallel Ftness Evaluaton Matthew Protonotaros George Mourkouss Ioanns Vyrds and Theodora Varvargou Natonal

More information

Optimization of e-learning Model Using Fuzzy Genetic Algorithm

Optimization of e-learning Model Using Fuzzy Genetic Algorithm Optmzaton of e-learnng Model Usng Fuzzy Genetc Algorthm Receved: 00?????? 2012, Accepted: 00????? 2013 M. A. Afshar Kazem Assocate professor, Informaton Technology Management Department, Electrnc Branch,

More information

Minimisation of Energy Consumption Variance for Multi-Process Manufacturing Lines Through Genetic Algorithm Manipulation of Production Schedule

Minimisation of Energy Consumption Variance for Multi-Process Manufacturing Lines Through Genetic Algorithm Manipulation of Production Schedule Mnmsaton of Energy Consumpton Varance for Mult-Process Manufacturng Lnes Through Genetc Algorthm Manpulaton of Producton Schedule C. Duerden, L.-K. Shark, G. Hall, J. Howe Abstract Typcal manufacturng

More information

Optimization of Damage Index in RC Structures Using Genetic Algorithm

Optimization of Damage Index in RC Structures Using Genetic Algorithm Optmzaton of Damage Index n RC Structures Usng Genetc Algorthm Gh. Ghodrat Amr 1, B. Moheb 2 and N. Maddah 3 1 Professor, Center of Excellence for Fundamental Studes n Structural Engneerng, College of

More information

Estimation Using Differential Evolution for Optimal Crop Plan

Estimation Using Differential Evolution for Optimal Crop Plan Estmaton Usng Dfferental Evoluton for Optmal Crop Plan Mlle Pant, Radha, Deept Ran 2, Ath Abraham 3 and D. K. Srvastava 4 Department of Paper echnology, II Roorkee, Inda. 2 Unversty of Évora, úcleo da

More information

Dynamic Economic Dispatch for Combined Heat and Power Units using Particle Swarm Algorithms

Dynamic Economic Dispatch for Combined Heat and Power Units using Particle Swarm Algorithms Internatonal Journal of Energy and Power Engneerng 2015; 4(2): 84-93 Publshed onlne March 19, 2015 (http://www.scencepublshnggroup.com/j/jepe) do: 10.11648/j.jepe.20150402.19 ISSN: 2326-957X (Prnt); ISSN:

More information

Multiobjective Simulated Annealing: A Comparative Study to Evolutionary Algorithms

Multiobjective Simulated Annealing: A Comparative Study to Evolutionary Algorithms Multobjectve Smulated Annealng: A Comparatve Study to Evolutonary Algorthms Dongyung Nam and Cheol Hoon Par Abstract As multobjectve optmzaton problems have many solutons, evolutonary algorthms have been

More information

1 Basic concepts for quantitative policy analysis

1 Basic concepts for quantitative policy analysis 1 Basc concepts for quanttatve polcy analyss 1.1. Introducton The purpose of ths Chapter s the ntroducton of basc concepts of quanttatve polcy analyss. They represent the components of the framework adopted

More information

An Artificial Neural Network Method For Optimal Generation Dispatch With Multiple Fuel Options

An Artificial Neural Network Method For Optimal Generation Dispatch With Multiple Fuel Options An Artfcal Neural Network Method For Optmal Generaton Dspatch Wth Multple Fuel Optons S.K. Dash Department of Electrcal Engneerng, Gandh Insttute for Technologcal Advancement,Badaraghunathpur,Madanpur,

More information

A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling

A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling A Revsed Dscrete Partcle Swarm Optmzaton for Cloud Workflow Schedulng Zhangun Wu 1,2, Zhwe N 1, Lchuan Gu 1 1 Insttute of Intellgent Management Hefe Unversty of Technology Hefe, Chna wuzhangun@mal.hfut.edu.cn

More information

Dynamic optimal groundwater management considering fixed and operation costs for an unconfined aquifer

Dynamic optimal groundwater management considering fixed and operation costs for an unconfined aquifer Dynamc optmal groundwater management consderng fxed and operaton costs for an unconfned aqufer MING- SHENG. YEH, YU-WEN. CHEN 2, CHIN-TSAI. HSIAO 3, LIANG-CHENG. CHANG 5. Graduate Student of Department

More information

CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION

CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION 7 th Internatonal Conference on Hydronformatcs HIC 2006, Nce, FRANCE CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION MASOUD ASADZADEH ESFAHANI Graduate Research Assstant, School of Cvl and Envronmental

More information

Optimal Energy Management Using Sequential Quadratic Programming Algorithm for Stand Alone PV System

Optimal Energy Management Using Sequential Quadratic Programming Algorithm for Stand Alone PV System Optmal Energy Management Usng Sequental Quadratc Programmng Algorthm for Stand Alone PV System S. Angalaeswar 1 and 2 Dr. K. Jamuna 1,2 School of Electrcal Engneerng, Vellore nsttute of echnology, Chenna,

More information

Gbest Artificial Bee Colony for Non-Convex Optimal Economic Dispatch in Power Generation

Gbest Artificial Bee Colony for Non-Convex Optimal Economic Dispatch in Power Generation Indonesan Journal of Electrcal Engneerng and Computer Scence Vol.11, No.1, July 2018, pp. 187~194 ISSN: 2502-4752, DOI: 10.11591/jeecs.v11.1.pp187-194 187 Gbest Artfcal Bee Colony for Non-Convex Optmal

More information

Modified Moth Search Algorithm for Global Optimization Problems

Modified Moth Search Algorithm for Global Optimization Problems Modfed Moth Search Algorthm for Global Optmzaton Problems IVANA STRUMBERGER Sngdunum Unversty Faculty of Informatcs and Computng Danjelova 32, 11000 Belgrade SERBIA strumberger@sngdunum.ac.rs NEBOJSA BACANIN

More information

Coordination mechanisms for decentralized parallel systems

Coordination mechanisms for decentralized parallel systems CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 0000; 00:1 0 Publshed onlne n Wley InterScence (www.nterscence.wley.com). Coordnaton mechansms for decentralzed

More information

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet Fnte Element Analyss and Optmzaton for the Mult- Deep of Molybdenum Sheet Heung-Kyu Km a,*, Seok Kwan Hong a, Jong-Kl Lee b, Byung-Hee Jeon c, Jeong Jn Kang a, and Young-moo Heo a a Precson Molds and Des

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

More information

Simulation and Optimization of a Pull-Strategy in the. Order-Picking Area of a Distribution Warehouse. Hertzstr. 16, Karlsruhe, Germany

Simulation and Optimization of a Pull-Strategy in the. Order-Picking Area of a Distribution Warehouse. Hertzstr. 16, Karlsruhe, Germany Smulaton and Optmzaton of a Pull-Strategy n the Order-Pckng Area of a Dstrbuton Warehouse Knut Alcke, Deter Arnold Insttut fur Fordertechnk, Unverstat Karlsruhe, Hertzstr. 16, 76187 Karlsruhe, Germany

More information

A Two-layer Time Window Assignment Vehicle Routing Problem

A Two-layer Time Window Assignment Vehicle Routing Problem Proceedngs of the Internatonal Conference on Industral Engneerng and Operatons Management Washngton DC, USA, September 27-29, 218 A Two-layer Tme Wndow Assgnment Vehcle Routng Problem Mahd Jallvand Department

More information

Novel heuristics for no-wait two stage multiprocessor flow shop with probable rework and sequence dependent setup times

Novel heuristics for no-wait two stage multiprocessor flow shop with probable rework and sequence dependent setup times Novel heurstcs for no-wat two stage multprocessor flow shop wth probable rework and sequence dependent setup tmes Ehsan Shalch Space Thrusters Research Insttute, Iranan Space Research Center, Tabrz, Iran

More information

COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER

COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER Thrteenth Internatonal Water Technology Conference, IWTC13 29, Hurghada, Egypt COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER Berge Djebedjan *, Mohamed S. Mohamed *, Abdel-Gawad

More information

Study on trade-off of time-cost-quality in construction project based on BIM XU Yongge 1, a, Wei Ya 1, b

Study on trade-off of time-cost-quality in construction project based on BIM XU Yongge 1, a, Wei Ya 1, b Internatonal Conference on Economcs, Socal Scence, Arts, Educaton and Management Engneerng (ESSAEME 205) Study on trade-off of tme-cost-qualty n constructon project based on BIM XU Yongge, a, We Ya, b

More information

CSO and PSO to Solve Optimal Contract Capacity for High Tension Customers

CSO and PSO to Solve Optimal Contract Capacity for High Tension Customers and to Solve Optmal Contract Capacty for Hgh Tenson Customers Jong-Chng Hwang 1, Jung-Chn Chen 1, J.S. an 1 Department of Electrcal Engneerng Natonal Kaohsung Unversty of Appled Scences Kaohsung, Tawan

More information

Approach for Online Short-term Hydro-Thermal Economic Scheduling

Approach for Online Short-term Hydro-Thermal Economic Scheduling Approach for Onlne Short-term Hydro-Thermal Economc Schedulng Rav Brahmadev, Tukaram Moger, Member, IEEE and D. Thukaram, Senor Member, IEEE Department of Electrcal Engneerng Indan Insttute of Scence,

More information

Sources of information

Sources of information MARKETING RESEARCH FACULTY OF ENGINEERING MANAGEMENT Ph.D., Eng. Joanna Majchrzak Department of Marketng and Economc Engneerng Mal: joanna.majchrzak@put.poznan.pl Meetngs: Monday 9:45 11:15 Thursday 15:10

More information

Development of a Quality Control Programme for steel production: A case study

Development of a Quality Control Programme for steel production: A case study IOSR Journal of Mechancal and Cvl Engneerng (IOSR-JMCE) e-iss: 2278-1684,p-ISS: 2320-334X, Volume 11, Issue 5 Ver. I (Sep- Oct. 2014), PP 73-81 Development of a Qualty Control Programme for steel producton:

More information

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

More information

A Software Sensor for Feedwater Flow Monitoring

A Software Sensor for Feedwater Flow Monitoring The Semnar of JSPS-KOSEF Core Unversty Program on Energy Scence & Technology November -, 004, Tohoku Unversty, Senda, Japan A Software Sensor for Feedwater Flow Montorng * Man Gyun Na ), Yoon Joon Lee

More information

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699,

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699, 2013 IEEE 7th Internatonal Conference on Self-Adaptaton and Self-Organzng Systems Workshops Self-adaptve, Deadlne-aware Resource Control n Cloud Computng Yu Xang 1, Bharath Balasubramanan 2, Mchael Wang

More information

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER Yfeng Gao (a), J Song (a), Jngdan Gao (b), Guolang Dng (b)* (a) Internatonal Copper Assocaton Shangha

More information

Construction of Control Chart Based on Six Sigma Initiatives for Regression

Construction of Control Chart Based on Six Sigma Initiatives for Regression 2018 IJSRST Volume 4 Issue 2 Prnt ISSN: 2395-6011 Onlne ISSN: 2395-602X Themed Secton: Scence and Technology Constructon of Control Chart Based on Sx Sgma Intatves for Regresson ABSTRACT R. Radhakrshnan

More information

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Advances n Producton Engneerng & Management 6 (2011) 1, 15-26 ISSN 1854-6250 Scentfc paper SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Sörensen,

More information

Economic/Emission dispatch including wind power using ABC-Weighted-Sum

Economic/Emission dispatch including wind power using ABC-Weighted-Sum Internatonal Journal of Engneerng and Techncal Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-3, Issue-10, October 2015 Economc/Emsson dspatch ncludng wnd power usng ABC-Weghted-Sum Sebaa Hadd,

More information

OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS

OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS Internatonal Journal of Industral Engneerng, 23(1), 26-48, 2016 OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS Cemalettn Ozturk 1, M. Arslan Ornek 2,*

More information

Annual Energy Production Maximization for Tidal Power Plants with Evolutionary Algorithms

Annual Energy Production Maximization for Tidal Power Plants with Evolutionary Algorithms Internatonal Journal of Flud Machnery and Systems DOI: http://dx.do.org/10.5293/ijfms.2017.10.3.264 Vo 10 o. 3 July-September 2017 ISS (Onlne): 1882-9554 Orgnal Paper Annual Energy Producton Maxmzaton

More information

A Split-Step PSO Algorithm in Prediction of Water Quality Pollution

A Split-Step PSO Algorithm in Prediction of Water Quality Pollution Ths s the Pre-Publshed Verson. Lecture Notes n Computer Scence, Vol. 3498, 2005, pp. 1034-1039 A Splt-Step PSO Algorthm n Predcton of Water Qualty Polluton Kwokwng Chau Department of Cvl and Structural

More information

R. MAGESHVARAN*, T. JAYABARATHI, VAIBHAV SHAH, SHIVAM SOOD

R. MAGESHVARAN*, T. JAYABARATHI, VAIBHAV SHAH, SHIVAM SOOD Journal of Engneerng Scence and Technology Vol. 10, No.10 (2015) 1239-1260 School of Engneerng, Taylor s Unversty OPTIMUM STEADY STATE LOAD SHEDDING USING SHUFFLED FROG LEAPING ALGORITHM TO AVERT BLACKOUT

More information

CYCLE TIME VARIANCE MINIMIZATION FOR WIP BALANCE APPROACHES IN WAFER FABS. Zhugen Zhou Oliver Rose

CYCLE TIME VARIANCE MINIMIZATION FOR WIP BALANCE APPROACHES IN WAFER FABS. Zhugen Zhou Oliver Rose Proceedngs of the 013 Wnter Smulaton Conference R. Pasupathy, S.-H. Km, A. Tolk, R. Hll, and M. E. Kuhl, eds CYCLE TIME VARIANCE MINIMIZATION FOR WIP BALANCE APPROACHES IN WAFER FABS Zhugen Zhou Olver

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Practical Application Of Pressure-Dependent EPANET Extension

Practical Application Of Pressure-Dependent EPANET Extension Cty Unversty of New York (CUNY) CUNY Academc Works Internatonal Conference on Hydronformatcs 8-1-2014 Practcal Applcaton Of Pressure-Dependent EPANET Extenson Alemtsehay G. Seyoum Tku T. Tanymboh Follow

More information

Numerical Analysis about Urban Climate Change by Urbanization in Shanghai

Numerical Analysis about Urban Climate Change by Urbanization in Shanghai Numercal Analyss about Urban Clmate Change by Urbanzaton n Shangha Hafeng L 1, Wejun Gao 2 and Tosho Ojma 3 1 Research Assocate, School of Scence and Engneerng, Waseda Unversty, Japan 2 Assocate Professor,

More information

DIGITAL INTEGRATED CIRCUITS DESIGN BASED GENETIC ALGORITHM

DIGITAL INTEGRATED CIRCUITS DESIGN BASED GENETIC ALGORITHM DIGITAL INTEGRATED CIRCUITS DESIGN BASED GENETIC ALGORITHM M.Sc. Ryadh A. Kadhm Unversty of Technology Department of Electromechancal Engneerng Baghdad - Iraq Abstract Genetc algorthms (GAs) are search

More information

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue 3, No 2, May 24 ISSN (Prnt): 694-84 ISSN (Onlne): 694-784 www.ijcsi.org 7 Study on Productve Process Model Basc Oxygen Furnace Steelmakng

More information

INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1

INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1 INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1 Francsco Slva a, Danel Serra b a GREL, IET, Unverstat Pompeu Fabra, Ramon Tras Fargas, 25-27, 08005 Barcelona, Span.

More information

Resource-Constrained Scheduling Optimization for Public Bicycles using Multi- Variety Ant Colony Algorithm

Resource-Constrained Scheduling Optimization for Public Bicycles using Multi- Variety Ant Colony Algorithm Resource-Constraned Schedulng Optmzaton for Publc Bcycles usng Mult- Varety Ant Colony Algorthm Hatao XU, Hongwe ZHU, Nng ZHENG*, Jaxue PENG, Zhbe QI Hangzhou Danz Unversty, Zhejang Provnce, Hangzhou Zhejang,

More information

Florida State University Libraries

Florida State University Libraries Florda State Unversty Lbrares Electronc Theses, Treatses and Dssertatons The Graduate School 2014 Consensus-Based Dstrbuted Control for Economc Dspatch Problem wth Comprehensve Constrants n a Smart Grd

More information

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS INTEGE POGAMMING 1.224J/ESD.204J TANSPOTATION OPEATIONS, PLANNING AND CONTOL: CAIE SYSTEMS Professor Cyntha Barnhart Professor Ngel H.M. Wlson Fall 2003 IP OVEVIEW Sources: -Introducton to lnear optmzaton

More information

Multi-objective Optimization of Combined Sewer Systems Using SWMM 5.0

Multi-objective Optimization of Combined Sewer Systems Using SWMM 5.0 J. Cvl Eng. Archtect. Res. Vol. 2, No. 10, 2015, pp. 985-993 Receved: Aprl 28, 2015; Publshed: October 25, 2015 Journal of Cvl Engneerng and Archtecture Research Mult-objectve Optmzaton of Combned Sewer

More information

CLONAL SELECTION-BASED ARTIFICIAL IMMUNE SYSTEM OPTIMIZATION TECHNIQUE FOR SOLVING ECONOMIC DISPATCH IN POWER SYSTEM

CLONAL SELECTION-BASED ARTIFICIAL IMMUNE SYSTEM OPTIMIZATION TECHNIQUE FOR SOLVING ECONOMIC DISPATCH IN POWER SYSTEM Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 16-18, 2005 (pp275-280) CLONAL SELECTION-BASED ARTIFICIAL IMMUNE SYSTEM OPTIMIZATION TECHNIQUE FOR SOLVING ECONOMIC

More information

The Ant Colony Paradigm for Reliable Systems Design

The Ant Colony Paradigm for Reliable Systems Design The Ant Colony Paradgm for Relable Systems Desgn Yun-Cha Lang Department of Industral Engneerng and Management, Yuan Ze Unversty Alce E. Smth Department of Industral and Systems Engneerng, Auburn Unversty

More information

Multi-UAV Task Allocation using Team Theory

Multi-UAV Task Allocation using Team Theory Proceedngs of the 44th IEEE Conference on Decson and Control, and the European Control Conference 2005 Sevlle, Span, December 12-15, 2005 MoC03.6 Mult-UAV Task Allocaton usng Team Theory P. B. Sut, A.

More information

Effective Task Scheduling in Cloud Computing Based on Improved Social Learning Optimization Algorithm

Effective Task Scheduling in Cloud Computing Based on Improved Social Learning Optimization Algorithm Effectve Task Schedulng n Cloud Computng Based on Improved Socal Learnng Optmzaton Algorthm https://do.org/10.3991/joe.v1306.6695 Zhzhong Lu School of Henan Polytechnc Unversty, Jaozuo, Chna lzzmff@126.com

More information

Environmental Economical Power Dispatch problem using Particle Swarm Optimization Technique

Environmental Economical Power Dispatch problem using Particle Swarm Optimization Technique Internatonal Journal of Innovatons n Engneerng and Technology (IJIET) Envronmental Economcal Power Dspatch problem usng Partcle Swarm Optmzaton Technque Mr.Manoj Kumar.T PhD Scholar Department of Electrcal

More information

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise Expermental Valdaton of a Suspenson Rg for Analyzng Road-nduced Nose Dongwoo Mn 1, Jun-Gu Km 2, Davd P Song 3, Yunchang Lee 4, Yeon June Kang 5, Kang Duc Ih 6 1,2,3,4,5 Seoul Natonal Unversty, Republc

More information

Evaluating The Performance Of Refrigerant Flow Distributors

Evaluating The Performance Of Refrigerant Flow Distributors Purdue Unversty Purdue e-pubs Internatonal Refrgeraton and Ar Condtonng Conference School of Mechancal Engneerng 2002 Evaluatng The Performance Of Refrgerant Flow Dstrbutors G. L Purdue Unversty J. E.

More information

Optimal Operation of a Wind and Fuel Cell Power Plant Based CHP System for Grid-Parallel Residential Micro-Grid

Optimal Operation of a Wind and Fuel Cell Power Plant Based CHP System for Grid-Parallel Residential Micro-Grid Optmal Operaton of a Wnd and Fuel Cell Power Plant Based CHP System for Grd-Parallel Resdental Mcro-Grd M. Y. EL-SHARKH, M. TARIOVE, A. RAHMA, M. S. ALAM Department of Electrcal and Computer Engneerng,

More information

COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF TAILING DAM

COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF TAILING DAM Blucher Mechancal Engneerng Proceedngs May 2014, vol. 1, num. 1 www.proceedngs.blucher.com.br/evento/10wccm COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF

More information

A Multi-Product Reverse Logistics Model for Third Party Logistics

A Multi-Product Reverse Logistics Model for Third Party Logistics 2011 Internatonal Conference on Modelng, Smulaton and Control IPCSIT vol.10 (2011) (2011) IACSIT Press, Sngapore A Mult-Product Reverse Logstcs Model for Thrd Party Logstcs Tsa-Yun Lao, Agatha Rachmat

More information

Chaotic Inertia Weight Particle Swarm Optimization for PCR Primer Design

Chaotic Inertia Weight Particle Swarm Optimization for PCR Primer Design Chaotc Inerta Weght Partcle Swarm Optmzaton for PCR Prmer Desgn Cheng-Hue Yang Department of Electronc Communcaton Engneerng, Natonal Kaohsung Marne Unversty Kaohsung, 811, Tawan Yu-Hue Cheng Department

More information

SIMULATION-BASED MULTI-OBJECTIVE OPTIMIZATION OF A REAL-WORLD SCHEDULING PROBLEM

SIMULATION-BASED MULTI-OBJECTIVE OPTIMIZATION OF A REAL-WORLD SCHEDULING PROBLEM Proceedngs of the 2006 Wnter Smulaton Conference L. F. Perrone, F. P. Weland, J. Lu, B. G. Lawson, D. M. Ncol, and R. M. Fujmoto, eds. SIMULATION-BASED MULTI-OBJECTIVE OPTIMIZATION OF A REAL-WORLD SCHEDULING

More information

Power Distribution System Planning Evaluation by a Fuzzy Multi-Criteria Group Decision Support System

Power Distribution System Planning Evaluation by a Fuzzy Multi-Criteria Group Decision Support System Internatonal Journal of Computatonal Intellgence Systems, Vol.3, No. 4 (October, 2010), 474-485 Power Dstrbuton System Plannng Evaluaton by a Fuzzy Mult-Crtera Group Decson Support System Tefeng ZHANG

More information

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai*

Incremental online PCA for automatic motion learning of eigen behaviour. Xianhua Jiang and Yuichi Motai* 296 Int. J. Intellgent Systems Technologes and Applcatons, Vol. x, No. x, 200x Incremental onlne PCA for automatc moton learnng of egen behavour Xanhua Jang and Yuch Mota* Department of Electrcal and Computer

More information

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger Journal of Energy and Power Engneerng 10 (016) 555-560 do: 10.1765/1934-8975/016.09.006 D DAVID PUBLISHING Smulaton of Steady-State and Dynamc Behavour of a Plate Heat Exchanger Mohammad Aqeel Sarareh

More information

GROUP-BAY STOWAGE PLANNING PROBLEM FOR CONTAINER SHIP

GROUP-BAY STOWAGE PLANNING PROBLEM FOR CONTAINER SHIP POLISH MARITIME RESEARCH Specal Issue 2016 S1 (91) 2016 Vol. 23; pp. 152-159 10.1515/pomr-2016-0060 GROUP-BAY STOWAGE PLANNING PROBLEM FOR CONTAINER SHIP Shen Yfan a Zhao Nng b M Wejan b a Scentfc Research

More information