A dynamic-balanced scheduler for Genetic Algorithms for Grid Computing

Size: px
Start display at page:

Download "A dynamic-balanced scheduler for Genetic Algorithms for Grid Computing"

Transcription

1 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque A dynamc-balanced scheduler for Genetc Algorthms for Grd Computng A.J. SÁNCHEZ SANTIAGO (2), A.J. YUSTE (1), J.E. MUÑOZ EXPÓSITO (1), S. GARCÍA GALÁN (1), J.M. MAQUEIRA MARÍN (2), S. BRUQUE (2) (1) Telecommuncaton Engneerng Department (2) Busness Admnstraton and Accountng Department Unversty of Jaén Alfonso X El Sabo, 28. Lnares, Jaén. SPAIN {ajsanta, ajyuste, jemunoz, sgalan, maquera, sbruque}@ujaen.es Abstract. The new paradgm of dstrbuted computaton, grd computng, has gven rse to a large amount of research on resource schedulng. Unlke the dstrbuted computaton, grd computng uses heterogeneous resources, for what grd computng entals new challenges as the adaptaton of parallel algorthms before developed for homogeneous resources cluster to the dynamc and heterogeneous resources. In ths paper we present a dynamc-balanced scheduler for grd computng that solves two typcal knds of problems of grd computng, usng for them the cycles of some resources of the grd. The frst problem s based on teratve tasks that usually appear n optmzaton problems. The second problem s a drected acyclc graph (DAG) problem. Expermental results usng dynamc-balanced scheduler show that t s possble to obtan an mproved use of the resources n the grd. Ths strategy enables to adapt the length of a task to the computng capacty of each resource at any gven moment. Furthermore, ths schedulng strategy enables to execute all the tasks n a shorter tme. Key-Words: - Grd computng, dynamc-balanced scheduler, genetc algorthm, optmzaton problem. 1 Introducton Over the past few years, the development of hgh speed networks, ncreasng overall computng capacty and low cost of storage devces have gven rse to a new paradgm of dstrbuted computaton: grd computng [1]. A Grd System, fg. 1, s made up by a set of Vrtual Organzatons (VO). A VO comprses a set of ndependent organzatons that share heterogeneous resources to acheve a common msson, but that are not lmted to an allance among frms. Interacton among members of the vrtual organzaton s manly done through computer networks. VO1 SupercomputerA CentreA VO3 Gateway 1 GrdManager CentreB Fgure 1. A Grd System SupercomputerA GrdManager Gateway 2 VO2 Unlke tradtonal dstrbuted computaton, whch usually uses a geographcal lmted area, a grd system can be run throughout several organzatons that utlze heterogeneous resources n a large geographcal area. Despte of ts advantages, Grd computng also entals many new challenges, lke the adaptaton of parallel programs prevously developed for homogeneous resources clusters to the dynamc and heterogeneous Grd resources wth mnmal ntruson nto the code or resource schedulng. In a grd envronment, the scheduler s the manager of the workflow, actng as ntermedary between the user and the dstrbuted resources, thus concealng the complexty of the grd system [2]. The scheduler dentfes avalable resources, negotates and organzes ther use, decdes when to execute the tasks and eventually organzes the results. Overall, a scheduler makes a decson on when to execute a task n a gven resource. Ths assgnment s amed to maxmze (or mnmze) an objectve functon, such as the tme of executon, number of tasks not executed, executon costs, etc. Most of the recent lterature treats the length of a task as a constant [3], whch can not change durng executon. Ths assumpton for a grd, whch s a hghly dynamc envronment, can make the schedulng algorthms smple and effcent; but can undermne the schedulng algorthms applcablty n some ISSN: Issue 1, Volume 8, January 29

2 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque stuatons. At the tme of schedulng, the workload of the resources n the grd may be unknown. Furthermore, ths workload may change over tme, as the tasks start and fnsh perodcally. Ignorng such uncertan factors may result n an ncreasng number of schedulng errors. Nowadays many applcatons have been developed for tradtonal homogeneous parallel systems. Adaptng these applcatons, developed for homogeneous envronments, to dynamc heterogeneous resources entals a new challenge whch has to do wth keepng a hgh level of applcaton effcency. An adequate workload optmzaton method should take nto account two man characterstcs: (1) Applcaton characterstcs, such as memory requrements, data beng transferred between processes, applcaton communcaton structures, hard dsk or other I/O actvty, etc. (2) Resource characterstcs, such as memory of the resources and computatonal capacty, network bandwdth, dsk I/O speed, and the heterogenety level of the resources randomly assgned to the applcaton by the Grd resource broker. The workload optmzaton method should be: (a) Self-adaptng and flexble wth respect to the type of applcaton. (b) Computatonally nexpensve;.e. not to nduce a large overhead on the applcaton performance. (c) Should not requre sgnfcant modfcatons n the code. In sum, the load balancng should be dynamc and fully automated snce the complexty of the Grd envronment should be hdden from end-users. Tradtonally there are two approaches that have proved useful for workload balancng n parallel applcatons: (1) to carefully calculate the dstrbuton of the workload, takng nto account all the propertes of the envronment and applcaton (a tme and resource consumng task requrng expert knowledge of the applcaton structure and algorthms beng used); and (2) dstrbutng the workload n a straght forward way, optmzng the processng capacty of the resources. Our am, focused on computatonal grd, conssts of buldng a scheduler for a SME (Small-Medum Enterprse) that allows to use the resources dle cycles to execute tasks, whch n a local machne would take several days, whereas n a grd system can only take a few hours. We wll develop a scheduler that can be used by the company s network managers, n such a way that s not necessary for them to obtan addtonal tranng or hre new employees. Wth the scheduler we propose, we wll mnmze the overall response tme for the entre workflow, whle operaton costs reman unchanged snce the frm can use ts own dle resources to run the grd. Our scheduler splts the total workflow accordng to the dle cycles of each resource, so that all the resources can fnsh each task at the same tme. The new scheduler s easy to use, s flexble and only needs an estmaton of the process capacty of each resource as the man nput. The smulatons carred out n ths research show that our algorthm mproves others schedulers presented n pror lterature. Ths document s organzed as follows: n secton 2 we analyze recent work n grd resource schedulng. In secton 3 we descrbe the dynamc-balanced scheduler for typcal problems of grd computng. In Secton 4 we show the results of the smulaton usng [4]. Fnally, n secton 5 we present the conclusons and future drectons. 2 Background Resource schedulng for tasks n a grd envronment has been extensvely studed n recent years. Some works focus on the schedulng of a set of ndependent tasks usng schedulng technques such as genetc algorthms [5], data mnng [6] or swarm ntellgence [7-8]. Other works have studed schedulng technologes usng economc/market-based modelss [9]. More recent works consder data dependences between tasks, whch are threaded as a workflow wth transtons ndcatng drect data dependences. To mnmze the complexty of schedulng a workflow, a workflow s parttoned nto a set of subworkflows, each beng assgned to a resource. In [1], Duan et al. proposed a workflow parttonng algorthm based on a set of rules that ntend to mnmze the data flow between subworkflows. Spooner et al. [11] proposed a two level algorthm that conssted of one global scheduler and a number of local schedulers, one for each grd resource. Another research lne leaves out the assumpton that each grd resource must be a cluster. Instead, a grd resource s smply consdered as the one that s ISSN: Issue 1, Volume 8, January 29

3 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque capable of provdng servces, computaton, and/or storage. Some researches propose to determne the grd resources for all tasks n a workflow before the workflow s started, whch s referred to as statc resource schedulng n subsequent dscusson. In [12], a par of a task (t) and a grd resource (r) receves a rank whch s a lnear combnaton of computng and data transfer tme for executng t on r. Three algorthms, namely mn-mn, max-mn, and sufferage, were proposed to mnmze the makespan of the entre workflow based on the ranks. Consderng the fact that grd may be hghly dynamc, some researches propose to perform resource schedulng only for tasks that are ready to execute, referred to as dynamc resource schedulng. Blythe et al. [13] adopted mn-mn strategy for both statc and dynamc resource schedulng and concluded that the statc resource schedulng s more sutable for datantensve workflows, whle dynamc resource schedulng performs better for computaton-ntensve workflows. Wess and Pnedo [14] have shown that the SEPT (Short Expected Processng Tme) strategy, whch gves prorty to jobs wth shortest expected processng tmes, and the LEPT (Long Expected Processng Tme) strategy, whch gves prorty to jobs wth longest expected processng tmes, can be used to mnmze expected flow tme and expected makespan respectvely, when the processng tme of each job follows an exponental dstrbuton. However, n a real grd envronment, the processng tme of each task by a resource may not follow an exponental dstrbuton. In these works the length of a task from a workflow s known n advance and the optmzatons are based on an n advance predetermned workflow. Conversely, we experment n ths work wth several workflows n whch the sze of each task s dfferent. 3 The proposed algorthm The desgn space for Grd Schedulers n general s very rch. Frst, t depends on what objectve functon the user wants to mnmze or maxmze examples beng mnmzng overall job completon tme, mnmzng communcaton tme and maxmzng resource utlzaton or throughput. Second, t depends on how the job requrements, job performance models, and Grd resource models are specfed and used. The scheduler must also carefully choose between dfferent mplementatons of user authentcaton, allocaton, and reservaton. Other choces nclude schedulng applcaton components for sngle or multple users and whether reschedulng or re-plannng s requred. There are usually two types of problems n task schedulng: an optmzaton problem and a drected acyclc graph (DAG) problem, fg. 2. In ths fgure we show an example of a smple DAG wth 1 tasks. Tasks 5, 6 and 7, cannot start untl the prevous tasks 2, 3, 4 has fnshed. For the last task, 1, t cannot begn untl tasks 8 and 9 are fnshed, even f task 7 was fnshed before Fgure 2. A DAG Wth the adaptve dynamc-balanced scheduler we try to valdate two problems: on the one hand a genetc algorthm for solvng optmzaton problems whch has a set of ndependent workflows, and on the other hand a DAG problem. In both cases we have used CPU dle cycles of some resources, whch a company has n several networks, mnmzng the tme of executon of each workflow. Each task requres some data as nput and output and may be executed n one of a several resources, whch satsfy the overall objectve. 3.1 The model We develop a general model to verfy the valdty of our scheduler. Our model s made up by a set of tasks, grouped n a workflow. A workflow wll not begn next teraton unless the pror one had been fnshed. A typcal example of ths s produced n processes of optmzaton, lke genetc algorthms, n whch untl a generaton has not been fully evaluated, t s not possble to evaluate the followng generaton. In order to formulate an ntegrated model, the followng parameters are ntroduced: ISSN: Issue 1, Volume 8, January 29

4 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque Parameters: n: numbers of resources ter: numbers of teratons N: load for each teraton N : task for each resource µ : nstructons per second (MIPS) T: tme of teraton OT: overall tme of a workflow In our schedulng, we have chosen our objectve functon: mnmze overall job completon tme. It s only necessary to count the maxmum tme of executon from the worst relaton task resource. Ths tme can be worked out wth the followng mathematcal equaton (1). OT = N ter MAX = 1 µ + Ts + Tr (1) The tme of an teraton (2) s gven by the longest tme needed to execute a task n the worst avalable resource. T = N tasks MAX k= 1 µ + Ts + Tr (2) Where Ts s the tme that takes sendng a task to the resource that s gong to execute t and Tr the tme that takes recevng the result from a task. We consder the tme of sendng and recevng a task neglgble, because f ths tme s hgher than the tme of executon of the task we do not send t to the grd. Thus, the tme of one partcular teraton can be smplfed by (3): T MAX N (3) µ To mnmze ths T we assgn a proportonal load to each followng resource, ths way we do not depend on the resource that offers a worse performance: µ N = N n µ = 1 (4) Thus, the nnovaton n ths study les n that we carry out a prevous study of the dle cycles of all the resources we have, adaptng the length of a task s accordng to the total dle cycles. Wth ths proposal we obtan two results: on the one hand we carry out a better load balancng for the resources, assgnng hgher loads to the resources presentng a hgher avalablty and, on the other hand, we reduce the tme of executon of the workflows. 3.2 An executon In the followng fgures we show the process of executon of teraton n our model by a smple example. In the frst step, fg. 3, we can dentfy three resources of our Grd System. The scheduler asks the resources, by the functon Int_Job(I_J), for the µ dle that they have. Every resource sends to the scheduler the number of dle cycles that t has avalable for ths teraton. R1 R R3 I_J MIPS 298 MIPS 3128 MIPS Sched Fgure 3. Step 1.Get MIPS dle from each resource In the second step, a workflow enters the Grd System, and the scheduler realzes hs work, splts ths workflow accordng to the dle cycles of each resource, fg 4. Workflow 5 I_J T1 T2 T Fgure 4. Step2.Splt workflow accordng dle MIPS of each resource In the next step, fg. 5, each resource executes hs task, fnshng the executon n a smlar tme for all the resources, so we do not depend on the executon of the worst resource. T1 T2 T3 R1 R2 R3 Fgure 5. Step3. Execute the tasks n the correspondng resources In the last step, the scheduler obtans the results for ths teraton and the dle MIPS that they have for the executon of the next teraton. ISSN: Issue 1, Volume 8, January 29

5 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque 3348 MIPS R1 R2 R3 RESULTS(R1) 287 MIPS RESULTS(R2) Sched 3157 MIPS RESULTS(R3) Fgure 6. Step 4. Get results and the dle MIPS for the next teraton As seen durng the example, our scheduler s hghly dynamc, because after every executon, the scheduler s able to re-obtan the actual number of dle cycles. 4 Expermental results Due to the dffcultes assocated to real tests, the benefts of ths scheduler have been verfed through the use of smulatons. Smulatons offer bg benefts opposte to other methods that are currently used to measure a system s behavor: a. Smulatons allow expermentaton n the system wthout nterruptng the actvty of the system and therefore avodng potental damages. b. Smulatons are ndependent on the process or real system. Therefore, t s possble to use smulatons n dfferent stages before ther actual mplementaton n real settngs. c. Smulatons mprove the comprehenson of the behavour of the system snce they provde numercal results. d. Smulatons allow to carry out comparatve analyses of dfferent scenaros. Therefore, t was necessary to develop our scheduler usng the GrdSm toolkt [4]. GrdSm s a smulaton toolkt for resource modellng and applcaton schedulng n parallel and dstrbuted computng systems. Table 1 shows the type of the resources we have used n our analyss. The MIPS for each PE (Processng Element) s the maxmum MIPS for each resource. Ths value can change accordng to the use of CPU's cycles that the user of the resource needs at any gven moment, modelled by a unform dstrbuton. We assume that delay of transmsson s neglgble compared wth the tme of executon of a task. Resourc. R1 R2 R3 R4 R5 S.O. Wn Unx Wn Wn Wn Arq. IBM Solars IBM IBM IBM P.E MAX MIPS Table 1. Type of resources We compare our proposal wth other, more tradtonal schedulers, space-shared and tme-shared polces. (Frst-Come Frst-Served) [15] s a tme-shared algorthm. Ths s one of the smplest, executes the workflows to completon n the order they are submtted. It has a bg drawback; f a resource has few dle cycles to offer, the executon of the remanng workflows wll turn out slow, snce t s necessary to fulfl all tasks of a workflow to execute the followng workflow. (Round Robn) [16] s a tme-shared algorthm; t s one of the oldest, smplest, farest and most wdely used schedulng algorthms, desgned especally for tme-sharng systems. A small unt of tme, called tme slces or quantum s defned. All runable processes are kept n a crcular queue. The scheduler goes around ths queue, allocatng the CPU to each process for a tme nterval of one quantum. New processes are added to the tal of the queue. The scheduler pcks the frst process from the queue, sets a tmer to nterrupt after one quantum, and dspatches the process. If the process s stll runnng at the end of the quantum, the CPU s pre-empted and the process s added to the tal of the queue. If the process fnshes before the end of the quantum, the process tself releases the CPU voluntarly. In ether case, the CPU scheduler assgns the CPU to the next process n the ready queue. Every tme a process s granted the CPU, a context swtch occurs, whch adds overhead to the process executon tme. The experments can be dvded n two groups. Frstly, we have executed a workflow based on ndependent tasks that usually appear n optmzaton problems. Secondly, we executed a DAG problem. 4.1 An optmzaton problem The Genetc Algorthm (GA) s a method for solvng optmzaton problems that s based on natural selecton, the process that drves bologcal evoluton. The GA repeatedly modfes a populaton of ndvdual solutons. At each step, the GA randomly selects ndvduals from the current populaton to be parents and uses them to produce the chldren for the next generaton. Over successve generatons, the populaton evolves toward an optmal soluton. The GA can be appled to solve optmzaton problems that are not well suted for standard optmzaton algorthms, ncludng problems n whch the objectve functon s dscontnuous, non-dfferentable, stochastc, or hghly nonlnear as our problem. GA s frequently used n research lke n network communcatons [17-18], for speech/musc dscrmnaton [19] or for parttonng problems n code sgn [2]. We have carred out several smulatons by changng the number of teratons; each teraton beng made ISSN: Issue 1, Volume 8, January 29

6 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque up by a workflow and the avalable resources. We defned the length of a workflow large enough, to take advantage of a system grd, and moderately small n order to not overload the less effcent resources. We have developed four experments wth 25, 5, 75 and 1 resources that we explan n detal below Frst experment Tme(s) Resources The frst experment was made up by 25 resources and 1, 5 and 1 teratons. The tmes are shown n table 2, 3 and 4. We can see n fg. 7 that the executon tme was gettng shorter for the and balanced algorthms. Nº teratons=1 25 Algorthm Tme (sec.) , , ,56 Table 2. 1 teratons and 25 resources 2 Nº teratons=1 Nº teratons =5 Nº teratons=1 Fgure 7. Experment wth 25 resources and Workflow length= Second experment Table 5, 6 and 7, and fg. 8 show a comparson between the tme for the three schedulers for 5 resources and 1, 5 and 1 teratons. Fg. 8 depcts that the hgher the number of teratons, the larger the dfference of executon tme, whch mples that and degenerate very quckly as the number of teratons grows. Nº teratons =5 25 Algorthm Tme (sec.) , ,95 Table 3. 5 teratons and 25 resources Nº teratons=1 25 Algorthm Tme (sec.) , , ,76 Table 4. 1 teratons and 25 resources Nº teratons =1 5 Algorthm Tme (sec.) , , ,76 Table 5. 1 teratons and 5 resources Nº teratons =5 5 Algorthm Tme (sec.) , , ,16 Table 6. 5 teratons and 5 resources Nº teratons =1 5 Algorthm Tme (sec.) , , ,28 Table 7. 1 teratons and 5 resources ISSN: Issue 1, Volume 8, January 29

7 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque 75 Resources 5 Resources Tme(s) Tme(s) Nº teratons=1 Nº teratons =5 Nº teratons=1 Fgure 8. Experment wth 5 resources and Workflow length= Thrd experment Tables 8, 9 and 1, and fg. 9 exhbts tme of executon for 75 resources and 1, 5 and 1 teratons. Lke n the aforementoned experments, our balanced scheduler offers better results. Nº teratons =1 75 Algorthm Tme (sec.) 35268, , ,72 Table 8. 1 teratons and 75 resources Nº teratons =5 75 Algorthm Tme (sec.) 17669, , ,15 Table 9. 5 teratons and 75 resources Nº teratons =1 75 Algorthm Tme (sec.) , , ,64 Table 1. 1 teratons and 75 resources Nº teratons=1 Nº teratons =5 Nº teratons=1 Fgure 9. Experment wth 75 Resources and Fourth experment The last experment that we carred out, tables 11, 12, 13 and fg. 1, wth 1 resources, offer the mnmum executon tme of all our tests. Nº teratons=1 1 Algorthm Tme (sec.) 3551, , ,52 Table teratons and 1 resources Nº teratons =5 1 Algorthm Tme (sec.) , , ,72 Table teratons and 1 resources Nº teratons=1 Workflow lengh= 5 1 Algorthm Tme (sec.) , , ,2 Table teratons and 1 resources ISSN: Issue 1, Volume 8, January 29

8 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque 1 Resources 5 Iteratons Tme(s) Tme(s) Nº teratons=1 Nº teratons =5 Nº teratons= Fgure 1. Experment wth 1 Resources and Summary of results The prevous examples that we have carred out n ths study show a comparson of tmes from the pont of vew of the teratons, meanwhle ths last experment compares executon tmes accordng to the resources beng used. In fg. 11 we show a comparson for 1 teratons and 25, 5, 75 and 1 resources. The dynamcbalanced scheduler we proposed offers agan better results than any other two schedulers for every mx of resources Iteratons Tme(s) Fgure 12. Experment wth 5 teratons and Iteratons Fgure 13. Experment wth 1 teratons and Fg. 13 exhbts the executon tme for 1 teratons and 25, 5, 75 and 1 resources. Tm e(s) A DAG problem In ths experment we executed a standard DAG, whch conssted of a proten annotaton workflow (Fg. 14), [9]. Fgure 11. Experment wth 1 teratons and Fg. 12 exhbts the executon tme for 5 teratons and 25, 5, 75 and 1 resources. At any gven combnaton of resources our balanced scheduler obtans the shorter executon tme. ISSN: Issue 1, Volume 8, January 29

9 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque Fgure 14. Proten annotaton workflow Ths experment, proten annotaton workflow, was executed wth the parameters shown n Table 14. Resources 1 S.O. Wn Arq. IBM MAX MIPS 6 BaudRate(Mb) 1 Prop. Delay(ms) 1 Table 14. Parameters for Grd System for proten annotaton workflow Durng ths second experment, our dynamcbalanced scheduler mproves the tme of executon of the and schedulers. Results are presented n Table 15. Prot. annot. Tme (sec) workflow Table 15. Executon tme; proten annotaton workflow 5 Conclusons and future work A grd envronment s usually heterogeneous n nature n the real world at least for the dfferent computng speeds at dfferent partcpatng stes. The heterogenety presents a challenge for effectvely arrangng load sharng actvtes n a computatonal grd. Ths paper explores job schedulng and allocaton ssues n heterogeneous computatonal grds when a task, durng the schedulng process, cannot ft n any sngle ste n the grd. We have proposed a balanced scheduler n a grd envronment. Wth ths technque we have fulflled three objectves: Frstly executon tme has been shortened, secondly we have obtaned a better loadng dstrbuton among resources n the grd and thrdly we have used dle, non cost-ncreasng resources. As future research drectons, we wll conduct addtonal experments to comprehensvely compare other schedulng strateges usng fuzzy logc that would enable us to set up a utlty grd structure. These utlty models are very effectve n shared nter-organzatonal settngs to ncrease computng capacty whlst keepng securty and reducng operatng costs. 6 Acknowledgments Ths work has been fnancally supported by the Andalusan Government (Research Project P6-SEJ- 1694). References [1] I. Foster and C. Kesselman (edtors), The Grd: Blueprnt for a new Computng nfrastructure. Morgan Kaufmann Publshers, San Francsco, USA, (1999) [2] R. Buyya, D. Abramson, and J. Gddy, Nmrod/G: An Archtecture for a Resource Management and Schedulng System n a Global Computatonal Grd, 4th Internatonal Conference and Exhbton on Hgh Performance Computng n Asa-Pacfc Regon (HPC ASIA 2), Vol 1,2, pp 283. [3] Reakook Hwang, Mtsuo Gen, Hrosh Katayama. A comparson of multprocessor task schedulng algorthms wth communcaton costs. Computers and Operatons Research Volume 35, Issue 3, 28, pp [4] Anthony Sulsto, Uros Cbej, Srkumar Venugopal, Borut Robc and Rajkumar Buyya A Toolkt for Modellng and Smulatng Data Grds: An Extenson to GrdSm. Concurrency and Computaton: Practce and Experence (CCPE), Wley Press, New York, USA 27. ISSN: Issue 1, Volume 8, January 29

10 A. J. Sanchez Santago, A. J. Yuste, J. E. Munoz Exposto, S. Garca Galan, J. M. Maquera Marn, S. Bruque [5] Cao, J., Spooner, D.P., Jarvs, S.A., Nudd, G.R.: Grd load balancng usng ntellgent agents. Future Generaton Comput. Syst. Vol. 21(1), 25, pp [6] Mequn Lu, Kun Gao, Zhong Wan, A Novel Archtecture for Data Mnng Grd Scheduler, WSEAS Transactons on Systems Issue 1, Volume 7, 28 pp [7] Wang Da-Zhen, Zhan Jun-Shan, Wan Fang, Zhu Le., A Dynamc Task Schedulng Algorthm n Grd Envronment. WSEAS Transactons on Computers, Issue 7, Volume 5, 26, pp [8] Reche López, P., Gómez González, M., Ruz Reyes, N., Jurado F., Optmzaton of bomass fuelled systems for dstrbuted power generaton usng Partcle Swarm Optmzaton. Electrc Power Systems Research. Issue 8, Vol. 78, 28, pp Knowledge Based Systems (IPMU), Torremolnos(Span) pp , 28. [19] J.E. Muñoz, S. García Galán, N. Ruz-Reyes, P. Vera- Candeas, Audo codng mprovement usng evolutonary speech/musc dscrmnaton. IEEE Internatonal Conference on Fuzzy Systems (FUZZY-IEEE 27), London, pp 1-6, 27. [2] Abderrazak Henn, Mouloud Koudl, Karma Benatchba, Hassane Oumsalem, Kamel Chaouche, A parallel envronment usng taboo search and genetc algorthms for solvng parttonng problems n codesgn, WSEAS Transactons on Systems, Issue 1, Volume 3, 24, pp [9] Yu, J. and Buyya, R., A Budget Constraned Schedulng of Workflow Applcatons on Utlty Grds usng Genetc Algorthms, Workshop on Workflows n Support of Large-Scale Scence, Proceedngs of the 15th IEEE Internatonal Symposum on Hgh Performance Dstrbuted Computng (HPDC 26, IEEE CS Press, Los Alamtos, CA, USA), 26, Pars, France. [1] Duan, R., Prodan, R., Fahrnger, T.: Run-tme optmsaton of grd workflow applcatons, 7 th IEE/ACM Internatonal Conference on Grd Computng, 26, pp [11] Spooner, D.P., Cao, J., Jarvs, S.A., He, L., Nudd, G.R.: Performance-Aware Workflow Management for Grd Computng. The Computer Journal, Vol 48, 25, pp [12] Mandal, A., Kennedy, K., Koelbel, C., Marn, G., Mellor- Crummey, J., Lu, B., Johnsson, L.: Schedulng strateges for mappng applcaton workflows onto the grd. Proceedngs of the 14th Internatonal Symposum on Hgh Performance Dstrbuted Computng (HPDC 25), 25, pp [13] Blythe, J., Jan, S., Deelman, E., Gl, Y., Vah, K., Mandal, A., Kennedy, K.: Task schedulng strateges for workflow-based applcatons n grds. Proceedngs of the Cluster Computng and Grd 25 (CCGrd 25), 25, pp [14] Wess, G., Pnedo, M.: Schedulng Tasks wth Exponental Servce Tmes on Non- Identcal Processors to Mnmze Varous Cost Functons. Journal of Appled Probablty, 198, pp [15] Domenco Ferrar. Real-tme communcaton n an nternetwork. Journal of Hgh Speed Networks, Vol. 1, [16] Tanebaum, A.S., Modern operatng systems. Prentce-Hall, [17] Antono J. Yuste, Francsco Davd Trujllo, Alca Trvño, Eduardo Caslar, An adaptve gateway dscovery for moble ad hoc networks. Proceedngs of the 5th ACM nternatonal workshop on Moblty management and wreless access, MobWac '7, 27, pp [18] J. A. Fernández Preto, Juan R. Velasco Pérez. Adaptve Genetc Algorthm control parameter optmzaton to verfy the network protocol performance. 12th Internatonal Conference on Informaton Processng and Management of Uncertanty n ISSN: Issue 1, Volume 8, January 29

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

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

LLFpi : Schedulability-Improved LLF Algorithm in Multiprocessor Real-Time Embedded Systems

LLFpi : Schedulability-Improved LLF Algorithm in Multiprocessor Real-Time Embedded Systems Internatonal Journal of Appled Engneerng Research ISSN 9-46 Volume, Number 6 (6) pp 89-898 LLFp : Schedulablty-Improved LLF Algorthm n Multprocessor Real-Tme Embedded Systems Sangchul Han, Jnsoo Km, Junghwan

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

Research on the Resource Sharing Among Hierarchically Distributed Virtual Enterprises Based on Grid System

Research on the Resource Sharing Among Hierarchically Distributed Virtual Enterprises Based on Grid System Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 204, 8, 385-392 385 Open Access Research on the Resource Sharng Among Herarchcally Dstrbuted Vrtual Enterprses

More information

Computational Solution to Economic Operation of Power Plants

Computational Solution to Economic Operation of Power Plants Electrcal and Electronc Engneerng 013, 3(6): 139-148 DOI: 10.593/j.eee.0130306.01 Computatonal Soluton to Economc Operaton of ower lants Temtope Adefarat 1,*, Ayodele Sunday Oluwole 1, Mufutau Adewolu

More information

Study on construction of information service platform for pharmaceutical enterprises based on virtual cloud environment

Study on construction of information service platform for pharmaceutical enterprises based on virtual cloud environment Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(6):1004-1010 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on constructon of nformaton servce platform for

More information

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS Andrés Ramos Marano Ventosa Mchel Rver Abel Santamaría Unversdad Pontfca Comllas IBERDROLA DISTRIBUCIÓN S.A.U. Alberto Agulera

More information

DESIGN AND IMPLEMENTATION OF HYBRID CASCADED ENERGY EFFICIENT KOGGE STONE ADDER

DESIGN AND IMPLEMENTATION OF HYBRID CASCADED ENERGY EFFICIENT KOGGE STONE ADDER ARPN Journal of Engneerng and Appled Scences 2006-2017 Asan Research Publshng Network (ARPN). All rghts reserved. DESIGN AND IMPLEMENTATION OF HYBRID CASCADED ENERGY EFFICIENT KOGGE STONE ADDER J. Vgnesh

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

A Review of Fixed Priority and EDF Scheduling for Hard Real-Time Uniprocessor Systems

A Review of Fixed Priority and EDF Scheduling for Hard Real-Time Uniprocessor Systems A Revew of Fxed Prorty and EDF Schedulng for Hard Real-Tme Unprocessor Systems Robert I. Davs Real-Tme Systems Research Group, Department of Computer Scence, Unversty of York, York, UK. rob.davs@york.ac.uk

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

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

Sporlan Valve Company

Sporlan Valve Company F21O-10-12 LMTED: M & W What s a TEV Settng? For years Sporlan and every other manufacturer oftevs has used regulated arflow and controlled temperature baths to establsh a "factory" settng. Typcally the

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

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

Mode Change Protocols for Predictable Contract-Based Resource Management in Embedded Multimedia Systems

Mode Change Protocols for Predictable Contract-Based Resource Management in Embedded Multimedia Systems Mode Change Protocols for Predctable Contract-Based Resource Management n Embedded Multmeda Systems Marsol García Valls Department of Telematcs Engneerng Unversdad Carlos III de Madrd Avda. de la Unversdad

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

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

Customer segmentation, return and risk management: An emprical analysis based on BP neural network

Customer segmentation, return and risk management: An emprical analysis based on BP neural network Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 204, 6(6):698-703 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Customer segmentaton, return and rsk management: An emprcal

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

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

Simulation of the Cooling Circuit with an Electrically Operated Water Pump

Simulation of the Cooling Circuit with an Electrically Operated Water Pump Smulaton of the Coolng Crcut wth an Electrcally Operated Water Pump Dragan Smc, Chrstan Kral, Franz Prker Arsenal Research Faradaygasse 3, Object 1 A 1030 Venna, Austra phone: + 43 (0) 50 550-6347 fax:

More information

Do Competing Suppliers Maximize Profits as Theory Suggests? An Empirical Evaluation

Do Competing Suppliers Maximize Profits as Theory Suggests? An Empirical Evaluation Unversty of Massachusetts Boston ScholarWorks at UMass Boston Management Scence and Informaton Systems Faculty Publcaton Seres Management Scence and Informaton Systems January 2015 as Theory Suggests?

More information

720 IEEE TRANSACTIONS ON SUSTAINABLE ENERGY, VOL. 6, NO. 3, JULY k 1,k 2. p min. i p max. t m. u it. e c t g it s t

720 IEEE TRANSACTIONS ON SUSTAINABLE ENERGY, VOL. 6, NO. 3, JULY k 1,k 2. p min. i p max. t m. u it. e c t g it s t 720 IEEE TRANSACTIONS ON SUSTAINABLE ENERGY, VOL. 6, NO. 3, JULY 2015 Generaton Dspatch Technques for Remote Communtes Wth Flexble Demand Juan Claver, Franços Bouffard, Senor Member, IEEE, Dmtry Rmorov,

More information

The Spatial Equilibrium Monopoly Models of the Steamcoal Market

The Spatial Equilibrium Monopoly Models of the Steamcoal Market Advances n Management & Appled Economcs, vol.2, no.3, 2012, 125-132 ISSN: 1792-7544 (prnt verson), 1792-7552 (onlne) Scenpress Ltd, 2012 The Spatal Equlbrum Monopoly Models of the Steamcoal Maret Hu Wen

More information

AN ACTOR-BASED SIMULATION FOR STUDYING UAV COORDINATION

AN ACTOR-BASED SIMULATION FOR STUDYING UAV COORDINATION AN ACTOR-BASED SIMULATION FOR STUDYING UAV COORDINATION Myeong-Wuk Jang, Smtha Reddy, Predrag Tosc, Lpng Chen, Gul Agha Department of Computer Scence Unversty of Illnos at Urbana-Champagn Urbana, IL 61801,

More information

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing Proceedngs of the 2014 Internatonal Conference on Industral Engneerng and Operatons Management Bal, Indonesa, January 7 9, 2014 A Real-tme Plannng and Schedulng Model n RFID-enabled Manufacturng Ray Y.

More information

A Virtual Microgrid Platform for the Efficient Orchestration of Multiple Energy Prosumers

A Virtual Microgrid Platform for the Efficient Orchestration of Multiple Energy Prosumers A Vrtual Mcrogrd Platform for the Effcent Orchestraton of Multple Energy Prosumers Ioanns Mamounaks Computer Technology Insttute 26504, Ro Patras, Greece mamounaks@ced.upatras.gr Dmtros J. Vergados Computer

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

Reprint from "MPT-Metallurgical P(ant and Technology International" issue No. 2/1990, pages Optimization of. Tempcore installations for

Reprint from MPT-Metallurgical P(ant and Technology International issue No. 2/1990, pages Optimization of. Tempcore installations for Reprnt from "MPT-Metallurgcal P(ant and Technology nternatonal" ssue No. 2/990, pages 6-69 (Ç 990, Verlag StahlesenmbH, Düsseldorf Optmzaton of. Tempcore nstallatons for rebars Perre Smon, Centre de Recherches

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

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

PROFITABILITY OF SMART GRID SOLUTIONS APPLIED IN POWER GRID

PROFITABILITY OF SMART GRID SOLUTIONS APPLIED IN POWER GRID Kat}, N. A.: Proftablty of Smart Grd Solutons Appled n Power Grd S371 Introducton PROFITABILITY OF SMART GRID SOLUTIONS APPLIED IN POWER GRID by Nenad A. KATI] * Faculty of Techncal Scences, Unversty of

More information

A Comparison of Unconstraining Methods to Improve Revenue Management Systems

A Comparison of Unconstraining Methods to Improve Revenue Management Systems A Comparson of Unconstranng Methods to Improve Revenue Management Systems Carre Crystal a Mark Ferguson b * Jon Hgbe c Roht Kapoor d a The College of Management Georga Insttute of Technology 800 West Peachtree

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

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

Taking into Account the Variations of Neighbourhood Sizes in the Mean-Field Approximation of the Threshold Model on a Random Network

Taking into Account the Variations of Neighbourhood Sizes in the Mean-Field Approximation of the Threshold Model on a Random Network Takng nto ccount the Varatons of Neghbourhood Szes n the Mean-Feld pproxmaton of the Threshold Model on a Random Network Sylve Huet 1, Margaret Edwards 1, Gullaume Deffuant 1 1 Laboratore d Ingénere des

More information

RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY)

RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY) Twelfth Internatonal Water Technology Conference, IWTC12 2008 Alexandra, Egypt 1 RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY) Rham Ezzeldn *,

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

Water Supply and Demand Sensitivities of Linear Programming Solutions to a Water Allocation Problem

Water Supply and Demand Sensitivities of Linear Programming Solutions to a Water Allocation Problem Appled Mathematcs, 22, 3, 285-297 http://dx.do.org/.236/am.22.3385 Publshed Onlne October 22 (http://www.scrp.org/journal/am) Water Supply and Demand Senstvtes of Lnear Programmng Solutons to a Water Allocaton

More information

OVERVIEW OF 2007 E-DEFENSE BLIND ANALYSIS CONTEST RESULTS

OVERVIEW OF 2007 E-DEFENSE BLIND ANALYSIS CONTEST RESULTS The th World Conference on Earthquake Engneerng October -,, Beng, Chna OVERVIEW OF E-DEFENSE BLIND ANALYSIS CONTEST RESULTS Makoto Ohsak, Kazuhko Kasa, Tsuyosh Hkno and Yuch Matsuoka Assocate Professor,

More information

MEASURING USER S PERCEPTION AND OPINION OF SOFTWARE QUALITY

MEASURING USER S PERCEPTION AND OPINION OF SOFTWARE QUALITY MEASURING USER S PERCEPTION AND OPINION OF SOFTWARE QUALITY Dmtrs Stavrnouds, Computer Technology Insttute, Greece Mchals Xenos, Patras Unversty, Greece Pavlos Peppas, Macquare Unversty, Australa Dmtrs

More information

USING CONTESTS FOR ENGINEERING SYSTEMS DESIGN: A STUDY OF AUCTIONS AND FIXED- PRIZE TOURNAMENTS

USING CONTESTS FOR ENGINEERING SYSTEMS DESIGN: A STUDY OF AUCTIONS AND FIXED- PRIZE TOURNAMENTS INTERNATIONAL DESIGN CONFERENCE - DESIGN 2016 Dubrovnk - Croata, May 16-19, 2016. USING CONTESTS FOR ENGINEERING SYSTEMS DESIGN: A STUDY OF AUCTIONS AND FIXED- PRIZE TOURNAMENTS A. M. Chaudhar, J. D. Theknen

More information

A Category Role Aided Market Segmentation Approach to Convenience Store Category Management

A Category Role Aided Market Segmentation Approach to Convenience Store Category Management A Category Role Aded Market Segmentaton Approach to Convenence Store Category Management Yongje Ye 1, Shuhua Han Abstract Ths paper presents an nnovatve market segmentaton model whch s drven by category-role,

More information

Elastic Lateral Features of a New Glass Fiber Reinforced Gypsum Wall

Elastic Lateral Features of a New Glass Fiber Reinforced Gypsum Wall Vol:, No:3, Elastc Lateral Features of a New Glass Fber Renforced Gypsum Wall Zhengyong Lu, Huqng Yng Internatonal Scence Index, Cvl and Envronmental Engneerng Vol:, No:3, waset.org/publcaton/67 Abstract

More information

Development of Investment Strategies for Wind Power Generation

Development of Investment Strategies for Wind Power Generation Development of Investment Strateges for Wnd Power Generaton Chanapan Kongnam, Student Member, IEEE, and Somboon uchprayoon, Member, IEEE Abstract--Ths paper develops nvestment strateges for wnd power generaton

More information

arxiv: v1 [math.ds] 22 May 2012

arxiv: v1 [math.ds] 22 May 2012 FTT:Power : A global model of the power sector wth nduced technologcal change and natural resource depleton Jean-Franços Mercure Cambrdge Centre for Clmate Change Mtgaton Research (4CMR), Department of

More information

A traffic emission-saving signal timing model for urban isolated intersections

A traffic emission-saving signal timing model for urban isolated intersections Avalable onlne at www.scencedrect.com ScenceDrect Proceda - Socal and Behavoral Scences 96 ( 2013 ) 2404 2413 13th COTA Internatonal Conference of Transportaton Professonals (CICTP 2013) A traffc emsson-savng

More information

A Numerical Study on the Estimation of Heat Release Rate Based on the Flow Field through the Doorway

A Numerical Study on the Estimation of Heat Release Rate Based on the Flow Field through the Doorway A Numercal Study on the Estmaton of Heat Release Rate Based on the Flow Feld through the Doorway SUNG CHAN KIM School of Fre and Dsaster Preventon Kyung Il Unversty 33, Buho-r, Hayang-eup, Gyungsan-s,

More information

Design of flexible manufacturing cell considering uncertain product mix requirement

Design of flexible manufacturing cell considering uncertain product mix requirement Int. J. Agle Systems and Management, Vol. 3, Nos. 1/2, 2008 37 Desgn of flexble manufacturng cell consderng uncertan product mx requrement Amt Ra Dxt* Department of Mechancal Engneerng and Mnng Machnery

More information

The Study on Evaluation Module Architecture of ERP for Chemical Enterprises Yongbin Qin 1, 2, a, Jiayin Wei 1, b

The Study on Evaluation Module Architecture of ERP for Chemical Enterprises Yongbin Qin 1, 2, a, Jiayin Wei 1, b Internatonal Conference on Educaton Technology and Informaton System (ICETIS 2013) The Study on Evaluaton Module Archtecture of ERP for Chemcal Enterprses Yongbn Qn 1, 2, a, Jayn We 1, b 1 College of Computer

More information

Driving Factors of SO 2 Emissions in 13 Cities, Jiangsu, China

Driving Factors of SO 2 Emissions in 13 Cities, Jiangsu, China Avalable onlne at www.scencedrect.com ScenceDrect Energy Proceda 88 (2016 ) 182 186 CUE2015-Appled Energy Symposum and Summt 2015: Low carbon ctes and urban energy systems Drvng Factors of SO 2 Emssons

More information

Optimal photovoltaic placement by self-organizing hierarchical binary particle swarm optimization in distribution systems

Optimal photovoltaic placement by self-organizing hierarchical binary particle swarm optimization in distribution systems Avalable onlne at www.scencedrect.com ScenceDrect Energy Proceda 89 (2016 ) 69 77 CoE on Sustanable Energy System (Tha-Japan), Faculty of Engneerng, Rajamangala Unversty of Technology Thanyabur (RMUTT),

More information

Bulletin of Energy Economics.

Bulletin of Energy Economics. Bulletn of Energy Economcs http://www.tesdo.org/journaldetal.aspx?id=4 Energy Intensty and Technology Sourcng: A Study of Manufacturng Frms n Inda Santosh Kumar Sahu a,, K. Narayanan b a Madras School

More information

A REVIEW OF CONTROL STRATEGIES FOR ANALYZING AND DESIGNING MANAGING WIND GENERATORS

A REVIEW OF CONTROL STRATEGIES FOR ANALYZING AND DESIGNING MANAGING WIND GENERATORS A REVIEW OF CONTROL STRATEGIES FOR ANALYZING AND DESIGNING MANAGING WIND GENERATORS Vaa K. Gkountrouman (a), Peter P. Groumpos (b) (a) Department of Electrcal and Computer Engneerng, Unversty of Patras

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

Eco-efficiency optimization of Hybrid Electric Vehicle based on response surface method and genetic algorithm

Eco-efficiency optimization of Hybrid Electric Vehicle based on response surface method and genetic algorithm Eco-effcency optmzaton of Hybrd Electrc Vehcle based on response surface method and genetc algorthm J. Nzsabra, P. Duysnx, Y. Louvgny LTAS - Automotve Engneerng, Unversty of Lege, B52, Chemns des Chevreuls,

More information

DEVELOPMENT OF A MODEL FOR EVALUATING THE EFFECTIVENESS OF ACCOUNTING INFORMATION SYSTEMS

DEVELOPMENT OF A MODEL FOR EVALUATING THE EFFECTIVENESS OF ACCOUNTING INFORMATION SYSTEMS DEVELOPMENT OF A MODEL FOR EVALUATING THE EFFECTIVENESS OF ACCOUNTING INFORMATION SYSTEMS Asta Raupelene, asta@eko.lzuu.lt - Lnas Stabngs, lnas@nfo.lzuu.lt Lthuanan Unversty of Agrculture The mplementaton

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

Smart Grid Analysis of Centralized Cooling for an Urban Community

Smart Grid Analysis of Centralized Cooling for an Urban Community Smart Grd Analyss of Centralzed Coolng for an Urban Communty Francne Vera, Jéssca Henrques, Larssa Soares, Leandro Rezende, Moses Soares Martns, Ramundo R. Melo Neto and Donald J. Chmelews* Department

More information

1. A conceptual approach of customer lifetime value and customer equity

1. A conceptual approach of customer lifetime value and customer equity THE MEASUREMENT OF CUSTOMER LIFETIME VALUE AND CUSTOMER EQUITY Auhor: Balan Carmen Balan Insttuton: Academy of Economc Studes of Bucharest, Faculty of Marketng, Department of Marketng,. Address: Pata Romana

More information

Study on Multi-objective Optimization Model of Inventory Control and Supplier Selection Problem Under Uncertainty

Study on Multi-objective Optimization Model of Inventory Control and Supplier Selection Problem Under Uncertainty Study on Mult-objectve Optmzaton Model of Inventory Control and Suppler Selecton Problem Under Uncertanty June, 201 3 D O C T OR OF E N G INEERING D c k y F a t r a s T O Y O HASHI U N I VERSITY OF TECHNOLOGY

More information

RULEBOOK on the manner of determining environmental flow of surface water

RULEBOOK on the manner of determining environmental flow of surface water Pursuant to Artcle 54 paragraph 2 of the Law on Waters (Offcal Gazette of the Republc of Montenegro 27/07 and Offcal Gazette of Montenegro 32/11 and 48/15), the Mnstry of Agrculture and Rural Development

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

International Trade and California s Economy: Summary of the Data

International Trade and California s Economy: Summary of the Data Internatonal Trade and Calforna s Economy: Summary of the Data by Professor Dwght M. Jaffee Fsher Center for Real Estate and Urban Economcs Haas School of Busness Unversty of Calforna Berkeley CA 94720-1900

More information

A Modelling Framework for the Acquisition and Remanufacturing of Used Products

A Modelling Framework for the Acquisition and Remanufacturing of Used Products A Modellng Framework for the Acquston and Remanufacturng of Used Products Yanns Nkolads Department of Technology Management Unversty of Macedona, 5900 Naoussa, Greece tel: +30 330 5460 e-mal address: nkolads@uowm.gr

More information

Spot Welding Parameter Optimization To Improve Weld Characteristics For Dissimilar Metals

Spot Welding Parameter Optimization To Improve Weld Characteristics For Dissimilar Metals Spot Weldng Parameter Optmzaton To Improve Weld Characterstcs For Dssmlar Metals Aravnthan Arumugam, MohdAmz Nor Abstract: Resstance spot weldng s a process whch s wdely used n the automotve ndustry to

More information

Impact of Energy Storage Systems on Electricity Market Equilibrium

Impact of Energy Storage Systems on Electricity Market Equilibrium Impact of Energy Storage Systems on Electrcty Market Equlbrum A. S. A. Awad, raduate Student Member, IEEE, J. Davd Fuller, T. H. M. EL-Fouly, Member, IEEE, and M. M. A. Salama, Fellow, IEEE Abstract Integraton

More information

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR I-Lung Chen, Tze We an and Bo-Shuo Chen Department of Chemcal Engneerng, Natonal Tawan Unversty of Scence

More information

Mathematical models of air-cooled condensers for thermoelectric units

Mathematical models of air-cooled condensers for thermoelectric units Energy and Sustanablty II 399 Mathematcal models of ar-cooled condensers for thermoelectrc unts S. Bracco 1, O. Calgars 2 & A. Trucco 1 1 Department of Machnery, Energy Systems and Transportaton, Genoa

More information

Wind Power Prediction Using a Hybrid Approach with Correction Strategy Based on Risk Evaluation

Wind Power Prediction Using a Hybrid Approach with Correction Strategy Based on Risk Evaluation M.Essa et al., Vol.7, No.3, 7 Wnd Power Predcton Usng a Hybrd Approach wth Correcton Strategy Based on Rsk Evaluaton Mohammed Essa*, Yu Jla*, Wang Songyan*, Peng Lu* *School of Electrcal Engneerng and

More information

LRm Laboratory for Responsible Manufacturing

LRm Laboratory for Responsible Manufacturing LRm Laboratory for Responsble Manufacturng Bblographc Informaton Udomsawat, G., Gupta, S. M. and Al-Turk, Y. A. Y., "Push and Pull Control Systems n Dsassembly Lnes", Proceedngs of the 2004 Decson Scences

More information

Supplier Quality Performance Measurement System*

Supplier Quality Performance Measurement System* Suppler Qualty Performance Measurement System* LIU Yumn School of Busness, Zhengzhou Unversty, P.R.Chna, 45000 Abstract Qualty performance s excellent performance that organzatons reach to hgh qualty at

More information

Objectives Definition

Objectives Definition Pod Product, Servces, and ng Strateges Chapter 9 Objectves Be able to defne product and dk know the major classfcatons of products and servces. Understand the decsons companes make regardng ther ndvdual

More information

A Customers Discrete Choice Model for Competition over Incomes in Telecommunications Market

A Customers Discrete Choice Model for Competition over Incomes in Telecommunications Market Internatonal Arab Conference on Informaton Technology (ACIT'2016) A Customers Dscrete Choce Model for Competton over Incomes n Telecommuncatons Market M hamed Outanoute 1, Mohamed Baslam 1, Belad Boukhalene

More information

The Employment Effects of Low-Wage Subsidies

The Employment Effects of Low-Wage Subsidies The Employment Effects of Low-Wage Subsdes Krstna Huttunen Jukka Prttlä Roope Uustalo CESIFO WORKING PAPER NO. 3043 CATEGORY 4: LABOUR MARKETS MAY 2010 An electronc verson of the paper may be downloaded

More information

A Hybrid Model for Congestion Management with Real and Reactive Power Transaction

A Hybrid Model for Congestion Management with Real and Reactive Power Transaction A Hybrd Model for Congeston Management wth Real and Reactve Power Transacton Narayana Prasad Padhy Yog Ra Sood Abdel Moamen. M. A. Maruth Kumar H. O. Gupta Abstract-- In ths paper, an effcent and practcal

More information

APPLICATION OF FLEET CREATION PROBLEMS IN AIRCRAFT PRE-DESIGN

APPLICATION OF FLEET CREATION PROBLEMS IN AIRCRAFT PRE-DESIGN APPLICATION OF FLEET CREATION PROBLEMS IN AIRCRAFT PRE-DESIGN Pavel V. Zhuravlev Faculty of Aeronautcal Engneerng, Moscow Avaton Insttute, Moscow, Russa Keywords: Passenger Arplane, Arcraft Fleet, Operatonal

More information

A New Dynamic Trust Approach for Cloud Computing

A New Dynamic Trust Approach for Cloud Computing Internatonal Worshop on Cloud Computng and Informaton Securty (CCIS 203 A New Dynamc Trust Approach for Cloud Computng Zhongxue YANG College of Computer Scence and Technology Nanng Unversty of Aeronautcs

More information

MALAY ARABIC LETTERS RECOGNITION AND SEARCHING

MALAY ARABIC LETTERS RECOGNITION AND SEARCHING Internatonal Journal of Scence and Appled echnology MALAY ARABIC LEERS RECOGNIION AND SEARCHING *Correspondng author Sukamto 1, Elfzar 2*, Mara Erna 3 1 Informaton System Department, Unversty of Rau, Indonesa

More information

An Implicit Rating based Product Recommendation System

An Implicit Rating based Product Recommendation System An Implct Ratng based Product Recommendaton System Cheh-Yuan Tsa Department of Industral Engneerng and Management Yuan Ze Unversty, Taoyuan Cty, Tawan Tel: (+886) 3-463-8800 ext. 2512, Emal: cytsa@saturn.yzu.edu.tw

More information

Determination of a Desirable Inventory Policy in a three Echelon Multilayer Supply Chain with Normal Demand

Determination of a Desirable Inventory Policy in a three Echelon Multilayer Supply Chain with Normal Demand Internatonal Journal of Industral Engneerng & Producton Research March 1, Volume 3, Number 1 pp. 65-7 ISSN: 8-4889 http://ijiepr.ust.ac.r/ Determnaton of a Desrable Inventory Polcy n a three Echelon Multlayer

More information

A Market-Driven Approach to Product Family Design

A Market-Driven Approach to Product Family Design Deepak Kumar Graduate Student, Department of Mechancal Engneerng, Northwestern Unversty. Emal: k-dleep@northwestern.edu. We Chen (Correspondng author) Assocate Professor, Department of Mechancal Engneerng,

More information

The Estimation of Thin Film Properties by Neural Network

The Estimation of Thin Film Properties by Neural Network Automaton, Control and Intellgent Systems 2016; 4(2): 15-20 http://www.scencepublshnggroup.com/j/acs do: 10.11648/j.acs.20160402.12 ISS: 2328-5583 (Prnt); ISS: 2328-5591 (Onlne) The Estmaton of Thn Flm

More information

An Example (based on the Phillips article)

An Example (based on the Phillips article) An Eample (based on the Phllps artcle) Suppose ou re the hapless MBA, and ou haven t been fred You decde to use IP to fnd the best N-product soluton, for N = to 56 Let be 0 f ou don t produce product,

More information

Introducing a Multi-Agent, Multi-Criteria Methodology for Modeling Electronic Consumer s Behavior: The Case of Internet Radio

Introducing a Multi-Agent, Multi-Criteria Methodology for Modeling Electronic Consumer s Behavior: The Case of Internet Radio Introducng a Mult-Agent, Mult-Crtera Methodology for Modelng Electronc Consumer s Behavor: The Case of Internet Rado Nkos Manousels 1, and Nkos F. Matsatsns 2 1,2 Techncal Unversty of Crete, Dept. of Producton

More information

Early warning models of financial distress. Case study of the Romanian firms listed on RASDAQ

Early warning models of financial distress. Case study of the Romanian firms listed on RASDAQ Theoretcal and Appled Economcs Volume XX (2013), No. 5(582), pp. 7-14 Early warnng models of fnancal dstress. Case study of the Romanan frms lsted on RASDAQ Mădălna Ecaterna ANDREICA The Bucharest Unversty

More information

Using Semi-Empirical Models to Design Timber Platform Frame for Stability

Using Semi-Empirical Models to Design Timber Platform Frame for Stability Usng Sem-Emprcal Models to Desgn Tmber Platform Frame for Stablty Dr Robert Harstans Lecturer n Structural/Tmber Engneerng Centre for Tmber Engneerng, Naper Unversty Ednburgh, UK. Prof Abdy Kerman Professor

More information

Exploration of RNA Editing and Design of Robust Genetic Algorithms

Exploration of RNA Editing and Design of Robust Genetic Algorithms Exploraton of RNA Edtng and Desgn of Robust Genetc Algorthms Chen-Feng Huang Modelng, Algorthms and Informatcs Group (CCS-3) Computer and Computatonal Scences Dvson Los Alamos Natonal Laboratory, MS B56

More information

A Two-Echelon Inventory Model with Lost Sales

A Two-Echelon Inventory Model with Lost Sales DEPARTMENT OF OPERATIONS RESEARCH UNIVERSITY OF AARHUS Publcaton no. 99/4 A Two-Echelon Inventory Model wth Lost Sales Jonas Andersson Phlp Melchors ISSN 1398-8964 Department of Mathematcal Scences Telephone:

More information

Key Words: dairy; profitability; rbst; recombinant bovine Somatotropin.

Key Words: dairy; profitability; rbst; recombinant bovine Somatotropin. AgBoForum Volume 4, Number 2 2001 Pages 115-123 THE ESTIMATED PROFIT IMPACT OF RECOMBINANT BOVINE SOMATOTROPIN ON NEW YORK DAIRY FARMS FOR THE YEARS 1994 THROUGH 1997 Loren W. Tauer 1 Data from New York

More information

Risk Assessment of Business Process Re-engineering Projects

Risk Assessment of Business Process Re-engineering Projects Open Access Open Journal of Socal Scences, 2014, *, ** Publshed Onlne **** 2014 n ScRes. http://www.scrp.org/journal/jss http://dx.do.org/10.4236/jss.2014.***** Rsk Assessment of Busness Process Re-engneerng

More information

Consumer Choice of Service Plan: Switching Cost and Usage Uncertainty

Consumer Choice of Service Plan: Switching Cost and Usage Uncertainty Consumer Choce of Servce Plan: Swchng Cost and Usage Uncertanty Png Xao Tat Chan Chakravarth Narasmhan 1 May, 007 1 Png Xao s a doctoral student n Marketng, Tat Chan s an Assstant Professor of Marketng,

More information

QUANTITY DISCOUNTS, CAPACITY DECISIONS, AND CHANNEL STRUCTURE CHOICES IN SUPPLY CHAINS JONATHAN EUGENE JACKSON JR.

QUANTITY DISCOUNTS, CAPACITY DECISIONS, AND CHANNEL STRUCTURE CHOICES IN SUPPLY CHAINS JONATHAN EUGENE JACKSON JR. QUANTITY DISCOUNTS, CAPACITY DECISIONS, AND CHANNEL STRUCTURE CHOICES IN SUPPLY CHAINS By JONATHAN EUGENE JACKSON JR. A dssertaton submtted n partal fulfllment of the requrements for the degree of DOCTOR

More information

A SOCIAL ENDORSING MECHANISM FOR LOCATION-BASED ADVERTISING

A SOCIAL ENDORSING MECHANISM FOR LOCATION-BASED ADVERTISING Assocaton for Informaton Systems AIS Electronc Lbrary (AISeL) PACIS 2014 Proceedngs Pacfc Asa Conference on Informaton Systems (PACIS) 2014 A SOCIAL ENDORSING MECHANISM FOR LOCATION-BASED ADVERTISING Len-Fa

More information

Long-term Streamflow Forecasting by Adaptive Neuro-Fuzzy Inference System Using K-fold Cross-validation: (Case Study: Taleghan Basin, Iran)

Long-term Streamflow Forecasting by Adaptive Neuro-Fuzzy Inference System Using K-fold Cross-validation: (Case Study: Taleghan Basin, Iran) Journal of Water Scences Research, ISSN: 51-7405 eissn: 51-7413 Vol.6, No.1, Wnter 014, 71-83, JWSR Long-term Streamflow Forecastng by Adaptve Neuro-Fuzzy Inference System Usng K-fold Cross-valdaton: (Case

More information

A Vehicle Routing Optimization Method with Constraints Condition based on Max-Min Ant Colony Algorithm

A Vehicle Routing Optimization Method with Constraints Condition based on Max-Min Ant Colony Algorithm Appl. Math. Inf. Sc. 8, No. 1L, 239-243 (2014) 239 Appled Mathematcs & Informaton Scences An Internatonal Journal http://dx.do.org/10.12785/ams/081l30 A Vehcle Routng Optmzaton Method wth Constrants Condton

More information

MULTI OBJECTIVE OPTIMIZATION OF FLUX CORED ARC WELD PARAMETERS USING FUZZY BASED DESIRABILITY FUNCTION *

MULTI OBJECTIVE OPTIMIZATION OF FLUX CORED ARC WELD PARAMETERS USING FUZZY BASED DESIRABILITY FUNCTION * IJST, Transactons of Mechancal Engneerng, Vol. 37, No. M2, pp 175-187 Prnted n The Islamc Republc of Iran, 2013 Shraz Unversty MULTI OBJECTIVE OPTIMIZATION OF FLUX CORED ARC WELD PARAMETERS USING FUZZY

More information

Optimization of the north Europe H2 distribution pipeline

Optimization of the north Europe H2 distribution pipeline Optmzaton of the north Europe H2 dstrbuton ppelne Florence Boutemy a, Benjamn Grandgeorge b, Sona Garca Del Cerro c, Stéphane Houyou b, Bors Pachany d (a) AIR LIUIDE R&D, 1 chemn de la Porte des Loges,

More information