You are on page 1of 20

This article was downloaded by: [National Institute of Technology - Calicut] On: 30 October 2012, At: 06:20 Publisher:

Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer House, 37-41 Mortimer Street, London W1T 3JH, UK

International Journal of Production Research


Publication details, including instructions for authors and subscription information: http://www.tandfonline.com/loi/tprs20

Application of genetic algorithms in production and operations management: a review


S. S. Chaudhry & W. Luo
a

Department of Decision and Information Technologies, College of Commerce and Finance, Villanova University, 800 Lancaster Avenue, Villanova, PA 19085, USA
b

Department of Decision and Information Technologies, College of Commerce and Finance, Villanova University, 800 Lancaster Avenue, Villanova, PA 19085, USA E-mail: Version of record first published: 22 Feb 2007.

To cite this article: S. S. Chaudhry & W. Luo (2005): Application of genetic algorithms in production and operations management: a review, International Journal of Production Research, 43:19, 4083-4101 To link to this article: http://dx.doi.org/10.1080/00207540500143199

PLEASE SCROLL DOWN FOR ARTICLE Full terms and conditions of use: http://www.tandfonline.com/page/terms-andconditions This article may be used for research, teaching, and private study purposes. Any substantial or systematic reproduction, redistribution, reselling, loan, sub-licensing, systematic supply, or distribution in any form to anyone is expressly forbidden. The publisher does not give any warranty express or implied or make any representation that the contents will be complete or accurate or up to date. The accuracy of any instructions, formulae, and drug doses should be independently verified with primary sources. The publisher shall not be liable for any loss, actions, claims, proceedings, demand, or costs or damages whatsoever or howsoever caused arising directly or indirectly in connection with or arising out of the use of this material.

International Journal of Production Research, Vol. 43, No. 19, 1 October 2005, 40834101

Application of genetic algorithms in production and operations management: a review


S. S. CHAUDHRY* and W. LUO

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Department of Decision and Information Technologies, College of Commerce and Finance, Villanova University, 800 Lancaster Avenue, Villanova, PA 19085, USA

(Revision received April 2005) Over the last decade, there has been a rapid growth of the use of genetic algorithms in the various areas of production and operations management. This paper provides a review of genetic algorithms research published in twenty-one major production and operations management journals from 19902001. More specically, it identies research trends and publication outlets of genetic algorithms applications. Our ndings show that there are only a handful of production and operations management areas to which genetic algorithms have been applied as the solution approach. Furthermore, we recognize and discuss potential research areas and outlets in which researchers may target their work as well as the need for top ranked POM journals to consider publishing genetic algorithms related papers. Keywords: Production and operations management; Genetic algorithms; Survey

1. Introduction In the last decade, an increasing number of genetic algorithm (GA) applications have appeared in the production and operations management (POM) literature (Aytug et al. 2003, Cheng et al. 1996, Proudlove et al. 1998). GAs were developed based on the principles of the evolutionary theory (Goldberg 1989). It can be used as a heuristics search tool for modelling and solving complex discrete optimization problems (Dowsland 1996). Representing solutions to a problem as a set of individuals, GA iteratively generates improved solutions from the population through reproduction, crossover, and mutation until an optimal solution is reached following the survival of the ttest principle. Since many decisions in POM can be characterized as complex optimization problems that require a heuristic search method, GA is a viable problem-solving tool for a variety of POM applications, such as facility layout, production planning, product design, process design, scheduling, and inventory management (Aytug et al. 2003, Proudlove et al. 1998). Given the rapid growth of GA applications in the POM elds, we believe a review of the past trend and outlets of the published articles in POM journals

*Corresponding author. Email: sohail.chaudhry@villanova.edu


International Journal of Production Research ISSN 00207543 print/ISSN 1366588X online # 2005 Taylor & Francis Group Ltd http://www.tandf.co.uk/journals DOI: 10.1080/00207540500143199

4084

S. S. Chaudhry and W. Luo

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

is warranted to assist researchers in identifying POM research areas in which GAs could be applied as a solution approach as well as potential outlets for their research work. In the literature, there have been a few reviews of GA in the POM areas. For example, Cheng et al. (1996) provided a tutorial survey of GA design methodologies to solve job-shop scheduling problems. Their paper used examples to illustrate the implementation of various GA representation schemes for job-shop scheduling problems. Proudlove et al. (1998) reviewed applications of articial intelligence (AI) techniques in eight areas of POM where GA was discussed as an AI solution approach to solve scheduling, inventory management, and product and process design problems. In a recent paper, Aytug et al. (2003) surveyed GA applications in six major POM problem categories including production control, facility layout, line balancing, production planning, supply chain management and design, and other. They reviewed detailed GA implementation methodology in each of the problem domains that included mapping, representation, initialization, crossover, mutation, and termination. While the reviews of GA applications in POM have provided excellent analysis of how GAs had been implemented in various POM areas, they have focused so far on a limited number of POM areas and did not provide an analysis of journals in which the reviewed articles were published. The purpose of this study is to identify potential research areas and topics of POM that can use the GA as a solution methodology and guide researchers in nding the appropriate outlets for their work. The paper provides an account of GA applications in the eld of POM in terms of publication trends and outlets. We systematically review GA applications that were published in major operations management/operations research journals during the period of 19902001. The remainder of the paper is organized as follows. Section 2 provides a brief description of GA. Section 3 discusses the classication scheme we use to organize POM applications. The data collection method we employed to gather published GA applications in POM literature is described in section 4. Results of our analysis are presented in section 5. Section 6 provides a discussion of further research opportunities.

2. Genetic algorithms A genetic algorithm is a newer form of articial intelligence based on inductive learning technique that was rst introduced by Holland (1975). A GA can be viewed as having as its goal the development of systems that demonstrate self-organization and adaptation. This is accomplished by being exposed to the environment, similar to biological organisms. In this section, we provide a brief description of a genetic algorithm and how it works in an optimization problem. A genetic algorithm is a heuristic search procedure which is based on the natural process of evolution as in biological sciences. As this highly adaptive evolutionary process progresses, the population genetics evolves in a given environment according to the natural behaviour in which the ttest survive and the weakest is destroyed. Thus, the genes from the adept donor will then propagate to another recipient during each successive generation, hence creating more adept

Application of genetic algorithms in production and operations management

4085

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

ospring suitable for the dened environment. In optimization terms, the search algorithm improves the solution over generations as it progresses toward the optimum. Genetic algorithms have been successfully applied in solving a variety of optimization problems which are dicult to solve. These problems include the travelling salesperson problem, job-shop scheduling problems and routing problems, among others. For a more thorough coverage of genetic algorithms, the reader is referred to the excellent textbook by Goldberg (1989). In terms of an optimization problem, the genetic algorithm approach is summarized as follows. At any given point in time, the genetic algorithm generates a population of possible candidate solutions. Initially, the population size is chosen at random. However, this choice typically depends on the characteristics of the problem. Each population component is a string entity of a chromosomefor example, a (0, 1) bit string, which represents a possible solution to the problem. The population components are evaluated based on a given tness function. Highly t population components are given the chance to reproduce through a crossover process with other highly t population elements by exchanging pieces of their genetic information. This process produces ospring or new solutions to the optimization problem based upon the high-performance characteristics of the parents. Premature loss of important information by randomly altering bits within a chromosome is prevented by a mutation process. This procedure continues until a satisfactory solution is achieved.

3. A POM classication scheme Production and operations management is dened as the design, operations, and improvement of systems that create and deliver the rms primary products and services (Chase et al. 2001: 6). Hence, POM is then concerned with the overall management of the various transformation processes in productive systems. Given the various transformation stages of a productive system, the need for management decision making at dierent stages requires strategic, tactical, and operational decisions. A variety of POM classication schemes have been proposed in the literature (Mertens and Kanet 1986, Gupta and Chin 1989, Jayaraman and Srivastava 1996, Proudlove et al. 1998). Mertens and Kanet (1986) developed a taxonomy for production management while assessing the potential use of expert systems in the various areas of production management. They identied nine dierent areas of production management under two broad categories of technological activities and logistical activities. The technological activities were manufacturing engineering, industrial engineering, maintenance, and quality control. On the other hand, the logistical activities included the areas of production planning and control, materials control, purchasing, inventory management, and forecasting. In studying expert systems and their applications in POM, Gupta and Chin (1989) adopted the functional ow diagram of a POM system (Riggs 1976) which showed the relationships between material and information ows with management functions that are needed to the produce a product. Proudlove et al. (1998) reviewed intelligent management systems in operations. They used Schroeders (1993) ve major decision area classication scheme of quality management

4086 Table 1.

S. S. Chaudhry and W. Luo POM research areas (adapted from Jayaraman and Srivastava 1996). Decision types

Unstructured Environment Process choice Process design Product design Quality planning

Semi-structured Facility location Facility layout Project management Long-term capacity planning Job-design Aggregate planning Long-term forecasting

Highly structured Short-term capacity planning Distribution Scheduling Quality control Inventory control Maintenance Short-term forecasting Purchasing

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

and control, process design, capacity planning and scheduling, inventory management, and work-force management and added two additional categories of operations strategy and product design. Jayaraman and Srivastava (1996) very eloquently provided and justied a POM framework for expert system classication. They adopted Morton and Keens (1978) approach by considering whether the decision-making environment was unstructured, semi-structured, or highly structured. Then, decision-making activities that were unstructured to semi-structured would be characterized under the strategic area of POM and the semi-structured to highly structured decision-making situations would be classied under the operational/tactical area of POM. Nineteen dierent POM areas were identied under the strategic and operational/tactical areas of POM. Even though their decision-making classication scheme was dierent from other researchers, in our opinion, we believe that their classication approach is more suitable for our research. In fact, we added environment as an additional area under strategic category to reect the importance of environmental concerns in POM. These areas are summarized in table 1.

4. Data collection method In order to provide a comprehensive review of GA applications in POM, we need to identify GA articles published in the POM literature. We began with the identication of a set of relevant POM journals as the basis of our analysis. Using a survey methodology, Barman et al. (2001) ranked 21 academic journals for their perceived relevance and quality to POM research. The ranking of perceived relevance is presented in table 2. They divided these journals into three categories: highly relevant, less relevant, and the least relevant. The highly relevant category included journals that focus on operations management and decision sciences. The less relevant consisted of operations research oriented journals such as Operations Research and Journal of Operational Research Society. Finally, the least relevant journals were Academy of Management Journal and Academy of Management Review. Other ranking studies of POM journals revealed similar ndings. For example, Goh et al. (1997) categorized POM journals into elite, major, and important journals based on a citation analysis of three prominent journals over a

Application of genetic algorithms in production and operations management Table 2. Barman et al.s (2001) ranking 1 2 3 4 5 List of journals. Goh et al. (1997) Elite Elite Elite Elite Elite Elite Major Elite

4087

Journal name Journal of Operations Management Production and Operations Management International Journal of Operations and Production Management Production and Inventory Management International Journal of Production Research Decision Sciences Interfaces Management Sciences IIE Transactions Harvard Business Review International Journal of Production Economics Journal of Purchasing and Materials Management European Journal of Operational Research Operations Research Naval Research Logistics Omega Journal of Operational Research Society Computers and Operations Research Computers and Industrial Engineering Academy of Management Journal Academy of Management Review

Soteriou et al. (1999) Most relevant Most relevant Most relevant Most relevant Most Relevant

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

Most relevant

Major Major Important Major Major Important

ve-year period. Soteriou et al. (1999) reported a ranking of 35 journals in terms of their relevance to POM research from a European perspective. The results of both studies are included in table 2 for comparison purposes. We adopted the journals of the Barman et al.s (2001) list as the base journals for our search of GA related articles. The search of published GA application articles in the base journals was performed using three online databases which were ABI Inform (http:// proquest.umi.com), Decision Web (http://www.elsevier.nl/homepage/sae/orms/ orms.sht), and Emerald (http://ceres.emeraldinsight.com) as well as individual journal web sites. For each journal, we searched for articles published between 1990 and 2001 with terms genetic algorithm, genetic algorithms, GA, and GAs in the title, subject, and keyword elds. It resulted in 340 articles. We examined these articles in terms of their relevance to our study. Some search results had no relations to genetic algorithms. For example, studies on gas exploration showed up because of the keyword GAs. Many other articles were not POM applications. A total of 162 articles were excluded from further analysis. With the remaining 178 articles, each article was reviewed independently by both authors and placed into the appropriate problem classication area as shown in table 1. When there was a disagreement in the placement of an article, a resolution was reached through discussion among authors.

4088

S. S. Chaudhry and W. Luo

5. Analysis of publication patterns In this section, the results of our survey are presented by classifying published articles according to years, authors, application areas, decision types, and journals. Figure 1 shows the distribution of articles published by year. During the covered period, the number of published GA articles in POM ranged from a low of one article in 1990 and 1991 to the high of 38 articles in 2000. The number of publications also showed a steady increasing trend from 1990 to 2000 with several marked drops in 1997, 1999, and 2001, which may be due to a variety of reasons including journal publication schedules and paper review and revision process. A total of 431 authors aliated with institutions from 30 dierent countries were identied from the 178 articles, of which 360 were unique authors. Table 3 shows the breakdown of authors by countries and their membership in the Organisation for Economic Co-operation and Development (OECD), which was used as a way to classify developed and developing economies. It can be seen that the largest number of authors were from the USA, followed by China (including Hong Kong), and Japan. Based on the OECD classication, 328 authors were from 18 OECD member countries while the remaining 103 authors were from the developing countries. Table 4 further dierentiates these countries into continental regions. Through this classication, it can be seen that North America and Asia had approximately the same number of contributing authors of the 178 articles. The distribution of publication numbers by application areas is presented in table 5. Scheduling had the largest number of GA publications followed by facility layout, which accounted for 50% and 17.98% of the total publications, respectively. Another 17.41% of the articles were in the areas of process design, aggregate planning, and product design. The remaining 14.61% of the articles were scattered in 12 application areas ranging from inventory control to environmental issues. No GA applications were found in the quality planning, short-term and long-term forecasting, and short-term capacity planning.
Articles by Year
45 40 35

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Number of Articles

30 25 20 15 10 5 0 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001

Year

Figure 1.

Distribution of articles by year.

Application of genetic algorithms in production and operations management Table 3. Country USA China Japan Canada Korea Turkey France Germany Taiwan UK India Israel Spain Poland Italy Authors 148 49 39 25 23 18 15 12 14 12 12 10 6 5 5 Country aliation of authors for all papers. OECD Member Member Member Member Member Member Member Member Member Member Member Total Country Belgium Australia Austria Brazil Zimbabwe Netherlands Malaysia Fiji Singapore Sweden Greece Finland Thailand Lebanon South Africa 30 Authors 5 5 4 4 4 3 3 2 2 1 1 1 1 1 1 431

4089

OECD Member Member Member Member

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Member Member Member

18

Table 4. Continent

Continent aliation of authors for all papers. Authors 173 172 70 7 5 4

North America Asia Europe Australia/Oceania Africa South America

POM application areas can be classied into unstructured, semi-structured, and structured decision types. Table 6 shows the number of articles falling into each decision type category and their percentage as the total number of publication for each year. Structured decision type dominated the GA applications with almost 59% of the published GA articles appearing in this category. Semi-structured and unstructured decision types accounted for 28% and 13% of the total, respectively. However, it is worth noting that there was a signicant increase in the number of applications of GA in unstructured and semi-structured decision types during the late 1990s. As shown in table 7, we found POM applications of GA in 12 journals. The largest numbers of applications appeared in European Journal of Operational Research, International Journal of Production Research, Computers and Operations Research, and Computers and Industrial Engineering, which accounted for about 75% of total articles. Another three journals, International Journal of Production Economics, IIE Transactions, and Journal of Operational Research Society, accounted for almost 20% of the articles. The remaining four journals, Decision Sciences, Management Sciences, International Journal of Operations and Production Management, and Operations Research, published slightly over 5% of the total number of articles. In terms of the types of articles published in the journals,

4090 Table 5. Tier 1 2 3 4

S. S. Chaudhry and W. Luo Number of published articles by application areas. POM topics Scheduling Facility layout Process design Aggregate planning Product design Inventory control Facility location Maintenance Process choice Distribution Quality control Project management Long-term capacity planning Job design Short-term forecasting Purchasing Environment Quality planning Long-term forecasting Short-term capacity planning Table 6. Number of articles 89 32 13 10 8 6 5 3 2 2 2 1 1 1 1 1 1 0 0 0 Percentage of total articles 50.00 17.98 7.30 5.62 4.49 3.37 2.81 1.69 1.12 1.12 1.12 0.56 0.56 0.56 0.56 0.56 0.56 0.00 0.00 0.00

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Number and percentage of articles by decision types. Semi-structured 1 (100%) 1 (50%) 2 (33.33%) 2 (14.29%) 5 (18.52%) 1 (10%) 12 (41.38%) 11 (45.83%) 10 (25.00%) 5 (23.81%) 50 (28.09%) Structured 1 (100%) 1 (50%) 2 (66.67%) 4 (66.67%) 11 (78.57%) 19 (70.37%) 7 (70%) 14 (48.28%) 10 (41.67%) 24 (60.00%) 12 (57.14%) 105 (58.99%) Total 1 1 2 3 6 14 27 10 29 24 40 21 178

Year 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 Total

Unstructured 1 (33.33%) 1 (7.14%) 3 (11.11%) 2 (20%) 3 (10.34%) 3 (12.50%) 6 (15.00%) 4 (19.05%) 23 (12.92%)

Computer and Industrial Engineering only had GA applications that are classied as structured POM decision, while International Journal of Production Research had more articles in unstructured and semi-structured POM decisions. European Journal of Operational Research and Computers and Operations Research were more balanced in their coverage. Although our search covered 21 dierent journals, we did not nd any GA applications of POM in 12 journals including journals such as Journal of Operations Management, Production and Operations Management, Harvard Business Review and Sloan Management Review. It should be noted that some

Application of genetic algorithms in production and operations management Table 7. Journal title European Journal of Operational Research International Journal of Production Research Computers and Operations Research Computers and Industrial Engineering International Journal of Production Economics IIE Transactions Journal of Operational Research Society Decision Sciences Management Sciences Naval Research Logistics International Journal of Operations and Production Management Operations Research Distribution of published articles by journals. Unstructured 2 8 4 0 3 2 3 0 1 0 0 0 Semi-structured 11 11 9 5 5 2 4 2 0 0 0 1 Structured 26 18 17 22 7 6 6 2 1 2 1 0

4091

Total 39 37 30 27 15 10 10 4 2 2 1 1

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

of them are general management journals with limited POM coverage. They also tend to focus on conceptual and empirical research. However, it is surprising that leading POM journals such as Journal of Operations Management and Production and Operations Management had not published articles in this area.

6. Discussion From the publication patterns as described in the previous section, the use of GA in solving POM problems has seen a steady growth since the early 1990s and they have appeared in many leading POM journal publications. Given that all journals surveyed in this study are published out of North America and Europe, the author aliations of the published research were very diverse and they belonged to 30 dierent countries covering six continents. Furthermore, it is surprising to note that so many authors from developing economies (non-OECD member nations) made contributions to journals based in North America and Europe. This shows that GA has become a well-versed technique that can be applied to POM problems without geographic boundary and regardless of degree of economic development. Based on the number of published articles included in the survey from various areas of POM, we can group these publications into ve tiers, see table 5. The rst tier consists of the area of scheduling which was by far the most proliferated topic for GA applications and accounted for 50% of the total publications. Tier two comprised the area of facility layout, which accounted for close to 18%. The third tier consisted of the areas of process design, aggregate planning, and product design, which accounted for fewer than 18% of the total publications. The fourth tier

4092

S. S. Chaudhry and W. Luo

consisted of the remaining 11 areas, ranging from 1 to 5 articles, and accounted for another 14% of the total publications. The last tier consisted of the remaining three areas in which no paper has been published in the selected journals so far. The majority of publications fall into the rst two tiers and there seems to be a good t between the characteristics of the problem domains and the GA tool. As noted above, scheduling and facility layout are the more established areas for GA applications. Due to the complexity of scheduling and facility layout problems, in practice and theory, heuristics are typically used as a solution methodology and it has been shown that GA usually tends to perform well on complex situations (Chaudhry et al. 2000). Hence, it is not surprising to nd the large amounts of publications in these two areas where GA is widely applied. As it is well known that scheduling is a broad and complex topic, applications of GA in scheduling have appeared in a wide variety of scheduling environments including job-shop/ow-shop, project scheduling and management, and other environments such as manufacturing cells and exible transfer line (Morton and Pentico 1993). This issue is addressed by the recent work of Aytug et al. (2003). However, a more detailed analysis of this work is needed. In a typical facility layout problem, the objective is to arrange departments in the most eective manner in order to process the work load of the business environment. From this research, it is apparent that GA has been applied to such problems. However, the area of facility layout shares a common thread with the scheduling area in the sense that they are not only as dicult to solve but also overlap in the context of the problem. For example, in a typical assembly line balancing problem, if the objective is to balance work stations, it can be viewed as a facility layout problem. However, if the objective is to determine the sequence of jobs at the work station, then the problem can be considered as a scheduling problem. Thus, this provides a synergy between the two areas that can be exploited by the use of GA as a solution technique. Our analysis indicates that there is a growing research interest in the topics of process design, product design, and aggregate planning since 24 out of the 31 published articles in these areas appeared after 1998. It is interesting to note that all these topics involve semi-structured and unstructured decisions. Like many other heuristic techniques, GA requires the problems to be structured in certain ways. Many semi-structured and unstructured problems do not lend themselves naturally to the GA requirements. However, within an unstructured problem domain, certain decision-making subcategories may exist where GA can be applied. Although we did not nd many publications in majority of the POM topics, it is not an indication that GA cannot be applied. Instead, we strongly believe that there are ample opportunities for researchers to utilize GA techniques in addressing POM problems. In our opinion, there are several possible reasons why GA applications in POM are concentrated in only a few areas. First, GA is still a relatively new solution methodology and POM researchers are just beginning to exploit and apply it in their research areas. Thus, researchers are likely to focus on those topics in which GA can be more readily applied. As GA research in scheduling and facility layout matures, we expect to see a more diversied portfolio of GA applications. Second, many POM researchers are not yet fully familiar with the GA as a solution methodology, partly because there are only a handful of commercially available GA software packages, for example, Evolver (1998) and

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Application of genetic algorithms in production and operations management

4093

Genehunter (1995). As more user friendly and versatile GA software packages are developed and available to POM researchers, we would expect more POM researchers will engage in implementing the GA methodology.

7. Conclusions In this study, we provided a summary of GA research published in POM-related journals as applied to the areas of POM from 1990 to 2001. Our ndings show that out of the 20 POM topics, scheduling and facility layout are the two most proliferated topics. Also, we see the emergent areas are that of process design, aggregate planning, and product design. The results from this study can help researchers who are interested in conducting studies in the POM areas using GA to identify potential research areas and topics. In addition, our study shows the journals that have traditionally published GA application studies and thus identies potential research outlets for their work. Furthermore, as indicated by our study, some of the top ranked POM journals have not published any GA related papers. The general growing trend of GA applications in POM suggested that our editors of the top-ranked POM journals may want to encourage submissions of research work related to GA applications and play a leading role in promoting new solution methodologies in articial intelligence. There are several limitations for this study. First, this survey covers only a limited set of POM-ranked journals based out of North America and Europe. It is quite likely that some GA-based POM research was published in journals that were not included in our survey. Also, conference proceedings and other types of publications were not included in this survey. However, our survey was based on three dierent ranking studies of POM journals and, therefore, it does provide a good representation of quality POM journals. Second, the decisions to categorize the articles were based on authors judgments. These categories were based on syntheses of various POM topic frameworks and they have been applied in a survey paper on the use of expert systems in POM. Third, this survey only focuses on the POM application areas and the journals in which the articles were published. We did not provide detailed analysis and assessment of how GA was applied to those problems. This is a subject of our further studies.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

References
Aytug, H., Khouja, M. and Vergara, F.E., Use of genetic algorithms to solve production and operations management problems: a review. Int. J. Prod. Res., 2003, 41, 39554009. Barman, S., Hanna, M.D. and Laforge, R.L., Perceived relevance and quality of POM journals: a decade later. J. Op. Manage., 2001, 19, 367385. Chase, R.B., Aquilano, N.J. and Jacobs, F.R., Operations Management for Competitive Advantage, 9th ed., 2001 (McGraw-Hill Irwin: New York, NY). Chaudhry, S.S., Varano, M.W. and Xu, L., Systems research, genetic algorithms, and information systems. Syst. Res. & Behav. Sci., 2000, 17, 149162. Cheng, R., Gen, M. and Tsujimura, Y., A tutorial survey of job-shop scheduling problems using genetic algorithms. I. Representation. Computers & Indust. Eng., 1996, 30, 983997.

4094

S. S. Chaudhry and W. Luo

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Dowsland, K.A., Genetic algorithmsA tool for OR? J. Op. Res. Soc., 1996, 47, 550561. Evolver, 1998 (Palisade Corporation: Neweld, NY). GeneHunter, 1995 (Ward Systems Group, Inc.: Frederick, MD). Goh, C.-H., Holsapple, C.W., Johnson, L.E. and Tanner, J.R., Evaluating and classifying POM journals. J. Op. Manage., 1997, 15, 123138. Goldberg D., Genetic Algorithms in Search, Optimisation, and Machine Learning, 1989 (Addison-Wesley: Reading, MA). Gupta, Y.P. and Chin, D.C.W., Expert systems and their applications in production and operations management. Computers & Op. Res., 1989, 16, 567582. Holland, J., Adaptation in Natural and Articial Systems, 1975 (University of Michigan Press: Ann Arbor, MI). Jayaraman, V. and Srivastava, R., Expert systems in production and operations management: current applications and future prospects. Int. J. Op. & Prod. Manage., 1996, 16, 2744. Mertens, P. and Kanet, J.J., Expert systems in production management: an assessment. J. Op. Manage., 1986, 6, 393404. Morton, T.E. and Pentico, D.W., Heuristic Scheduling Systems with Applications to Production Systems and Project Management, 1993 (John Wiley and Sons: New York, NY). Proudlove, N.C., Vadera, S. and Kobbacy, K.A.H., Intelligent management systems in operations: a review. J. Op. Res. Soc., 1998, 49, 682699. Riggs, R.L., Production Systems: Planning, Analysis and Control, 1996 (John Wiley and Sons: New York, NY). Schroeder, R.G., Operations Management: Decision Making in the Operations Function, 4th ed., 1993 (McGraw-Hill: New York, NY). Soteriou, A.C., Hadjinicola, G.C. and Patsia, K., Assessing production and operations management related journals: the European perspective. J. Op. Manage., 1999, 17, 225238.

Bibliography
Abboud, N., Inuiguchi, M., Sakawa, M. and Uemura, Y., Manpower allocation using genetic annealing. Euro. J. Op. Res., 1998, 111(2), 405421. Abdinnour-Helm, S., A hybrid heuristic for the uncapacitated hub location problem. Euro. J. Op. Res., 1998, 106(2,3), 489500. Al-Hakim, L., A note on a genetic algorithm approach for multiple criteria facility layout design. Int. J. Prod. Res., 2000, 38(4), 985989. Al-Hakim, L., On solving facility layout problems using genetic algorithms. Int. J. Prod. Res., 2000, 38(11), 25732582. Al-Hakim, L., An analogue genetic algorithm for solving job shop scheduling problems. Int. J. Prod. Res., 2001, 39(7), 15371548. Arzi, Y., Bukchin, J. and Masin, M., An eciency frontier approach for the design of cellular manufacturing systems in a lumpy demand environment. Euro. J. Op. Res., 2001, 134(2), 346264. Awadh, B., Sepehri, N. and Hawaleshka, O., A computer-aided process planning model based on genetic algorithms. Computers & Op. Res., 1995, 22(8), 841856. Aytug, H., Koehler, G.J. and Snowdon, J.L., Genetic learning of dynamic scheduling within a simulation environment. Computers & Op. Res., 1994, 21(8), 909925. Azadivar, F. and Tompkins, G., Simulation optimisation with qualitative variables and structural model changes: a genetic algorithm approach. Euro. J. Op. Res., 1999, 113(1), 169183. Azadivar, F. and Wang, J., Facility layout optimisation using simulation and genetic algorithms. Int. J. Prod. Res., 2000, 38(17), 43694383. Babu, A.R. and Babu, N.R., Eective nesting of rectangular parts in multiple rectangular sheets using genetic and heuristic algorithms. Int. J. Prod. Res., 1999, 37(7), 16251643.

Application of genetic algorithms in production and operations management

4095

Backhouse, P.G., Fotheringham, A.F. and Allan, G., A comparison of a genetic algorithm with an experimental design technique in the optimisation of a production process. J. Op. Research Society, 1997, 48(3), 247256. Balakrishnan, J. and Chen, C.H., Genetic search and the dynamic layout problem. Computers & Op. Res., 2000, 27, 587593. Balakrishnan, P.V. and Jacob, V.S., Genetic algorithms for product design. Manage. Sci., 1996, 42(8), 11051118. Bhaskara Reddy, S.V., Shunmugam, M.S. and Narendran, T.T., Operation sequencing in CAPP using genetic algorithms. Int. J. Prod. Res., 1999, 37(5), 10631074. Bhattacharyya, S. and Koehler, G.J., Learning by objectives for adaptive shop-oor scheduling. Decision Sci., 1998, 29(2), 347376. Biegel, J.E. and Davern, J.J., Genetic Algorithms and Job Shop Scheduling. Computers & Ind. Eng., 1990, 19, 8191. Bowden, R. and Bullington, S.F., Development of manufacturing control strategies using unsupervised machine learning. IIE Trans., 1996, 28, 319331. Brown, E.C. and Sumichrast, R.T., CF-GGA: a grouping algorithm for the cell formation problem. Int. J. Prod. Res., 2001, 39(16), 36513669. Bulgak, A.A., Diwan, P.D. and Inozu, B., Buer size optimisation in asynchronous assembly systems using genetic algorithms. Computers & Ind. Eng., 1995, 28(2), 309322. Cai, X. and Li, K.N., A genetic algorithm for scheduling sta of mixed skills under multicriteria. Euro. J. Op. Res., 2000, 125(2), 359369. Candido, M.A.B., Khator, S.K. and Barcia, R.M., A genetic algorithm based procedure for more realistic job shop scheduling problems. Int. J. Prod. Res., 1998, 36(12), 34373457. Caraa, V., Ianes, S., Bagchi, T.P. and Sriskandarajah, C., Minimising makespan in a blocking owshop using genetic algorithms. Int. J. Prod. Econ., 2001, 70(2), 101115. Carnahan, B.J., Norman, B.A. and Redfern, M.S., Incorporating physical demand criteria into assembly line balancing. IIE Trans., 2001, 33, 875887. Cavory, G., Dupas, R. and Goncalves, G., A genetic approach to the scheduling of preventive maintenance tasks on a single product manufacturing production line. Int. J. Prod. Econ. 2001, 74, 135140. Chan, K.C. and Tansri, H., A study of genetic crossover operations on the facilities layout problem. Computers & Ind. Eng., 1994, 26(3), 537550. Chen, C., Neppalli, R.V. and Aljaber, N., Genetic algorithms applied to the continuous ow shop problem. Computers & Ind. Eng., 1996, 30(4), 919929. Chen, C.L., Vempati, V.S. and Aljaber, N., An application of genetic algorithms for ow shop problems. Euro. J. Op. Res., 1995, 80(2), 389397. Chen, M., Roundness inspection strategies for machine visions using non-linear programs and genetic algorithms. Int. J. Prod. Res., 2000, 38(13), 29672988. Chen, X., Wan, W. and Xu, X., Modeling rolling batch planning as vehicle routing problem with time windows. Computers & Op. Res., 1998, 25(12), 11271136. Cheng, R. and Gen, M., Loop layout design problem in exible manufacturing systems using genetic algorithms. Computers & Ind. Eng., 1998, 34(1), 5361. Chiou, Y.C. and Lan, L.W., Genetic clustering algorithms. Euro. J. Op. Res., 2001, 135(2), 413427. Coit, D.W. and Smith, A.E., Penalty guided genetic search for reliability design optimisation. Computers & Ind. Eng., 1996, 30(4), 895904. Cormier, D., OGrady, P. and Sanii, E., A constraint-based genetic algorithm for concurrent engineering. Int. J. Prod. Res., 1998, 36(6), 16791697. Crauwels, H.A.J., Potts, C.N. and Van Wassenhove, L.N., Local search heuristics for singlemachine scheduling with batching to minimise the number of late jobs. Euro. J. Op. Res., 1996, 90(2), 200214. Dagli, C.H. and Sittisathanchai, S., Genetic neuro-scheduler: a new approach for job shop scheduling. Int. J. Prod. Econ., 1995, 41(13), 135146. De Lit, P., Latinne, P., Rekiek, B. and Delchambre, A., Assembly planning with an ordering genetic algorithm. Int. J. Prod. Res., 2001, 39(16), 36233640.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

4096

S. S. Chaudhry and W. Luo

Deeter, D.L. and Smith, A.E., Economic design of reliable networks. IIE Trans., 1998, 30, 11611174. Della Croce, F., Tadei, R. and Volta, G., A genetic algorithm for the job shop problem. Computers & Op. Res., 1995, 22(1), 1524. Dellaert, N., Jeunet, J. and Jonard, N., A genetic algorithm to solve the general multi-level lot-sizing problem with time-varying costs. Int. J. Prod. Econ., 2000, 68(3), 241257. Dellaert, N. and Jeunet, J., Solving large unconstrained multilevel lot-sizing problems using a hybrid genetic algorithm. Int. J. Prod. Res., 2000, 38(5), 10831099. Dereli, T., Filiz, I.H. and Baykasoglu, A., Optimising cutting parameters in process planning of prismatic parts by using genetic algorithms. Int. J. Prod. Res., 2001, 39(15), 33033328. Deris, S., Omatu, S., Ohta, H., Kutar, S. and Samat, P.A., Ship maintenance scheduling by genetic algorithm and constraint-based reasoning. Euro. J. Op. Res., 1999, 112(3) 489503. Disney, S.M., Naim, M.M. and Towill, D.R., Genetic algorithm optimisation of a class of inventory control systems. Int. J. Prod. Econ., 2000, 68(3), 259278. Dorn, J., Girsch, M., Skele, G. and Slany, W., Comparison of iterative improvement techniques for schedule optimisation. Euro. J. Op. Res., 1996, 94(2), 349362. Dorndorf, U. and Pesch, E., Evolution based learning in a job shop scheduling environment. Computers & Op. Res., 1995, 22(1), 2540. Drexl, A. and Salewski, F., Distribution requirements and compactness constraints in school timetabling. Euro. J. Op. Res., 1997, 102(1), 193215. Easton, F.F. and Mansour, N., A distributed genetic algorithm for deterministic and stochastic labor scheduling problems. Euro. J. Op. Res., 1999, 118(3), 505523. Fontanili, F., Vincent, A. and Ponsonnet, R., Flow simulation and genetic algorithm as optimisation tools. Int. J. Prod. Econ., 2000, 64(13), 91100. Gomez, A. and de la Fuente, D., Resolution of strip-packing problems with genetic algorithms. J. Op. Res. Soc., 2000, 51(11), 12891295. Gong, D., Yamazaki, G., Gen, M. and Xu, W., A genetic algorithm method for one-dimensional machine location problems. Int. J. Prod. Econ., 1999, 6061, 337343. Gravel, M., Nsakanda, A.L. and Price, W., Ecient solutions to the cell-formation problem with multiple routings via a double-loop genetic algorithm. Euro. J. Op. Res., 1998, 109(2), 286299. Gravel, M., Price, W.L. and Gagne, C., Scheduling jobs in an Alcan aluminum foundry using a genetic algorithm. Int. J. Prod. Res., 2000, 38(13), 30313041. Gupta, M.C., Gupta, Y.P. and Kumar, A., Minimising ow time variance in a single machine system using genetic algorithms. Euro. J. Op. Res., 1993, 70(3), 289304. Guvenir, H.A. and Erel, E., Multicriteria inventory classication using a genetic algorithm. Euro. J. Op. Res., 1998, 105(1), 2938. Hadj-Alouane, A.B. and Bean, J.C., A genetic algorithm for the multiple-choice integer program. Op. Res., 1997, 45(1), 92101. Hamamoto, S., Yih, Y. and Salvendy, G., Development and validation of genetic algorithmbased facility layouta case study in the pharmaceutical industry. Int. J. Prod. Res., 1999, 37(4), 749768. Hartmann, S., A competitive genetic algorithm for resource-constrained project scheduling. Naval Res. Log., 1998, 45, 733750. He, S., Song, R. and Chaudhry, S.S., Fuzzy dispatching model and genetic algorithms for railyards operations. Euro. J. Op. Res., 2000, 124(2), 307331. Herrera, F., Lopez, E., Mendana, C. and Rodriguez, M.A., Solving an assignment-selection problem with verbal information and using genetic algorithms. Euro. J. Op. Res., 1999, 119(2), 326337. Houck, C.R., Joines, J.A. and Kay, M.G., Comparison of genetic algorithms, random restart and two-opt switching for solving large location-allocation problems. Computers & Op. Res., 1996, 23(6), 587596. Hung, Y.F., Shih, C.C. and Chen, C.P., Evolutionary algorithms for production planning problems with setup decisions. J. Op. Res. Soc., 1999, 50(8), 857866.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Application of genetic algorithms in production and operations management

4097

Hung, Y.F. and Chien, K.L., A multi-class multi-level capacitated lot sizing model. J. Op. Res. Soc., 2000, 51(11), 13091318. Huntley, C.L. and Brown, D.E., A parallel heuristic for quadratic assignment problems. Computers & Op. Res., 1991, 18(3), 275289. Hwang, H. and Sun, J., A genetic-algorithm-based heuristic for the GT cell formation problem. Computers & Ind. Eng., 1996, 30(4), 941955. Hyun, C.J., Kim, Y. and Kim, Y.K., A genetic algorithm for multiple objective sequencing problems in mixed model assembly lines. Computers & Op. Res., 1998, 25, 675690. Ip, W.H., Li, Y., Man, K.F. and Tang, K.S., Multi-product planning and scheduling using genetic algorithm approach. Computers & Ind. Eng., 2000, 38, 283296. Islier, A.A., A genetic algorithm approach for multiple criteria facility layout design. Int. J. Prod. Res., 1998, 36(6), 15491569. Iwamura, K. and Liu, B., Chance constrained integer programming models for capital budgeting in fuzzy environments. J. Op. Res. Soc., 1998, 49(8), 854861. Ji, P., Sze, M.T. and Lee, W.B., A genetic algorithm of determining cycle time for printed circuit board assembly lines. Euro. J. Op. Res., 2001, 128(1), 175184. Ji, S., Li, X. and Du, R., Tolerance synthesis using second-order fuzzy comprehensive evaluation and genetic algorithm. Int. J. Prod. Res., 2000, 38(15), 34713483. Joines, J.A., Culbreth, C.T. and King, R.E., Manufacturing cell design: an integer programming model employing genetic algorithms. IIE Trans., 1996, 28, 6985. Jordan, C., A two-phase genetic algorithm to solve variants of the batch sequencing problem. Int. J. Prod. Res., 1998, 36(3), 745760. Jozefowska, J., Mika, M., Rozycki, R., Waligora, G. and Weglarz, J., Local search metaheurisitcs for discrete-continuous scheduling problems. Euro. J. Op. Res., 1998, 107(2), 254371. Karabati, S. and Kouvelis, P., Flow-line scheduling problem with controllable processing times. IIE Trans., 1997, 29, 114. Khan, Z., Prasad, B. and Singh, T., Machining condition optimisation by genetic algorithms and simulated annealing. Computers & Op. Res., 1997, 24(7), 647657. Khoo, L.P. and Ng, T.K., A genetic algorithm-based planning system for PCB component placement. Int. J. Prod. Econ., 1998, 54(3), 321333. Khouja, M., Michalewicz, Z. and Wilmot, M., The use of genetic algorithms to solve the economic lot size scheduling problem. Euro. J. Op. Res., 1998, 110(3), 509525. Kim, J.U. and Kim, Y.D, Simulated annealing and genetic algorithms for scheduling products with multi-level product structure. Computers & Op. Res., 1996, 23(9), 857868. Kim, Y.K., Hyun, C.J. and Kim, Y., Sequencing in mixed model assembly lines: a genetic algorithm approach. Computers & Op. Res., 1996, 23(12), 11311145. Kim, Y.J., Kim, Y.K. and Cho, Y., A heuristic-based genetic algorithm for workload smoothing in assembly lines. Computers & Op. Res., 1998, 25(2), 99111. Kim, Y.K., Kim, Y.J. and Kim, Y., Genetic algorithms for assembly line balancing with various objectives. Computers & Ind. Eng., 1996, 30(3), 397409. Kimms, A., A genetic algorithm for multi-level, multi-machine lot sizing and scheduling. Computers & Op. Res., 1999, 26, 829848. Kochhar, J.S., Foster, B.T. and Heragu, S.S., HOPE: a genetic algorithm for the unequal area facility layout problem. Computers & Op. Res., 1998, 25, 583594. Kolonko, M., Some new results on simulated annealing applied to the job shop scheduling problem. Euro. J. Op. Res., 1999, 113(1), 123137. Koonce, D.A. and Tsai, S.C., Using data mining to nd patterns in genetic algorithm solutions to a job shop schedule. Computers & Ind. Eng., 2000, 38, 361374. Kumar, N. and Shanker, K., A genetic algorithm for FMS part type selection and machine loading. Int. J. Prod. Res., 2000, 38(16), 38613887. Kumar, S., Bagchi, T.P. and Sriskandarajah, C., Lot streaming and scheduling heuristics for m-machine no-wait Flowshops. Computers & Ind. Eng., 2000, 38(1), 149172. Kuo, R.J., A sales forecasting system based on fuzzy neural network with initial weights generated by genetic algorithm. Euro. J. Op. Res., 2001, 129, 496517.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

4098

S. S. Chaudhry and W. Luo

Kuroda, M., Tomita, T. and Maeda, K., Dynamic control of a cellular-line production system under variations in the product mix. Int. J. Prod. Econ., 1999, 6061, 439446. Lam, F.S.C., Lin, B.C., Sriskandarajah, C. and Yan, H., Scheduling to minimise product design time using a genetic algorithm. Int. J. Prod. Res., 1999, 37(6), 13691386. LeBlanc, L.J., Shtub, A. and Anandalingam, G., Formulating and solving production planning problems. Euro. J. Op. Res., 1999, 112(1), 5481. Lee, C.Y. and Choi, J.Y., A genetic algorithm for job sequencing problems with distinct due dates and general early-tardy penalty weights. Computers & Op. Res., 1995, 22(8), 857869. Lee, C.Y. and Kim, S.J., Parallel genetic algorithms for the earliness-tardiness job scheduling problem with general penalty weights. Computers & Ind. Eng., 1995, 28(2), 231243. Lee, C.Y., Piramuthu, S. and Tsai, Y.K., Job shop scheduling with a genetic algorithm and machine learning. Int. J. Prod. Res., 1997, 35(4), 11711191. Lee, H.C. and Dagli, C.H., A parallel genetic-neuro scheduler for job-shop scheduling problems. Int. J. Prod. Econ., 1997, 51(1,2), 115123. Lee, I. and Shaw, M.J., A neural-net approach to real time ow-shop sequencing. Computers & Ind. Eng., 2000, 38, 125147. Lee, J.K. and Kim, Y.D., Search heuristics for resource constrained project scheduling. J. Op. Res. Soc., 1996, 47(5), 678690. Lee-Post, A., Part family identication using a simple genetic algorithm. Int. J. Prod. Res., 2000, 38(4), 793810. Leon, V.J., Wu S.D. and Storer, R.H., Robustness measures and robust scheduling for job shops. IIE Trans., 1994, 26(5), 3243. Leu, Y.Y., Matheson, L.A. and Rees, L.P., Assembly line balancing using genetic algorithms with heuristic-generated initial populations and multiple evaluation criteria. Decision Sci., 1994, 25(4), 581607. Leu, Y., Matheson, L.A. and Rees, L.P., Sequencing mixed-model assembly lines with genetic algorithms. Computers & Ind. Eng., 1996, 30(4), 10271036. Levine, D., Application of a hybrid genetic algorithm to airline crew scheduling. Computers & Op. Res., 1996, 23(6), 547558. Levitin, G. and Meizin, L., Structure optimisation for continuous production systems with buers under reliability constraints. Int. J. Prod. Econ., 2001, 70, 7787. Liaw, C.F., A hybrid genetic algorithm for the open shop scheduling problem. Euro. J. Op. Res., 2000, 124(1), 2842. Li, W., Bai, G., Zhang, C. and Wang, B., Optimisation of machining datum selection and machining tolerance allocation with genetic algorithms. Int. J. Prod. Res., 2000, 38(6), 14071424. Li, Y., Ip, W.H. and Wang, D.W., Genetic algorithm approach to earliness and tardiness production scheduling and planning problem. Int. J. Prod. Econ., 1998, 54(1), 6577. Loh, T.S., Bukkapatnam, S.T.S., Medeiros, D. and Kwon, H., A genetic algorithm for sequential part assignment for PCB assembly. Computers & Ind. Eng., 2001, 40, 293307. Maimon, O.Z. and Braha, D., A genetic algorithm approach to scheduling PCBs on a single machine. Int. J. Prod. Res., 1998, 36(3), 761784. McMullen, P.R., Tarasewich, P. and Frazier, G.V., Using genetic algorithms to solve the multi-product JIT sequencing problem with set-ups. Int. J. Prod. Res., 2000, 38(12), 26532670. McMullen, P.R., An ecient frontier approach to addressing JIT sequencing problems with setups via search heuristics. Computers & Ind. Eng., 2001, 41, 335353. Ming, X.G. and Mak, K.L., A hybrid Hopeld network-genetic algorithm approach to optimal process plan selection. Int. J. Prod. Res., 2000, 38(8), 18231839. Monga, A., Optimal system design considering maintenance and warranty. Computers & Op. Res., 1994, 25(9), 691705. Monga, A. and Zuo, M.J., Optimal system design considering maintenance and warranty. Computers & Op. Res., 1998, 25(9), 691705.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Application of genetic algorithms in production and operations management

4099

Monga, A. and Zuo, M.J., Optimal design of series-parallel systems considering maintenance and salvage value. Computers & Ind. Eng., 2001, 40, 323337. Moon, C. and Gen, M., A genetic algorithm-based approach for design of independent manufacturing cells. Int. J. Prod. Econ., 1999, 6061, 421427. Mori, M. and Tseng, C.C., A genetic algorithm for multi-mode resource constrained project scheduling problem. Euro. J. Op. Res., 1997, 100(1), 134142. Murata, T., Ishibuchi, H. and Tanaka, H., Genetic algorithms for owshop scheduling problems. Computers & Ind. Eng., 1996, 30(4), 10611071. Murata, T., Ishibuchi, H. and Tanaka, H., Multi-objective genetic algorithm and its applications to owshop scheduling. Computers & Ind. Eng., 1996, 30(4), 957968. Nachtigall, K. and Voget, S., A genetic algorithm approach to periodic railway synchronisation. Computers & Op. Res., 1996, 23(5), 453463. Nachtigall, K. and Voget, S., Minimising waiting times in integrated xed interval timetables by upgrading railway tracks. Euro. J. Op. Res., 1997, 103(3), 610628. Nagar, A., Heragu, S.S. and Haddock, J., A branch-and-bound approach for a two-machine owshop scheduling problem. J. Op. Res. Soc., 1995, 46(6), 721735. Neppalli, V.R., Chen, C.L. and Gupta, J.N.D., Genetic algorithms for the two-stage bicriteria owshop problem. Euro. J. Op. Res., 1995, 95, 356373. Nishimura, E., Imai, A. and Papadimitriou, S., Berth allocation planning in the public berth system by genetic algorithms. Euro. J. Op. Res., 2001, 35, 401417. Nordstrom, A.L. and Tufekci, S., A genetic algorithm for the talent scheduling problem. Computers & Op. Res., 1994, 21(8), 927940. Norman, B.A. and Bean, J.C., A genetic algorithm methodology for complex scheduling problems. Naval Research Logistics, 1999, 46, 199211. Norman, B.A. and Bean, J.C., Scheduling operations on parallel machine tools. IIE Trans., 2000, 32, 449459. Novaes, A.G.N., de Cursi, J.E.S. and Graciolli, O.D., A continuous approach to the design of physical distribution systems. Computers & Op. Res., 2000, 27, 877893. Onwubolu, G.C. and Kumalo, T., Optimisation of multipass turning operations with genetic algorithms. Int. J. Prod. Res., 2001, 39(16), 37273745. Onwubolu, G.C. and Mutingi, M., Optimising the multiple constrained resources product mix problem using genetic algorithms. Int. J. Prod. Res., 2001, 39(9), 18971910. Onwubolu, G.C. and Mutingi, M., A genetic algorithm approach to cellular manufacturing systems. Computers & Ind. Eng., 2001, 39, 125144. Ostermark, R., Solving a nonlinear non-convex trim loss problem with a genetic hybrid algorithm. Computers & Op. Res., 1999, 26, 623635. Ozdamar, L. and Barbarosoglu, G., Hybrid heuristics for the multi-stage capacitated lot sizing and loading problem. J. Op. Res. Soc., 1999, 50(8), 810825. Ozdamar, L. and Bozyel, M.A., The capacitated lot sizing problem with overtime decisions and setup times. IIE Trans., 2000, 32, 10431057. Pakath, R. and Zaveri, J.S., Specifying critical inputs in a genetic algorithm-driven decision support system: an automated facility. Decision Sci., 1995, 26(6), 749780. Portmann, M.C., Vignier, A., Dardilhac, D. and Dezalay, D., Branch and bound crossed with GA to solve hybrid Flowshops. Euro. J. Op. Res., 1998, 107(2), 389401. Qiao, L., Wang, X.Y. and Wang, S.C., A GA-based approach to machining operation sequencing for prismatic parts. Int. J. Prod. Res., 2000, 38(14), 32833303. Rajasekharan, M., Peters, B.A. and Yang, T., A genetic algorithm for facility layout design in exible manufacturing systems. Int. J. Prod. Res., 1998, 36(1), 95110. Rao, H.A., Pham, S.N. and Gu, P., A genetic algorithms-based approach for design of manufacturing systems: an industrial application. Int. J. Prod. Res., 1999, 37(3), 557580. Reeves, C.R., A genetic algorithm for owshop sequencing. Computers & Op. Res., 1995, 22(1), 513. Roach, A. and Nagi, R., A hybrid GA-SA algorithm for just-in-time scheduling of multilevel assemblies. Computers & Ind. Eng., 1996, 30(4), 10471060.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

4100

S. S. Chaudhry and W. Luo

Rose, C. and Yates, R.D., Genetic algorithms and call admission to telecommunications networks. Computers & Op. Res., 1996, 23(5), 485499. Rossi, A. and Dini, G., Dynamic scheduling of FMS using a real-time genetic algorithm. Int. J. Prod. Res., 2000, 38(1), 120. Rubinovitz, J. and Levitin, G., Genetic algorithm for assembly line balancing. Int. J. Prod. Econ., 1995, 41(13), 343355. Sakawa, M., Kato, K. and Mori, T., Flexible scheduling in a machining center through genetic algorithms. Computers & Ind. Eng., 1996, 30(4), 931940. Sakawa, M. and Kubota, R., Fuzzy programming for multiobjective job shop scheduling with fuzzy processing time and fuzzy due date through genetic algorithms. Euro. J. Op. Res., 2000, 120(2), 393407. Shiromaru, I., Inuiguchi, M. and Sakawa, M., A fuzzy satiscing method for electric power plant coal purchase using genetic algorithms. Euro. J. Op. Res., 2000, 126(1), 218230. Shtub, A., LeBlanc, L.J. and Cai, Z., Scheduling programs with repetitive projects: a comparison of a simulated annealing, a genetic and a pair-wise swap algorithm. Euro. J. Op. Res., 1996, 88(1), 124139. Sikora, R., A genetic algorithm for integrating lot-sizing and sequencing in scheduling a capacitated ow line. Computers & Ind. Eng., 1996, 30(4), 969981. Sinclair, M., Comparison of the performance of modern heuristics for combinatorial optimisation on real data. Computers & Op. Res., 1993, 20(7), 687695. Sivrikaya-Serifoglu, F. and Ulusoy, G., Parallel machine scheduling with earliness and tardiness penalties. Computers & Op. Res., 1999, 26, 773787. Sriskandarajah, C., Jardine, A.K.S. and Chan, C.K., Maintenance scheduling of rolling stock using a genetic algorithm. J. Op. Res. Soc., 1998, 49(11), 11301146. Stockton, D.J. and Quinn, L., Identifying economic order quantities using genetic algorithms. Int. J. Op. & Prod. Manage., 1993, 13(11), 92103. Sumichrast, R.T., Oxenrider, K.A. and Clayton, E.R., An evolutionary algorithm for sequencing production on a paced assembly line. Decision Sci., 2000, 31(1), 149173. Takeuchi, T., Yazu, Y. and Sakuma, A., Integrated environmental management process applying genetic algorithm. Int. J. Prod. Econ., 1999, 6061, 3543. Tam, K.Y., Genetic algorithms, function optimisation, and facility layout design. Euro. J. Op. Res., 1992, 63(2), 322347. Tam, K.Y. and Chan, S.K., Solving facility layout problems with geometric constraints using parallel genetic algorithms: experimentation and ndings. Int. J. Prod. Res., 1998, 36(12), 32533272. Tang, L., Liu, J., Rong, A. and Yang, Z., A multiple traveling salesman problem model for hot rolling scheduling in Shanghai Baoshan Iron & Steel Complex. Euro. J. Op. Res., 2000, 124(2), 267282. Thakur, L.S., Nair, S.K., Wen, K.W. and Tarasewich, P., A new model and solution method for product line design with pricing. J. Op. Res. Soc., 2000, 51(1), 90101. Tiwari, M.K. and Vidyarthi, N.K., Solving machine loading problems in a exible manufacturing system using a genetic algorithm based heuristic approach. Int. J. Prod. Res., 2000, 38(14), 33573384. Ulusoy, G., Sivrikaya-Serifoglu, F. and Bilge, U., A genetic algorithm approach to the simultaneous scheduling of machines and automated guided vehicles. Computers & Op. Res., 1997, 24(4), 335351. Ulusoy, G. and Cebelli, S., An equitable approach to the payment scheduling problem in project management. Euro. J. Op. Res., 2000, 127(2), 262278. Usher, J.M. and Bowden, R.O., The application of genetic algorithms to operation sequencing for use in computer-aided process planning. Computers & Ind. Eng., 1996, 30(4), 9991013. Usher, J.S., Kamal, A.H. and Syed, W.H., Cost optimal preventive maintenance and replacement scheduling. IIE Trans., 1998, 30, 11211128. Vahrenkamp, R., Random search in the one-dimensional cutting stock problem. Euro. J. Op. Res., 1996, 95(1), 191201.

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Application of genetic algorithms in production and operations management

4101

Downloaded by [National Institute of Technology - Calicut] at 06:20 30 October 2012

Van Buer, M.G., Woodru, D.L. and Olson, R.T., Solving the medium newspaper production/distribution problem. Euro. J. Op. Res., 1999, 15(2), 237254. Venugopal, V. and Narendran, T.T., A genetic algorithm approach to the machinecomponent grouping problem with multiple objectives. Computers & Ind. Eng., 1992, 22(4), 469480. Wagner, B.J., A genetic algorithm solution for one-dimensional bundled stock cutting. Euro. J. Op. Res., 1999, 117(2), 368382. Webster, S., Jog, P.D. and Gupta, A., A genetic algorithm for scheduling job families on a single machine with arbitrary earliness/tardiness penalties and an unrestricted common due date. Int. J. Prod. Res., 1998, 36(9), 25432551. Wolfe, W.J. and Sorensen, S.E., Three scheduling algorithms applied to the earth observing systems domain. Manage. Sci., 2000, 46(1), 148167. Wren, A. and Wren, D.O., A genetic algorithm for public transport driver scheduling. Computers & Op. Res., 1995, 22(1), 101110. Yagiura, M. and Ibaraki, T., The use of dynamic programming in genetic algorithms for permutation problems. Euro. J. Op. Res., 1996, 92(2), 387402. Yeh, E.C., A new branch-and-bound approach for the n/2/owshop/xFBC sub max owshop scheduling problem. Computers & Op. Res., 1999, 26, 12931310. Yip-Hoi, D. and Dutta, D., A genetic algorithm application for sequencing operations in process planning for parallel machining. IIE Trans., 1996, 28, 5568. Yu, H. and Liang, W., Neural network and genetic algorithm-based hybrid approach to expanded job-shop scheduling. Computers & Ind. Eng., 2001, 39, 337356. Zhang, G.Q., Xue, J. and Lai, K.K., A genetic algorithm based heuristic for adjacent paperreel layout problem. Int. J. Prod. Res., 2000, 38(14), 33433356. Zhao, C. and Wu, Z., A genetic algorithm for manufacturing cell formation with multiple routes and multiple objectives. Int. J. Prod. Res., 2000, 38(2), 385395. Zhou, H., Feng, Y. and Han, L., The hybrid heuristic genetic algorithm for job shop scheduling. Computers & Ind. Eng., 2001, 40, 191200.

You might also like