A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling

Size: px
Start display at page:

Download "A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling"

Transcription

1 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 nzwgd@hfut.edu.cn gulchuan@ahan.edu.cn Xao Lu 2 2 Faculty of Informaton and Communcaton Technologes Swnburne Unversty of Technology Melbourne, Australa xlu@swn.edu.au Abstract-A cloud workflow system s a type of platform servce whch facltates the automaton of dstrbuted applcatons based on the novel cloud nfrastructure. Compared wth grd envronment, data transfer s a bg overhead for cloud workflows due to the market-orented busness model n the cloud envronments. In ths paper, a Revsed Dscrete Partcle Swarm Optmzaton (RDPSO) s proposed to schedule applcatons among cloud servces that takes both data transmsson cost and computaton cost nto account. Experment s conducted wth a set of workflow applcatons by varyng ther data communcaton costs and computaton costs accordng to a cloud prce model. Comparson s made on makespan and cost optmzaton rato and the cost savngs wth RDPSO, the standard PSO and BRS (Best Resource Selecton) algorthm. Expermental results show that the proposed RDPSO algorthm can acheve much more cost savngs and better performance on makespan and cost optmzaton. Keywords: dscrete partcle swarm optmzaton, workflow schedulng, cloud computng. I. INTRODUCTION Cloud computng s emergng as the latest dstrbuted computng paradgm and attracts ncreasng nterests of researchers n the area of Dstrbuted and Parallel Computng[1], Servce Orented Computng[2] and Software Engneerng[3]. Generally speakng, the functon of a cloud workflow system and ts role n a cloud computng envronment, s to facltate the automaton of user submtted workflow applcatons where the tasks have precedence relatonshps defned by graph-based modelng tools such as DAG (drected acyclc graph) and Petr Nets[4], or language-based modelng tools such as XPDL (XML Process Defnton Language)[17]. Among many others, one of the most mportant aspects whch dfferentate a cloud workflow system from ts other counterparts s the market-orented busness model. Such a seemed small change actually brngs sgnfcant nnovatons to conventonal computng paradgms snce they are usually based oon-busness communty models where resources are shared and free to be accessed by communty members[5]. Meanwhle, applcaton data can be hosted on dfferent storage resources at the global cloud nfrastructure. When one task needs to process data from dfferent data centers, movng the data becomes a challenge[6]. In order to effcently and cost effectvely schedule the tasks and data of applcatons among cloud servces, end user QoS-based schedulng strateges are mplemented, such as those for mnmzng makespan, mnmzng total executon cost and balancng the load of resources[7]. In ths paper, we focus on mnmzng the executon tme and the executon cost of applcatons on these resources provded by Cloud servce provders, such as Csco and Amazon. The partcle swarm method for functon optmzaton has beetroduced by Kennedy and Eberhart n[8]. The ablty of groups of some speces of anmals to work as a whole n locatng desrable postons n a gven area s smulated. It has better ablty of global searchng and has been successfully appled to many areas[9]. Ths algorthm s predomnately employed to fnd solutons for contnuous problem wthout pror nformaton. Unfortunately, workflow schedulng whch s one of a varety of NP-completes s a dscrete and very complcated optmzaton ssue. Several approaches have been developed for PSO to solve dscrete problem, such as swap operaton[10], angle modulaton[11], space transformaton[12] and prorty-based representaton [13]. Although varous dscrete PSO varants have been proposed, ther performance s generally not satsfactory when compared wth other meta-heurstcs for dscrete optmzaton [18]. More recently, set-based concept s ntroduced nto PSO to solve combnatoral optmzaton problems, such as determnng RNA secondary structure[14],travelng salesman problem (TSP) and multdmensonal knapsack problem (MKP)[15]. Ths concept has been proved to be promsng. Based on the set-based scheme, we use RDPSO to mnmze the total computaton cost of cloud workflow. The rest of ths paper s organzed as follows. Secton 2 brefly descrbes the schedulng model n workflow, and secton 3 descrbes the proposed algorthm n detal. Secton 4 shows the expermental results. Fnally, secton 5 addresses the conclusons. II. WORKFLOW TASK LEVEL SCHEDULING A. Workflow Applcaton Model A cloud workflow applcaton can commonly be modelled

2 as a Drected Acyclc Graph, denoted as ( D AG) : G ( V, A). The set of nodes V T, 1 T2,..., T n represents the tasks n the workflow applcaton; the set of arcs denotes precedence constrants and the data dependences between tasks. An arc s n the form of d, ( T, T) A where T s called the parent task of T, T s the chld task of T, d, s the data produced by T and consumed by T. We assume that a chld task cannot be executed untl all of ts parent tasks have been completed. Suppose that n tasks are to be scheduled on m servce nstances. For each task T ( 1 n) n the workflow, there are a set of canddate servce nstances 1 2 m s ( s, s,..., s ) and a set of storage stes ( 1 2 D m D D, D,..., ) avalable, where s 1 m ) represents a ( servce nstance provded by a GSP (Global Servce Provder) and m s the total number of servce nstances for T. The propertes of a servce nstance s can be represented as a group of three varables ( s g, s t, s c), n whch g stands for the GSP of s whle s t and c denote the executon tme and cost of s, respectvely. s s Fgure 1. A workflow wth 9 tasks Fgure 2. Servce nstances and data storage Fg. 1 shows a workflow applcaton wth 9 tasks, n whch the each task can be mplemented by four servce nstances. Fg. 2 shows the four servce nstances and the data storage, they are fully connected and symmetrc. B. Task level schedulng Obectves The task level schedulng manly conssts of the followng three steps: 1) Obtan the QoS constrants (n ths paper QoS constrants refer to makespan and cost. These are varyng to the user s specfc qualty preference and ther budget) for each ndvdual tasks. 2) Optmze the task-servce assgnments. In cloud data centers, the underlyng resources are vrtualzed and can be created dynamcally to sut the needs of dfferent cloud applcatons. 3) Implement the optmal schedulng plan. Based on the above three steps, a task level schedulng plan s mplemented among the cloud data centers to carry out the workflow executon wth satsfactory QoS. Meanwhle, the overall runnng cost of the cloud workflow system has also been mnmzed. There are several obectves can be measured for the mappng of workflow tasks to dstrbuted servce. In the cloud computng envronment, computaton cost s usually the frst prorty of user s concern. In ths paper, we focus not only on mnmzng the total executon cost but also on mnmzng the total makespan of the workflow applcaton. Therefore, the maor goal for our task level schedulng s to decrease the computaton cost on the condton of satsfyng the deadlne of cloud workflow applcaton by dynamcally optmzng the Task-to-Resource assgnment. Let T be the total makespan of the servce s S, T total (M ) be the total makespan (the overall completon tme) of the workflow applcaton. It s the maxmum of all the servces makespan. That s T M ) max( ) (1) total ( T s Let C exe (M ) be the total executon cost of the workflow schedulng M, C trans (M ) s the total data transmsson cost of the workflow schedulng M, C total (M) be the total computaton cost of the workflow schedulng M. The computaton cost of a schedulng conssts of the executon cost and the data transfer cost. Ctotal ( M) Cexe( M) Ctrans ( M) (2) The prce for transferrng basc data unt (e.g. per Mb) between two servces and the prce for computaton of basc tme unt (e.g. per hour) are gven by the servce provders. The cost of communcaton s applcable only when two tasks have data dependency between them. Usually, there s no data transfer charge wthn the same regon of the same servce provder. The obectve functon of ths paper can be defned as Mnmze( Ttotal ( M) Ctotal ( M)) (3) Equaton 3 ensures that all the tasks are not mapped to a sngle servce. Relatvely heavy cost wll be requred to ntally dstrbute tasks to all resources. Subsequent mnmzaton of the overall cost ensures that the total cost s mnmal even after ntal dstrbuton. For a gven assgnment M, the total cost C total (M ) for a servce s the sum of executon cost.

3 III. A. Partcle Swarm Optmzer THE PROPOSED ALGORITHM The orgnal PSO algorthm was nspred by the socal behavor of bologcal organsms. Suppose that the searchng space s D-dmensonal wth N randomly ntalzed partcles n t. Each partcle s represented by a D-dmensonal vector X (=1, 2 d) whch stands for ts locaton (x 1, x 2, x n ) n space and t s also regarded as a potental soluton. The poston of the best ndvdual of the whole swarm s noted as the global best poston P g, and the ftness of the global best poston s noted as the global best ftness F g. Then the velocty of partcle and ts new poston wll be updated accordng to the followng two equatons: n n vd ( wvd c1r1 ( pd xd ) c2r2 ( pgd xd )) (4) n xd xd vd (5) Where, d=1,2,,d; =1,2,,N; n=1,2,,ter max (ter max s the allowed largest teraton step); w s called nerta weght; c 1 and c 2 are two postve constants called acceleraton coeffcents; s a constrcton factor, whch s used to lmt the maxmum velocty; r 1 and r 2 are two random numbers unformly from the nterval [0, 1]. B. The Revsed Dscrete Swarm Model The concept of partcle swarm s orgnally desgned to fnd solutons for contnuous optmzaton problems wthout pror nformaton. To solve the workflow schedulng problem, a revsed dscrete verson of PSO (RDPSO) based on the concept of set-based s adopted n ths paper. Smlar to conventonal PSO, the key ssue of DPSO s to defne the poston and velocty of partcle as well as to defne ther operaton rules and the equaton of moton accordng to the features of dscrete varables. For the sake of clarty, varables and the rules of DPSO for solvng workflow schedulng can be depcted n defntons. In general, a mappng of workflow can be defned by a set of pars M [ T, S ]( [1, m], [1, n]). m s the number of tasks to be scheduled and n s the number of servces avalable n the cloud envronment. Defnton 1: A poston s a feasble soluton to the schedulng problem and conssts of a set of <task, servce> pars. Each par means a mappng that task s mapped onto a servce.it also ndcate that the poston of each partcle satsfes the precedence constrant between actvtes. Defnton 2: A velocty s a set wth possbltes. V { e / e) e E}, E s the set of <task, servce> pars. p ( e) [0,1], t shows the possblty of the task mappng to the servce. Defnton 3: Subtracton between two partcle postons, named as x 1 and x 2, s defned as a set of pars whch exst n x 1 but not n x 2.Ths operator also know as relatve complement or set theoretc dfference between two sets. Defnton 4: Multplcaton between random real number ' and velocty s defned as cv { e / p ( e) e E}. ', f c* e) p ( e) c* e), otherwse Defnton5: Addton of two veloctes s defned as reservaton of the larger one. V1 V2 { e / max( p1 ( e), p2( e)) e E} Defnton 6: New poston generaton s defned as a constructve procedure. The constrants between tasks must be taketo account. The <task, servce> pars n the new X can come from gbest, pbest, prevous poston or other feasble pars. RDPSO based task level Schedulng 01 swarm ntalzaton wth GRASP; 02 calculate pbest and gbest; 03 whle(stop crteron s not meted) 04 calculate V p and V g ; 05 construct the new poston x 1 ; 1: select pars from P V ) e e/ e) V ( ; 2: f x s not completed, select pars from x ; 3: else f x s not completed, select pars from other feasble pars; 06 calculate ftness value; 07 update pbest and gbest; 08 end whle; 09 return gbest; Frst, the algorthm starts wth swarm ntalzaton usng GRASP (greedy randomzed adaptve search procedure) to ensure each partcle n the ntal swarm s a feasble and effcent soluton. Then, compute the potental exemplars, pbest and gbest, for partcles to learn from whle they are movng. The stop condton can be the user s QoS requrements, such as deadlne, the budget for computaton cost or data transfer cost. The partcle s new poston generaton procedure has three steps: 1) select elements from the promsng set of pars wth larger probablty, that s, the partcle learns from gbest and pbest; 2) due to the dscrete property of schedulng, there are usually not enough feasble pars n gbest to generate new poston, so the partcle wll learn from ts prevous poston; 3) all the unmapped tasks should choose resources from other feasble pars. Ftness functon can be defned accordng to the obectves mentoned n 2.2. Fnally, gbest wll be return as optmal soluton.

4 IV. EVLUATION In ths secton we descrbe the expermental settngs, algorthm settngs, the expermental results and dscussons. A. Envronment and algorthm settngs Assume all tasks are executed on the Amazon Elastc Compute Cloud ( all the data are stored n Amazon Smple Storage Servce and data transmssons are fulflled through the Amazon Cloud Front. And assume that Servce 1 and 2 to be n US, Servce 3 n Euro and Servce 4 n APAC. Due to the varyng prce of servce, n the followng smulaton, the prce at ths moment s adopted. Cost of executon of T on Servce s $0.17 per hour (resources for hgh-cpu, on-demand nstance medum nstances, Lnux Usage). Taskcost = Tasktme * Prce. Data communcaton unt cost matrx s show Table 1. Each task has owput/output data and the sum of all data n the matrx vares accordng to the data sze we test ( M). TABLE I. COST MATRIX OF DATA COMMUNICATION ($/MB/SECOND) S 1 S 2 S 3 S 4 S S S S TABLE II. DATA INPUT/OUTPUT FOR EACH TASK (MB) T 2 T 3 T 4 T 5 T 6 T 7 T 8 T 9 nput output As for workflow, the number of total tasks ranges from 50 to 300 ncludng both workflow and non-workflow actvtes. The number of workflow segments ncrease accordngly from 5 to 50. The number of resources s constraned n the range of 3 to 20. QoS constrants ncludng tme constrant and cost constrant for each task are defned as follows: tme constrant s defned as the mean duraton plus 1.28* varance and cost constrant s defned as the trple of the correspondng tme constrant. The makespan of a workflow s defned as the latest fnshed tme on all the vrtual machnes and the total cost of a workflow s defned as the sum of task duratons multply the prces of ther allocated vrtual machnes. These settngs are much smlar to the settngs n[16]. As for RDPSO, the settngs for parameters are: Populaton sze, n=50; the constrcton factor 0.73; c1=c2= 2.0; Maxmum ftness evaluatons, me=3000; Refreshng gap, m=7; Inerta weght, wt = (1: me) * (0.7/me); Pc= *(exp (10(-1)/ (ps-1))-1)/ (exp (10)-1). B. Results and Analyss Frst, we vared the sze of total data processed by the workflow depcted n Fg.1 n the range from 64M to 2G. The total costs for dfferent data sze are compared. The data n table 3 are the computaton cost of the workflow wth the ncrease n the total data processed by the workflow. The cost obtaned by RDPSO or PSO based task-servce mappng ncreases much lower than the BRS algorthm. The man reason for two PSOs to perform better than the BRS s the way that they take communcaton costs of all the tasks, ncludng dependences between them nto account. However, the BRS algorthm calculates the cost for a sngle task at a tme, whch does not consder the mappng of other tasks n the workflow. These results n PSO based algorthm gvng lower cost of executon as compared wth BRS based algorthm. On the other hand, PSO based algorthm only consders ready tasks durng schedulng teraton and cannot get the global optmal soluton. So, RDPSO get better cost value than PSO based algorthm. TABLE III. TOTAL COST FOR DIFFERENT SIZE OF DATA Data sze(m) RDPSO PSO BRS In order to further study the optmzaton ablty among the mentoned three algorthms, more complex workflow applcatons are nvolved. Fg 3 plots the total makespan optmzaton rato of the three algorthms. From Fg 3, we can see that BRS can get around 2% optmzaton rato, PSO can acheve from 6% to 8% optmzaton rato, RDPSO can get from 10% to 17% optmzaton rato on the whole makespan. PSO does not take makespato account when t evolves; RDPSO takes not only computaton cost but also whole makespato account when t evolves. When user s requrement s specfed, complete the workflow applcaton wth the requrement constrant s very mportant, so RDPSO s more applcable n cloud envronment than PSO. We also compared the total computaton cost optmzaton rato by varyng the tasks number. The result s plotted n Fg 4. From Fg 4, we can see that both PSO and RDPSO can acheve relatvely large optmzaton rato. These two algorthms take cost nto account whle they are searchng the optmal solutons. BRS only blndly choose the best servce.

5 ACKNOWLEDGMENT The authors would lke to thank the anonymous revewers for ther valuable comments whch are helpful to mprove the presentaton of the manuscrpt. Ths work s partally supported by the Natonal Natural Scence Foundaton of Chna proect (Grant No ). Fgure 3. Fgure 4. The total makespan optmzaton rato The total computaton cost optmzaton rato On the other hand, the concluson we can draw from Fg. 4 s that when the task number of the workflow becomes large, RDPSO optmzaton rato ncreases relatvely dramatc. It means RDPSO can acheve lower cost for executng the workflow. Take an example, when the task number s 250, RDPSO can get more than 9% cost reducton whle PSO only get 6% cost reducton. So, when schedule the large scale workflow applcato cloud computng envronment, RDPSO s more promsng than PSO. V. CONCLUSION REMARKS Ths paper presents a revsed dscrete partcle swarm optmzaton algorthm to optmze the schedules of workflow applcato cloud computng envronment. In ths algorthm, the canddate soluton s presented by the set of task-servce pars, each partcle not only learns from dfferent exemplars, but also learns the other feasble pars for dfferent dmensons. The constructve poston buldng procedure guarantees each poston s feasble. Ths scheme greatly reduces the search space and enhances the algorthm performance. Based on the smulaton results, the new algorthm yelds outstandng performance on schedulng workflow applcatons n cloud envronment. REFERENCES [1] B. Raghavan, et al., "Cloud control wth dstrbuted rate lmtng," Proc. SIGCOMM 07, pp , Kyoto, Japan, [2] D. Ardagna and B. Pernc, "Adaptve servce composto flexble processes," IEEE Transactons on Software Engneerng, pp , [3] K. Bhattacharya, et al., "ICSE Cloud 09: Frst nternatonal workshop on software engneerng challenges for Cloud Computng," Proc. 31st Internatonal Conference on Software Engneerng - Companon Volume,. (ICSE-Companon 2009), pp [4] W. Van der Aalst and K. Van Hee, Workflow management: models, methods, and systems: The MIT press, [5] I. Foster, Zhao Yong, I. Racu, and S. Lu, "Cloud Computng and Grd Computng 360-Degree Compared", Proc. Grd Computng Envronments workshop, GCE '08, pp. 1-10, [6] D. Yuan, et al., "A data placement strategy n scentfc cloud workflows," Future Generaton Computer Systems, pp [7] S. Pandey, et al., "A Partcle Swarm Optmzaton-Based Heurstc for Schedulng Workflow Applcatons n Cloud Computng Envronments," n Advanced Informaton Networkng and Applcatons (AINA), 24th IEEE Internatonal Conference on, pp ,2010. [8] J. Kennedy and R. Eberhart, "Partcle swarm optmzaton," Pro. The IEEE Internatonal Conference on Neural Networks, pp , Perth, Australa, [9] D. Bratton and J. Kennedy, "Defnng a Standard for Partcle Swarm Optmzaton," n Swarm Intellgence Symposum, SIS IEEE, 2007, pp [10] M. Clerc, "Dscrete Partcle Swarm Optmzaton, llustrated by the Travelng Salesman Problem," New optmzaton technques n engneerng(sprnger), [11] G. Pampara, et al., "Combnng partcle swarm optmsaton wth angle modulaton to solve bnary problems," Proc.The IEEE Congress on Evolutonary Computaton, pp , vol.1,2005. [12] D. Sha and C. Hsu, "A hybrd partcle swarm optmzaton for ob shop schedulng problem," Computers & Industral Engneerng, pp , vol. 51,2006. [13] J. Grobler, et al., "Metaheurstcs for the mult-obectve FJSP wth sequence-dependent set-up tmes, auxlary resources and machne down tme," Annals of Operatons Research, pp. 1-32, [14] M. Neethlng and A. P. Engelbrecht, "Determnng RNA Secondary Structure usng Set-based Partcle Swarm Optmzaton," IEEE Congress on Evolutonary Computaton, BC, Canada,pp , [15] C. We-Neng, et al., "A Novel Set-Based Partcle Swarm Optmzaton Method for Dscrete Optmzaton Problems," IEEE Transactons on Evolutonary Computaton,, vol. 14, pp , [16] Z. Wu, et al., "A Market-Orented Herarchcal Schedulng Strategy n Cloud Workflow Systems," Journal of Supercomputng, Specal ssue on Advances n Network&Parallel Comptg, to be appeared,2010. [17] J. Yu and R. Buyya, "A Taxonomy of Workflow Management Systems for Grd Computng," Journal of Grd Computng, no. 3, pp , [18] X. Lu, J. Chen, Z. Wu, Z. N, D. Yuan, Y. Yang, Handlng Recoverable Temporal Volatons n Scentfc Workflow Systems: A Workflow Reschedulng Based Strategy. Proc. of 10th IEEE/ACM Internatonal Symposum on Cluster, Cloud and Grd Computng (CCGrd2010), pages , Melbourne, Australa, May 2010.

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

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

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

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

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

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

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

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

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

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 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

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

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

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

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan 2C4-IOS-3c-6 An estmaton method of tem dffculty ndex combned wth the partcle swarm optmzaton algorthm for the computerzed adaptve testng Shu-Chen Cheng Guan-Yu Chen I-Chun Pan Department of Computer Scence

More information

Pricing for Resource Allocation in Cloud Computing

Pricing for Resource Allocation in Cloud Computing Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 2015) Prcng for Resource Allocaton n Cloud Computng Zhengce Ca Department of Informaton Servce Anhu Insttute of Internatonal

More information

Energy Management System for Battery/Ultracapacitor Electric Vehicle with Particle Swarm Optimization

Energy Management System for Battery/Ultracapacitor Electric Vehicle with Particle Swarm Optimization Proceedngs of the Internatonal Conference on Recent Advances n Electrcal Systems, Tunsa, 06 Energy Management System for Battery/Ultracapactor Electrc Vehcle wth Partcle Swarm Optmzaton Selm Koroglu Akf

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

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 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

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

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

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 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

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

Primer Design with Specific PCR Product using Particle Swarm Optimization

Primer Design with Specific PCR Product using Particle Swarm Optimization Prmer Desgn wth Specfc PCR Product usng Partcle Swarm Optmzaton Cheng-Hong Yang, Yu-Hue Cheng, Hsueh-We Chang, L-Yeh Chuang Abstract Before performng polymerase chan reactons (PCR), a feasble prmer set

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

Multi Objective Optimum Resource Scheduling for Cloud Computing Networks

Multi Objective Optimum Resource Scheduling for Cloud Computing Networks Internatonal Journal of Appled Engneerng Research ISSN 0973-4562 Volume 12, Number 24 (2017) pp. 16094-16099 Research Inda Publcatons. http://www.rpublcaton.com Mult Objectve Optmum Resource Schedulng

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

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

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

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

Dynamic Task Assignment and Resource Management in Cloud Services Using Bargaining Solution

Dynamic Task Assignment and Resource Management in Cloud Services Using Bargaining Solution Dynamc ask Assgnment and Resource Management n Cloud Servces Usng Barganng Soluton KwangSup Shn 1, Myung-Ju Park 2 and Jae-Yoon Jung 2 1 Graduate School of Logstcs, Incheon Natonal Unversty 12-1 Songdo-Dong,

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

Prediction algorithm for users Retweet Times

Prediction algorithm for users Retweet Times , pp.9-3 http://dx.do.org/0.457/astl.05.83.03 Predcton algorthm for users Retweet Tmes Hahao Yu, Xu Feng Ba,ChengZhe Huang, Haolang Q Helongang Insttute of Technology, Harbn, Chna Abstract. In vew of the

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

A NOVEL PARTICLE SWARM OPTIMIZATION APPROACH FOR SOFTWARE EFFORT ESTIMATION

A NOVEL PARTICLE SWARM OPTIMIZATION APPROACH FOR SOFTWARE EFFORT ESTIMATION Farhad S. Gharehchopogh, I. Malek, Seyyed R. Khaze. A novel partcle swarm optmzaton approach for software effort estmaton. Internatonal Journal of Academc Research Part A; 2014; 6(2), 69-76. DOI: 10.7813/2075-4124.2014/6-2/A.12

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

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

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

Product Innovation Risk Management based on Bayesian Decision Theory

Product Innovation Risk Management based on Bayesian Decision Theory Advances n Management & Appled Economcs, vol., no., 0, - ISS: 79-7 (prnt verson), 79-7 (onlne) Internatonal Scentfc Press, 0 Product Innovaton Rsk Management based on Bayesan Decson Theory Yngchun Guo

More information

Calculation and Prediction of Energy Consumption for Highway Transportation

Calculation and Prediction of Energy Consumption for Highway Transportation Calculaton and Predcton of Energy Consumpton for Hghway Transportaton Feng Qu, Wenquan L *, Qufeng Xe, Peng Zhang, Yueyng Huo School of Transportaton, Southeast Unversty, Nanjng 210096, Chna; *E-mal: wenql@seu.edu.cn

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

Researches on the best-fitted talents recommendation algorithm

Researches on the best-fitted talents recommendation algorithm Researches on the best-ftted talents recommendaton algorthm Shjun ao, Zhuo 2, Lang Zhang. he sxth faculty of Informaton Engneerng, Unversty, Zhengzhou 45000, Chna E-mal: ysj@zzu.edu.cn 2. he sxth faculty

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

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

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

6.4 PASSIVE TRACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULATIONS

6.4 PASSIVE TRACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULATIONS 6.4 PASSIVE RACER DISPERSION OVER A REGULAR ARRAY OF CUBES USING CFD SIMULAIONS Jose Lus Santago *, Alberto Martll and Fernando Martn CIEMA (Center for Research on Energy, Envronment and echnology). Madrd,

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

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

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

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

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

Program Phase and Runtime Distribution-Aware Online DVFS for Combined Vdd/Vbb Scaling

Program Phase and Runtime Distribution-Aware Online DVFS for Combined Vdd/Vbb Scaling Program Phase and Runtme Dstrbuton-Aware Onlne DVFS for Combned Vdd/Vbb Scalng Jungsoo Km, Sungjoo Yoo, and Chong-Mn Kyung Dept. of EECS at KAIST jskm@vslab.kast.ac.kr, kyung@ee.kast.ac.kr Dept. of EE

More information

Genetic-based Resource Allocation and Scheduling Technique for Multi-Class Users in Cloud Computing Environment

Genetic-based Resource Allocation and Scheduling Technique for Multi-Class Users in Cloud Computing Environment Internatonal Journal of Pure and Appled Mathematcs Volume 117 No. 9 2017, 175-179 ISSN: 1311-8080 (prnted verson); ISSN: 1314-3395 (on-lne verson) url: http://www.jpam.eu do: 10.12732/jpam.v1179.31 Specal

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

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment Adaptve ose Reducton for Engneerng Drawngs Based on Prmtves and ose Assessment Jng Zhang Wan Zhang Lu Wenyn Department of Computer Scence, Cty Unversty of Hong Kong, Hong Kong SAR, PR Chna {jzhang,wanzhang,

More information

A Review of Clustering Algorithm Based On Swarm Intelligence

A Review of Clustering Algorithm Based On Swarm Intelligence A Revew of Clusterng Algorthm Based On Swarm Intellgence RAJNI MISHRA M.Tech, Department of CSE TIT BHOPAL, Inda Tomar.ranu1989@gmal.com BHUPESH GAUR Head of Department of CSE TIT BHOPAL, Inda ABSTRACT

More information

Consumption capability analysis for Micro-blog users based on data mining

Consumption capability analysis for Micro-blog users based on data mining Consumpton capablty analyss for Mcro-blog users based on data mnng ABSTRACT Yue Sun Bejng Unversty of Posts and Telecommuncaton Bejng, Chna Emal: sunmoon5723@gmal.com Data mnng s an effectve method of

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

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

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

An efficient load balancing using Bee foraging technique with Random stealing

An efficient load balancing using Bee foraging technique with Random stealing IOSR Journal of Computer Engneerng (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. V (Mar Apr. 2015), PP 97-104 www.osrjournals.org An effcent load balancng usng Bee foragng technque

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

The research on modeling of coal supply chain based on objectoriented Petri net and optimization

The research on modeling of coal supply chain based on objectoriented Petri net and optimization Proceda Earth and Planetary Scence 1 (2009) 1608 1616 Proceda Earth and Planetary Scence www.elsever.com/locate/proceda The 6 th Internatonal Conference on Mnng Scence & Technology The research on modelng

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

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 the statistical power of goodness-of-fit tests for health and medicine survey data

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data 8 th World IMACS / MODSIM Congress, Carns, Australa 3-7 July 29 http://mssanz.org.au/modsm9 Evaluatng the statstcal power of goodness-of-ft tests for health and medcne survey data Steele, M.,2, N. Smart,

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

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

Cloud Auto-scaling with Deadline and Budget Constraints

Cloud Auto-scaling with Deadline and Budget Constraints Cloud Auto-scalng wth Deadlne and Budget Constrants Mng MaoJe LMarty Humphrey Department of Computer Scence Unversty of Vrgna Charlottesvlle, VA, USA 22904 {mng, l3yh, humphrey}@cs.vrgna.edu Abstract Clouds

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

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

A Hybrid Intelligent Learning Algorithm in MAS

A Hybrid Intelligent Learning Algorithm in MAS A Hybrd Intellgent Learnng Algorthm n MAS SHUJUN ZHANG, QINGCHUN MENG, WEN ZHANG, CHANGHONG SONG Computer Scence Department Ocean Unversty of Chna Computer Scence Department of Ocean Unversty of Chna,

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

Modeling and Simulation for a Fossil Power Plant

Modeling and Simulation for a Fossil Power Plant Modelng and Smulaton for a Fossl Power Plant KWANG-HUN JEONG *, WOO-WON JEON, YOUNG-HOON BAE AND KI-HYUN LEE Corporate R&D Insttute Doosan Heavy Industres and Constructon Co., Ltd 555, Gwgo-dong, Changwon,

More information

Development and production of an Aggregated SPPI. Final Technical Implementation Report

Development and production of an Aggregated SPPI. Final Technical Implementation Report Development and producton of an Aggregated SPP Fnal Techncal mplementaton Report Marcus Frdén, Ulf Johansson, Thomas Olsson Servces Producer Prce ndces, Prce Statstcs Unt, Statstcs Sweden 2010 ntroducton

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

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

EVALUATION METHODOLOGY OF BUS RAPID TRANSIT (BRT) OPERATION

EVALUATION METHODOLOGY OF BUS RAPID TRANSIT (BRT) OPERATION 200-203 JATIT & LL. All rghts reserved. IN: 992-864 www.att.org E-IN: 87-39 EVALUATION METHODOLOGY OF BU RAPID TRANIT (BRT) OPERATION WU HONGYANG A a Chna Urban ustanable Transport Research Center (CUTReC),

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

EFFECTS OF BATTERY ENERGY STORAGE SYSTEM ON THE OPERATING SCHEDULE OF A RENEWABLE ENERGY BASED TOU RATE INDUSTRIAL USER UNDER COMPETITIVE ENVIRONMENT

EFFECTS OF BATTERY ENERGY STORAGE SYSTEM ON THE OPERATING SCHEDULE OF A RENEWABLE ENERGY BASED TOU RATE INDUSTRIAL USER UNDER COMPETITIVE ENVIRONMENT Journal of Marne Scence and Technology, Vol. 23, No. 4, pp. 541-550 (2015) 541 DOI: 10.6119/JMST-015-0521-1 EFFECTS OF BATTERY ENERGY STORAGE SYSTEM ON THE OERATING SCHEDULE OF A RENEWABLE ENERGY BASED

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

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

Simulation-based Decision Support System for Real-time Disaster Response Management

Simulation-based Decision Support System for Real-time Disaster Response Management Proceedngs of the 2008 Industral Engneerng Research Conference J. Fowler and S. Mason, eds. Smulaton-based Decson Support System for Real-tme Dsaster Response Management Shengnan Wu, Larry Shuman, Bopaya

More information

AN HYBRID TECHNOLOGY IN DISTRIBUTED GENERATION FOR HOUSEHOLD DEMAND WITH STORAGE CAPACITY

AN HYBRID TECHNOLOGY IN DISTRIBUTED GENERATION FOR HOUSEHOLD DEMAND WITH STORAGE CAPACITY AN HYBRID TECHNOLOGY IN DISTRIBUTED GENERATION FOR HOUSEHOLD DEMAND WITH STORAGE CAPACITY Ms. P. Prya, PG Scholar, Ms. N. Kavthaman PG Scholar, Prof. N. R. Nagaraj Assocate professor, Electrcal and Electroncs

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

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

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen Mtgaton optons for energy-related CO 2 emssons n the Indonesan manufacturng sector Rslma F. Stompul and Anthony D. Owen School of Economcs, The Unversty of New South Wales, Sydney, Australa Why mtgaton

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

Computación y Sistemas ISSN: Instituto Politécnico Nacional México

Computación y Sistemas ISSN: Instituto Politécnico Nacional México Computacón y Sstemas ISSN: 1405-5546 computacon-y-sstemas@cc.pn.mx Insttuto Poltécnco Naconal Méxco Lezama Barquet, Anuar; Tchernykh, Andre; Yahyapour, Ramn Performance Evaluaton of Infrastructure as Servce

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

Optimal Placement of Solar PV in Distribution System using Particle Swarm Optimization

Optimal Placement of Solar PV in Distribution System using Particle Swarm Optimization ISSN (Prnt) : 2320 3765 ISSN (Onlne): 2278 8875 Internatonal Journal of Advanced Research n Electrcal, Electroncs and Instrumentaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Vol. 2, Specal Issue

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

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

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

CCDEA: Consumer and Cloud DEA Based Trust Assessment Model for the Adoption of Cloud Services

CCDEA: Consumer and Cloud DEA Based Trust Assessment Model for the Adoption of Cloud Services BULGAIAN ACADEMY OF SCIENCES CYBENETICS AND INFOMATION TECHNOLOGIES Volume 16, No 3 Sofa 2016 Prnt ISSN: 1311-9702; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-2016-0034 CCDEA: Consumer and Cloud DEA Based

More information