Improved Crossover and Mutation Operators for Genetic- Algorithm Project Scheduling

Size: px
Start display at page:

Download "Improved Crossover and Mutation Operators for Genetic- Algorithm Project Scheduling"

Transcription

1 Improved Crossover and Mutation Operators for Genetic- Algorithm Project Scheduling M. A. Abido and A. Elazouni Abstract In Genetic Algorithms (GAs) technique, offspring chromosomes are created by merging two parent chromosomes using a crossover operator or modifying an existing chromosome using a mutation operator. However, in scheduling problems in which the genes represent activities' start times, the crossover and mutation operators may cause violation of the precedence relationships in the offspring chromosomes. This paper proposes improved crossover and mutation algorithms to directly devise feasible offspring chromosomes. The proposed algorithms employed the traditional Free Float (FF) and a newly-introduced Backward Free Float (BFF). The obtained results exhibited robustness of the proposed algorithms to reduce the computational costs, and high effectiveness to search for optimal solutions. Moreover, validation was performed by comparing the results against the exact solutions obtained by the Integer Programming (IP) technique. I. INTRODUCTION In GAs, potential solutions to a problem are represented as a population of chromosomes whereas each chromosome represents a possible solution. Each chromosome in turn is composed of a string of values each is being referred to as a gene. The chromosomes evolve through successive generations. To exploit and explore potential solutions, offspring chromosomes are created by merging two parent chromosomes using a crossover operator or modifying an existing chromosome using a mutation operator. There are many methods of crossover and mutation operators. One method of crossover operators is the one-cut-point method which randomly selects one cut-point at parent chromosomes and exchanges the genes at one side of the cut points of the two parent chromosomes to generate two offspring chromosomes. One method of mutation operators is the uniform mutation method which alters one or more genes in the chromosome within a specified range, according to a predefined mutation rate. During each generation, the chromosomes are evaluated on their performances with respect to the fitness functions (objective functions). Chromosomes of high fitness have higher survival Manuscript received November 14, This research was part of a research project No. SB supported by King Fahd University of Petroleum & Minerals. M. A. Abido is with King Fahd University of Petroleum & Minerals, Dhahran, Saudi Arabia (corresponding author phone: ; fax: ; mabido@kfupm.edu.sa). A. M. Elazouni is with King Fahd University of Petroleum & Minerals, Dhahran, Saudi Arabia ( Elazouni@kfupm..edu.sa). probabilities. After several generations, chromosomes in the new generation may be closely identical, or certain termination conditions are met. The final chromosomes hopefully represent the optimal or near-optimal solutions to a problem. The method of gene coding in a chromosome hinges upon the problem at hand [1]. The typical time/cost trade-off problem can be formulated as a numerical optimization problem in the GAs. In this particular problem, the values of the genes in a chromosome represent possible durations of the project activities. The one-cut-point crossover and uniform mutation operators can be used efficiently for the time/cost trade-off problems. Resource allocation problems represent a typical ordering problem as the main concern is to determine the activities' priority to fulfill the constrained resources. Accordingly, the genes represent activities' identifications and a chromosome represents a possible order of activities. A chromosome structure can be such that an activity in a higher order from left to right has a higher priority of getting resources than the previous activities. However, there is a possibility that character duplication and/or omission occurs after implementing the crossover and mutation operators. Likewise, the unlimited resource leveling problem can be translated into a normal numerical optimization problem using GAs technique. Resource leveling problems represent a typical scheduling problem with the objective of minimizing the fluctuation in resource usage. The genes represent activities' start times and a chromosome represents a possible project schedule. In contrast with ordering problems, scheduling problems features specific precedence relationships among genes. Accordingly, the implementation of the one-cut-point crossover and uniform mutation operators for the leveling problem may cause violation of the precedence relationships of the offspring chromosomes. This problem entails checking the output chromosomes of the crossover and mutation operators and repairing of the infeasible chromosomes. This check/repair process causes considerable computational efficiency to the GAs technique. This paper addresses the problem of generating infeasible project schedules in scheduling problems using the basic GAs technique. Definitely, the paper proposes improved algorithms to directly devise feasible crossover and uniform mutation operators. In addition, this paper demonstrates how the proposed algorithms reduce the computational costs and increase the efficiency in searching for optimal solutions /09/$25.00 c 2009 IEEE 1865

2 II. LITERATURE REVIEW Many researchers focused on the problem of reproducing infeasible offspring chromosomes. Reference [2] used GAs to schedule laboratory activities with precedence, time, and resource constraints. Reference [2] solved the problem by using a schedule builder (incorporating domain-specific heuristics) to repair the infeasible chromosomes. This added a considerable amount of work outside the main GA algorithm and the efficiency of the GA search was reduced. Reference [3] proposed the concept of sorting random keys to avoid infeasible schedules. The keys could be used to represent relative priorities between choices remaining after domain constraints were satisfied. The advantage of using random numbers is that even after recombination, the numbers can be sorted to produce a feasible schedule each time. Reference [4] used the delay in starting time of each activity to represent the genes in the chromosome. References [5] and [6] proposed improved GAs system to facilitate time-cost optimization and compared its results with the results obtained by a basic GAs system. The main constraints on the chromosome is that the sum of gene values of a string is the total crashing time required to catch up with the overrun time, this sum is a fixed value. In the basic GAs system, a group of feasible solutions, which are encoded in strings, are given to the GAs system. The fitness values of solutions are evaluated by the objective function and its constraints. If a given solution satisfies the constraints, then it is a feasible solution otherwise it is labeled as an infeasible solution and given a weight of zero. The reproduction procedure considers only the solutions with nonzero values of weights for further processing. However, it was noticed that most new strings generated from crossover and mutation in the basic GAs became infeasible solutions. The improved GAs introduced an additional operation after the basic crossover to ensure that the offspring chromosomes are still feasible. This operation calculates the difference between the expected total crashing time and the total crashing time in the offspring chromosome and then distributes the difference evenly over the non-zero boxes. A similar operation is followed for the mutation process. The results indicated that the improved GAs system outperformed the basic system. Reference [7] proposed a multi-criteria computational optimal scheduling model which integrates the time/cost trade-off model, resource-limited model, and resource leveling model, using the GAs technique. To overcome the computational inefficiency due to the repair, a new crossover UX3 operator was developed to modify the union crossover UX2 which was developed earlier [8] to make it suitable to the construction scheduling problems. UX2 performs the chromosome crossover by creating two exclusive substrings from parent strings and then randomly writing the elements directly to the offspring strings. UX2 can avoid the problem of character duplication after the chromosome crossover; however, activity precedence relationships may not be maintained. Ux3 takes account of activity precedence relationships when writing characters from substrings into the offspring chromosomes. Reference [9] developed a GAs model for construction resource scheduling. They addressed the issue of the treatment of infeasible schedules introduced by the GA operations. They argued that three issues are involved in choosing a suitable chromosome representation: the choice of decision variables being coded, the mapping from activity to gene position on chromosome, and the form of coding to be used for gene values. For the first issue, this study adopted the concept of [3] where the gene values are real numbers which code for two decisions: the scheduling priority of an activity, and the percentage of current float to be utilized before the start of the activity. For the second issue they argued that there is a simple mapping where the first activity would occupy the first gene position and so on and a topological mapping which sorts activities using precedence relationships as the criteria with activities of the same topological rank are mapped to a contiguous segment of the chromosome. They observed that the topological mapping representation always outperforms the linear mapping. Regarding the third issue, there are two widely used forms of coding for gene values are the binary and floating-point representations. They argued that the use of random keys and a floating-point representation enabled solutions to be found for several difficult representation and coding issues. They commented that their use is not without its cost, since they impose an overhead during the search of schema by the GA. Reference [10] in a resource-constrained project scheduling problem with multiple execution modes for each activity, introduced a crossover which considers the activity list concept, precedence feasibility, and the mode assignment. The mutation operator is applied to each newly generated child individual. It first modifies the related activity list with a given mutation probability if the result is an activity list which fulfills the precedence assumption. Next, the mutation operator modifies the mode assignment if some position is to be modified. Reference [11] proposed two-dimensional crossover and mutation operators for scheduling problems along with a repairing mechanism to adjust infeasible chromosomes into feasible ones. Reference [12] evaluated several genetic operators including; compounded partially mapped crossover, position-based crossover, swap mutation, and local search-based mutation to develop a hybrid genetic algorithm with fuzzy logic controller which solves the resource-constrained project scheduling problem. Reference [13] developed a genetic algorithm for resource investment project scheduling problem. The chromosome is constructed from two parts; the first part is an activity sequence, and the second part is a list of available resource capacities. When crossover is used, it is done both on activity list and capacity list sections of the chromosomes. They developed one crossover operator and used two crossover operators of [14]. The three operators create precedence feasible activity lists. Reference [15] used IEEE Congress on Evolutionary Computation (CEC 2009)

3 chromosomes with encodes activities' forward and backward floating times at the obtained schedule of the chromosome. According to this chromosome structure they developed crossover and mutation operators and two local improvement operators including empty periods removal and activities shifting. III. PROPOSED CROSSOVER AND MUTATION The algorithms for generating the initial population, and crossover and mutation operators are explained and demonstrated using the 13-activity CPM network shown in Figure 1. Fig. 2. Seven-day extension scheme of the 13-activity network. Fig. 1. CPM network of a 13-activity project A. Initial Population The seven-day extension scheme shown in Figure 2 of the 13-activity CPM network is used to illustrate the generation of the chromosomes of the initial population. The extension scheme, as explained in detail in [16], is obtained by extending the total floats of activities by seven-day extension increment. The extended total floats, referred to as adjusted total floats, are indicated with dotted lines in front of activities in Figure 2. Activities A till M of the generated chromosome in Figure 2 are denoted by the same letters but with prime. The illustrated steps of the algorithm are as follows: --First, Identify activities with no predecessors, i.e., Activities A, B, C, and D. --Second, Pick up the first activity in the list of the activities identified in First step; Activity A. --Third, Select a random start time of the activity in Second step such that the activity ends before the end of the adjusted total float, say day 3 for activity A. --Fourth, Repeat the Second and Third steps for all the activities identified in First step, say start Activity B at day 5; Activity C at day 4; and activity D at day 7. --Fifth, Identify all activities that depend exclusively on either all or some of the activities identified in First step; i.e., activities E, F, G, and H. --Sixth, Pick up the first activity in the list of the activities identified in Fifth step; Activity E. --Seventh, Select a random start for the activity in Sixth step allowing all preceding activities to finish, say day 6 is the selected start time of activity E. --Eighth, Repeat Sixth and Seventh steps to select randomly start times for all activities identified in Fifth step, say day 9 for activity F, day 6 for activity G, and day 10 for activity H. --Ninth, Repeat Fifth till Eighth steps for the activities last scheduled until all the project activities are scheduled; activities I, and J are scheduled first with activity I starts at day 9 and activity J starts at day 13; Next, activities K, L, and M are scheduled with activity K starts at day 13, activity L starts at day 12, and activity M starts at day 17. B. Proposed Crossover The algorithm of crossover operator comprises two paths; forward path and backward path. The latter utilizes the conventional Free Float (FF) while the former utilizes a new type of floats referred to herein as Backward Free Float (BFF). BFF is the number of days the start time of an 2009 IEEE Congress on Evolutionary Computation (CEC 2009) 1867

4 activity can be advanced without violating the finish-to-start relationships between this activity and the preceding activities. The BFF arises with the device of extension scheme when a certain activity is shifted forward leaving a gap between the start time and the finish times of the preceding activities. The algorithm is explained in the steps below using the 13-activity project and demonstrated in figure 3: Fig. 3. Proposed crossover operator. --First, Select randomly two parent chromosomes from the population. It is to be noted that parent-one chromosome is the generated chromosome shown in figure 2. --Second, Calculate the BFF of the activities. The BFF values of the starting activities (A, B, C, and D) are considered null so as not to allow these activities to move backwards. --Third, Calculate the Free Float (FF) of the activities. The FF values of the terminating activities (K, L, and M) are considered null so as not to allow these activities to move forwards. --Fourth, Select randomly the cut-point activity; it is located after the first seven genes. --Fifth, Form the chromosomes for two children by randomly selecting to implement forward path or backward path as follows: 1) Forward Path: --Step1, The first and second-child chromosomes are formed by copying the start times of the activities to the left sides of the cut points of parents one and two respectively into the left-hand parts of the child chromosomes. --Step2, The start times of the activities of the righthand parts of the first and second-child chromosomes are determined by forwardly applying the BFF values of their counterparts in parents two and one respectively to the finish times of the preceding activities in the left-hand parts of child chromosomes. --Step3, Forward path may result in durations of the offspring chromosomes that exceed the duration of the extension scheme. This happened in child one as activity M ends at day 22. These chromosomes are considered infeasible. 2) Backward Path: --Step1, The first and second-child chromosomes are formed by copying the start times of the activities to the right sides of the cut points of parents one and two respectively into the right-hand parts of the child chromosomes. --Step2, The finish times of the activities of the lefthand parts of the first and second-child chromosomes are determined by backwardly applying the FF values of their counterparts in parents two and one respectively to the start times of the following activities in the right-hand parts of the child chromosomes. The start times are determined based on the finish times. --Step3, Backward path may result in negative start time of a certain activities in the beginning on the network. In this case, the start times of all the activities of the network are increased to make this activity starts at day zero. C. Proposed Mutation: The steps of the algorithm of mutation operator is outlined below and illustrated in Figure 4: Fig. 4. Proposed mutation operator. --First, Select randomly one activity; say activity E. --Second, Determine the FF and BFF of the selected activity; for activity E, the FF is 4 days, and the BFF is one day. --Third, Shift randomly the activity forward or backward within the values of the FF or BFF respectively; the start of activity E is shifted by two days. IV. RESULTS For the purpose of evaluating the performance of the proposed crossover and mutation operators, the GAs system was utilized to construct finance-based schedules. Financebased scheduling [16] insures that; the indebtedness of the contractor never top the specified credit limit; the financing cost is minimized and consequently the profit at the end of the project is maximized. The GAs system was coded using FORTRAN and run on a desktop of 1.8 GHz processor and 512 MB ram. To evaluate the effectiveness of the proposed crossover and mutation operators, two GAs systems based on both the IEEE Congress on Evolutionary Computation (CEC 2009)

5 conventional and proposed operators were tested on three CPM networks of repetitive activities constituting 30, 60, and 120 activities. The 30-activity network is shown in Figure 5. The values used for the financial parameters are presented in Table 1. To provide common grounds for comparison, 100 identical schedules as an initial population for both the conventional and the proposed GAs systems are generated. Then, the crossover and uniform mutation methods were employed to generate 100 offspring schedules for each generation. The performance of the conventional and proposed GAs systems is evaluated after the completion of 1000, and 100 generations for the 30, and 120-activity networks respectively. Tables 2, and 3 present the results of performance criteria for the conventional and proposed GA systems for the 30, and 120-activity networks at credit limits of and respectively. The results were obtained at mutation probability percentages that cover the range from 1% till 20% and crossover probability percentages that cover the range from 60% till 100%. The criteria used to evaluate the performance of the two GA systems include the processing time, profit, project duration, and percentage of infeasible solutions. Fig. 5. CPM network of 30-activities. TABLE II DATA OF THE 30-ACTIVITY NETWORK. Infeasible schedules often arise upon using typical crossover and mutation in chromosome reproduction. Infeasible schedules are those undergoing dependency violations and thus must be discarded. The conventional GAs system omits the infeasible schedules and continues the reproduction process till 100 feasible schedules are devised for each generation. The higher the encountered number of infeasible schedules the longer the processing time the GAs system takes to complete the generations. Contrarily, the proposed GAs system employs a feasibility-preserving mechanism that ensures the fulfillment of dependency among activities. However, a chromosome was considered infeasible in the proposed GAs system when the duration exceeds the duration of the extension scheme. Though these chromosomes yet to be valid schedules, and given the fact that the GAs system will eventually eliminate the unnecessarily-extended schedules, the proposed GAs system considers these chromosomes infeasible and consequently discards them. Tables 2, and 3 indicate that the percentage of infeasible solutions in the proposed GAs system was negligible compared to that of the conventional GAs system. TABLE III DATA OF THE 120-ACTIVITY NETWORK. TABLE I VALUES OF THE FINANCIAL PARAMETERS. Figure 6 shows that the processing time values of the 2009 IEEE Congress on Evolutionary Computation (CEC 2009) 1869

6 proposed GAs system is appreciably less than the values of the conventional GAs system at a mutation percentage of 10% for 30-activity networks. The processing time of the conventional GAs system increases exponentially at higher mutation percentages. In addition, Figure 6 indicates that at mutation percentages of 15%, the processing time of the conventional GAs system varies appreciably as the crossover percentage varies from 60% to 100%. This variation is very significant at a mutation percentage of 20%. The same trends of the exponential increase in processing time, and the appreciable variation at mutation percentage of 5% were observed in Figure 7 for 120-activity networks. The results indicate that the saving in processing time achieved by the proposed GAs system is approximately 97% at 100% crossover percentage and mutation percentages of 20% and 5% for the 30 and 120-activity networks respectively. However, no results were obtained by the conventional GAs system for the 120-activity networks after prolonged runtimes. The observed exponential increase in the processing time values and the appreciable variation indicate that the conventional mutation and, with lesser impact, the conventional crossover produces too many infeasible solutions at every generation which leads to a prolonged processing time to synthesize the population. Thus, the conventional mutation above 10% for the 30-activity networks and 1% for 120-activity networks cause too much disturbance for the GAs system. On the other hand, the processing time of the proposed GAs system is almost fixed with no variation regardless of the percentages of mutation and crossover for the 30, and 120-activity networks. This happened because the percentages of infeasible solutions were very negligible. This indicates clearly that the proposed crossover and mutation operators continually introduce new solutions which substantially improve the efficiency of the GAs system. These results prove that the proposed crossover and mutation operators are very effective and provide robust tools for the GAs system. For the 30 and 120-activity networks, Tables 2, and 3 indicate that, the profit values of the proposed GAs system are always higher than or at least the same as those of the conventional GAs system at all the percentages of the mutation and crossover. Figure 8 shows the profit values of two distinct groups of curves for the conventional and proposed GAs system of 120-activity networks. As mentioned above, the values of the conventional GAs system are not present for mutation percentages above 5%. Figure 8 shows that the best results of the proposed GAs system were obtained at mutation percentages that range from 1% to 5% and as the percentages increases, the profit decreases. Fig. 6. Processing time of the 30-activity networks. Fig. 7. Processing time of the 120-activity networks. Figure 8 shows that at a mutation percentage of 1%, the profit values of the proposed GAs system were slightly higher whereas at a mutation percentage of 5%, the profit values of the proposed GAs system were considerably higher for the 120-activity network. This difference in profit values between the conventional and proposed GAs system was observed though the project duration values were the same. This difference can be attributed to a better quality of the feasible schedules generated in the case of the proposed GAs system. Though it took the conventional GAs system a prolonged processing time to generate the same number of feasible offspring chromosomes at a given generation, the quality of the generated chromosomes were not as good as the quality of those generated by the proposed GAs system. The inferior quality led to the lower profit values observed of the conventional GAs system. In other words, the feasible offspring chromosomes generated by the crossover and mutation offered less potentiality to improve the profit in the case of the conventional GAs system IEEE Congress on Evolutionary Computation (CEC 2009)

7 Fig. 8. Profit values of the 120-activity networks. Figure 9 shows the convergence rate to the profit maximum value with increasing the number of generations of 60-activity network at a crossover probability of 60%, a mutation probability of 1% and %5, and a credit Limit of Figure 9 shows clearly that the proposed GAs system outperforms the conventional GAs system. When the maximum profit was reached after about 120 generations in the proposed GAs system, the profit value was far below in the conventional GAs system. the submission of the weekly pay requests. Due to the limited capability of the IP to model most of the income and expenditure cash flows, the remaining parameters were assigned zero values to ensure identical modeling of cash inflows and outflows in GAs system and IP. The IP models were formulated according to [17]. The model formulates an objective function that minimizes the project duration under the financial, sequence, and activities' shifting constraints. Therefore, the fitness criterion of the GAs system was changed for the validation purpose to minimize the project duration as well. A program was developed using C# to formulate the constraints of the model and allows user to save in text files. The formulated objective function and constraints are entered to the optimization software of [18] to solve the model. The GAs system was employed to determine the credit limits that cause extensions of 1 to 4 days in the project duration. Accordingly, four IP models each of 10-day extension increment were formulated at the determined credit limits and solved using Lingo. The problem of 30- activity network constituted 94 constraints with 395 decision variables. The decision variables represent the amounts of shifts in days. Table 4 presents the results which indicate that the GAs system output the same total duration of the IP in the four cases. The indebtedness of the contractor as of the end of weeks and the profit as of the end of the project are presented in Table 5. TABLE IV START TIMES AND TOTAL DURATION OF THE 30-ACTIVITY NETWORK. Fig. 9. Convergence rate of 60-activity network at crossover = 0.6, mutation = 0.01 and 0.05, and credit limit= V. VALIDATION The GAs systems are always questionable regarding the proximity of the results to the optimum solutions. Thus, the proposed GAs system was compared to the results obtained by using the IP technique based on 30-activity network. Results of using the proposed GAs system were obtained at a weekly borrowing interest rate of 0.5%, and a markup percentage of 5%. The payments are issued one week after 2009 IEEE Congress on Evolutionary Computation (CEC 2009) 1871

8 TABLE V START TIMES AND TOTAL DURATION OF VI. CONCLUSION In scheduling problems, the issue of the treatment of infeasible schedules arises in the GAs systems when the conventional crossover and mutation operators are employed to generate offspring chromosomes. The one-cut-point crossover and uniform mutation operators may cause violation of the precedence relationships in the offspring chromosomes which represent activities' start times. This problem entails repairing or discarding the infeasible chromosomes each time these operators are performed. The process of detecting and repairing infeasible solutions causes considerable inefficiency to the basic GAs systems. This paper proposed improved crossover and mutation algorithms to directly devise feasible offspring chromosomes. The proposed algorithms employed the traditional Free Float (FF) and another newly introduced Backward Free Float (BFF). The obtained results indicated robustness of the proposed algorithms to reduce the computational costs and high effectiveness to search for optimal solutions. Moreover, validated was performed by comparing the results against the exact solutions obtained by the IP technique. [5] H. Li, and P. Love, "Using improved genetic algorithms to facilitate time-cost optimization," Journal of Construction Enginering and Management, vol. 123(3), pp , [6] H. Li, J.-N. Cao, and P.E. Love, "Using machine tearning and GA to solve time-cost trade-off problems," Journal of Construction Enginering and Management, Vol 125(5), pp (1999). [7] S.-S. Leu, and C.-H. Yang, "GA-based multicriteria model for construction scheduling," Journal of Construction Enginering and Management, Vol 125(6), pp , [8] P. W. Poon, and J. N. Carter, "Genetic algorithms crossover operators for ordering applications," Comp. Ops. Res., vol. 22(1), pp , [9] W.-T. Chan, D. K. Chua, and G. Kannan, "Construction resource scheduling with genetic algorithms," Journal of Construction Enginering and Management, vol. 122(2), pp , [10] S. Hartmann, "Project Scheduling with Multiple Modes: A Genetic Algorithm" Annals of Operations Research, Vol. 112, pp , [11] M-W. Tsai, T-P. Hong, and T-K. Liu, "Two-dimensional Encoding Schema and Genetic Operators," Proceedings of the 9th joint conference on Information Sciences, JCIS 2006, article No. CIEF-177. [12] K. W. Kim, M. Gen, and G. Yamazaki, "Hybrid genetic algorithm with fuzzy logic for resource-constrained project scheduling," Applied Soft Computing, 2/3F, pp (2003). [13] S. Shadrokh, and F. Kianfar, "A genetic algorithm for resource investment project scheduling problem, tardiness permitted with penalty," European Journal of Operational research, 181, pp , [14] S. Hartmann, "Acompetitive genetic algorithm for resourceconstrained project scheduling," Naval Research Logistics, vol. 45, pp , [15] A. A. Najafi, and S. T. Niaki, "A genetic algorithm for resource investment problem with discounted cash flows," Applied Mathematics and Computation, 183, pp , [16] A. Elazouni, and F. Metwally, Finance-Based Scheduling: Tool to Maximize Project Profit Using Improved Genetic Algorithms, Journal of Construction Engineering and Management, vol. 131(4), pp , [17] A. Elazouni, and A. Gab-Allah, Finance-based scheduling of construction projects using integer programming, Journal of Construction Engineering and Management, vol. 130(1), pp , [18] Lingo, User's Guide. Lindo Systems Inc., Chicago, Illinois, USA, ACKNOWLEDGMENT This research is a part of a research project No. SB supported by King Fahd University of Petroleum & Minerals which is gratefully acknowledged by the Authors. REFERENCES [1] M. A. Abido, Multiobjective Evolutionary Algorithms for Electric Power Dispatch Problems, IEEE trans for evolutionary computations, vol.10 (3), pp , [2] G. Syswerda, "Schedule optimization using genetic algorithms," Handbook of genetic algorithms, L. Davis, ed., Van Nostrand Reinhold, New York, N.Y., [3] J. C. Bean, "Genetics and random keys for sequencing and optimization." Tech. Rep , Univ. of Michigan, An Arbor, Michigan, [4] K. Satyanarayana, S. Rajeev, S. Kalidindi, and V. Kalyanaraman, "Optimum resource allocation in construction projects using genetic algorithms," in Proc. 3rd International Conference on the Application of AI to Civil and Structural Engineering, Edinburgh, IEEE Congress on Evolutionary Computation (CEC 2009)

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Evolutionary Algorithms What is Evolutionary Algorithms (EAs)? Evolutionary algorithms are iterative and stochastic search methods that mimic the natural biological evolution and/or

More information

Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA

Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA , June 30 - July 2, 2010, London, U.K. Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA Imran Ali Chaudhry, Sultan Mahmood and Riaz

More information

CapSel GA Genetic Algorithms.

CapSel GA Genetic Algorithms. CapSel GA - 01 Genetic Algorithms keppens@rijnh.nl Typical usage: optimization problems both minimization and maximization of complicated functions completely standard problem with non-standard solution

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

Genetic Algorithm: An Optimization Technique Concept

Genetic Algorithm: An Optimization Technique Concept Genetic Algorithm: An Optimization Technique Concept 1 Uma Anand, 2 Chain Singh 1 Student M.Tech (3 rd sem) Department of Computer Science Engineering Dronacharya College of Engineering, Gurgaon-123506,

More information

Introduction to Artificial Intelligence. Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST

Introduction to Artificial Intelligence. Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST Introduction to Artificial Intelligence Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST Chapter 9 Evolutionary Computation Introduction Intelligence can be defined as the capability of a system to

More information

A HYBRID ALGORITHM TO MINIMIZE THE NUMBER OF TARDY JOBS IN SINGLE MACHINE SCHEDULING

A HYBRID ALGORITHM TO MINIMIZE THE NUMBER OF TARDY JOBS IN SINGLE MACHINE SCHEDULING DAAAM INTERNATIONAL SCIENTIFIC BOOK 2010 pp. 549-558 CHAPTER 48 A HYBRID ALGORITHM TO MINIMIZE THE NUMBER OF TARDY JOBS IN SINGLE MACHINE SCHEDULING BANCILA, D.; BUZATU, C. & FOTA, A. Abstract: Starting

More information

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION From the SelectedWorks of Liana Napalkova May, 2008 DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION Galina Merkuryeva Liana Napalkova

More information

Generational and steady state genetic algorithms for generator maintenance scheduling problems

Generational and steady state genetic algorithms for generator maintenance scheduling problems Generational and steady state genetic algorithms for generator maintenance scheduling problems Item Type Conference paper Authors Dahal, Keshav P.; McDonald, J.R. Citation Dahal, K. P. and McDonald, J.

More information

Evolutionary Computation for Minimizing Makespan on Identical Machines with Mold Constraints

Evolutionary Computation for Minimizing Makespan on Identical Machines with Mold Constraints Evolutionary Computation for Minimizing Makespan on Identical Machines with Mold Constraints Tzung-Pei Hong 1, 2, Pei-Chen Sun 3, and Sheng-Shin Jou 3 1 Department of Computer Science and Information Engineering

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM

Journal of Global Research in Computer Science PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING PROBLEM Volume, No. 5, December 00 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info PREMATURE CONVERGENCE AND GENETIC ALGORITHM UNDER OPERATING SYSTEM PROCESS SCHEDULING

More information

initial set of random solutions called population satisfying boundary and/or system

initial set of random solutions called population satisfying boundary and/or system CHAPTER 4 Genetic Algorithm GAs are stochastic search algorithms based on the mechanism of natural selection and natural genetics. GA, differing from conventional search techniques, start with an initial

More information

Comparison of a Job-Shop Scheduler using Genetic Algorithms with a SLACK based Scheduler

Comparison of a Job-Shop Scheduler using Genetic Algorithms with a SLACK based Scheduler 1 Comparison of a Job-Shop Scheduler using Genetic Algorithms with a SLACK based Scheduler Nishant Deshpande Department of Computer Science Stanford, CA 9305 nishantd@cs.stanford.edu (650) 28 5159 June

More information

Using Multi-chromosomes to Solve. Hans J. Pierrot and Robert Hinterding. Victoria University of Technology

Using Multi-chromosomes to Solve. Hans J. Pierrot and Robert Hinterding. Victoria University of Technology Using Multi-chromosomes to Solve a Simple Mixed Integer Problem Hans J. Pierrot and Robert Hinterding Department of Computer and Mathematical Sciences Victoria University of Technology PO Box 14428 MCMC

More information

2. Genetic Algorithms - An Overview

2. Genetic Algorithms - An Overview 2. Genetic Algorithms - An Overview 2.1 GA Terminology Genetic Algorithms (GAs), which are adaptive methods used to solve search and optimization problems, are based on the genetic processes of biological

More information

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment

The Metaphor. Individuals living in that environment Individual s degree of adaptation to its surrounding environment Genetic Algorithms Sesi 14 Optimization Techniques Mathematical Programming Network Analysis Branch & Bound Simulated Annealing Tabu Search Classes of Search Techniques Calculus Base Techniqes Fibonacci

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications Machine Learning: Algorithms and Applications Floriano Zini Free University of Bozen-Bolzano Faculty of Computer Science Academic Year 2011-2012 Lecture 4: 19 th March 2012 Evolutionary computing These

More information

A Genetic Algorithm on Inventory Routing Problem

A Genetic Algorithm on Inventory Routing Problem A Genetic Algorithm on Inventory Routing Problem Artvin Çoruh University e-mail: nevin.aydin@gmail.com Volume 3 No 3 (2014) ISSN 2158-8708 (online) DOI 10.5195/emaj.2014.31 http://emaj.pitt.edu Abstract

More information

A Comparison between Genetic Algorithms and Evolutionary Programming based on Cutting Stock Problem

A Comparison between Genetic Algorithms and Evolutionary Programming based on Cutting Stock Problem Engineering Letters, 14:1, EL_14_1_14 (Advance online publication: 12 February 2007) A Comparison between Genetic Algorithms and Evolutionary Programming based on Cutting Stock Problem Raymond Chiong,

More information

A Study of Crossover Operators for Genetic Algorithms to Solve VRP and its Variants and New Sinusoidal Motion Crossover Operator

A Study of Crossover Operators for Genetic Algorithms to Solve VRP and its Variants and New Sinusoidal Motion Crossover Operator International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 7 (2017), pp. 1717-1733 Research India Publications http://www.ripublication.com A Study of Crossover Operators

More information

Global Logistics Road Planning: A Genetic Algorithm Approach

Global Logistics Road Planning: A Genetic Algorithm Approach The Sixth International Symposium on Operations Research and Its Applications (ISORA 06) Xinjiang, China, August 8 12, 2006 Copyright 2006 ORSC & APORC pp. 75 81 Global Logistics Road Planning: A Genetic

More information

Evolutionary Computation. Lecture 1 January, 2007 Ivan Garibay

Evolutionary Computation. Lecture 1 January, 2007 Ivan Garibay Evolutionary Computation Lecture 1 January, 2007 Ivan Garibay igaribay@cs.ucf.edu Lecture 1 What is Evolutionary Computation? Evolution, Genetics, DNA Historical Perspective Genetic Algorithm Components

More information

Hybrid search method for integrated scheduling problem of container-handling systems

Hybrid search method for integrated scheduling problem of container-handling systems Hybrid search method for integrated scheduling problem of container-handling systems Feifei Cui School of Computer Science and Engineering, Southeast University, Nanjing, P. R. China Jatinder N. D. Gupta

More information

Genetic Algorithms for Optimizations

Genetic Algorithms for Optimizations Genetic Algorithms for Optimizations 1. Introduction Genetic Algorithms (GAs) are developed to mimic some of the processes observed in natural evolution. GAs use the concept of Darwin's theory of evolution

More information

10. Lecture Stochastic Optimization

10. Lecture Stochastic Optimization Soft Control (AT 3, RMA) 10. Lecture Stochastic Optimization Genetic Algorithms 10. Structure of the lecture 1. Soft control: the definition and limitations, basics of epert" systems 2. Knowledge representation

More information

Evolutionary Computation

Evolutionary Computation Evolutionary Computation Evolution and Intelligent Besides learning ability, intelligence can also be defined as the capability of a system to adapt its behaviour to ever changing environment. Evolutionary

More information

Timetabling with Genetic Algorithms

Timetabling with Genetic Algorithms Timetabling with Genetic Algorithms NADIA NEDJAH AND LUIZA DE MACEDO MOURELLE Department of de Systems Engineering and Computation, State University of Rio de Janeiro São Francisco Xavier, 524, 5 O. Andar,

More information

EFFECT OF CROSS OVER OPERATOR IN GENETIC ALGORITHMS ON ANTICIPATORY SCHEDULING

EFFECT OF CROSS OVER OPERATOR IN GENETIC ALGORITHMS ON ANTICIPATORY SCHEDULING 24th International Symposium on on Automation & Robotics in in Construction (ISARC 2007) Construction Automation Group, I.I.T. Madras EFFECT OF CROSS OVER OPERATOR IN GENETIC ALGORITHMS ON ANTICIPATORY

More information

Designing a New Particle Swarm Optimization for Make-with-Buy Inventory Model

Designing a New Particle Swarm Optimization for Make-with-Buy Inventory Model Proceedings of the 14 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 14 Designing a New Particle Swarm Optimization for Make-with-Buy Inventory

More information

An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems

An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems Son Duy Dao, Kazem Abhary, and Romeo Marian Abstract Traveling salesman problem (TSP) is an important optimization problem in

More information

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Optimizing

More information

Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems

Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems Multi-objective Evolutionary Optimization of Cloud Service Provider Selection Problems Cheng-Yuan Lin Dept of Computer Science and Information Engineering Chung-Hua University Hsin-Chu, Taiwan m09902021@chu.edu.tw

More information

Evolutionary Computation. Lecture 3. Evolutionary Computation. X 2 example: crossover. x 2 example: selection

Evolutionary Computation. Lecture 3. Evolutionary Computation. X 2 example: crossover. x 2 example: selection Evolutionary Computation Lecture 3 Evolutionary Computation CIS 412 Artificial Intelligence Umass, Dartmouth Stochastic search (or problem solving) techniques that mimic the metaphor of natural biological

More information

Machine Learning. Genetic Algorithms

Machine Learning. Genetic Algorithms Machine Learning Genetic Algorithms Genetic Algorithms Developed: USA in the 1970 s Early names: J. Holland, K. DeJong, D. Goldberg Typically applied to: discrete parameter optimization Attributed features:

More information

Machine Learning. Genetic Algorithms

Machine Learning. Genetic Algorithms Machine Learning Genetic Algorithms Genetic Algorithms Developed: USA in the 1970 s Early names: J. Holland, K. DeJong, D. Goldberg Typically applied to: discrete parameter optimization Attributed features:

More information

PARALLEL LINE AND MACHINE JOB SCHEDULING USING GENETIC ALGORITHM

PARALLEL LINE AND MACHINE JOB SCHEDULING USING GENETIC ALGORITHM PARALLEL LINE AND MACHINE JOB SCHEDULING USING GENETIC ALGORITHM Dr.V.Selvi Assistant Professor, Department of Computer Science Mother Teresa women s University Kodaikanal. Tamilnadu,India. Abstract -

More information

Multi-Plant Multi-Product Aggregate Production Planning Using Genetic Algorithm

Multi-Plant Multi-Product Aggregate Production Planning Using Genetic Algorithm Multi-Plant Multi-Product Aggregate Production Planning Using Genetic Algorithm Fahron Dakka, Muhammad Aswin, Bambang Siswojo Abstract Aggregate production planning (APP) is a mid-term planning tool used

More information

Keywords Genetic Algorithm (GA), Evolutionary, Representation, Binary, Floating Point, Operator

Keywords Genetic Algorithm (GA), Evolutionary, Representation, Binary, Floating Point, Operator Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Review on Genetic

More information

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14)

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and ehavioral Sciences 189 ( 2015 ) 184 192 XVIII Annual International Conference of the Society of Operations Management (SOM-14)

More information

Logistics. Final exam date. Project Presentation. Plan for this week. Evolutionary Algorithms. Crossover and Mutation

Logistics. Final exam date. Project Presentation. Plan for this week. Evolutionary Algorithms. Crossover and Mutation Logistics Crossover and Mutation Assignments Checkpoint -- Problem Graded -- comments on mycourses Checkpoint --Framework Mostly all graded -- comments on mycourses Checkpoint -- Genotype / Phenotype Due

More information

Modeling and Optimisation of Precedence-Constrained Production Sequencing and Scheduling for Multiple Production Lines Using Genetic Algorithms

Modeling and Optimisation of Precedence-Constrained Production Sequencing and Scheduling for Multiple Production Lines Using Genetic Algorithms Computer Technology and Application 2 (2011) 487-499 Modeling and Optimisation of Precedence-Constrained Production Sequencing and Scheduling for Multiple Production Lines Using Genetic Algorithms Son

More information

Pusan National University, Busandaehak-ro, Geumjeong-gu, Busan, , Korea

Pusan National University, Busandaehak-ro, Geumjeong-gu, Busan, , Korea A GENETIC ALGORITHM-BASED HEURISTIC FOR NETWORK DESIGN OF SERVICE CENTERS WITH PICK-UP AND DELIVERY VISITS OF MANDATED VEHICLES IN EXPRESS DELIVERY SERVICE INDUSTRY by Friska Natalia Ferdinand 1, Hae Kyung

More information

Integration of Process Planning and Job Shop Scheduling Using Genetic Algorithm

Integration of Process Planning and Job Shop Scheduling Using Genetic Algorithm Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 2006 1 Integration of Process Planning and Job Shop Scheduling Using

More information

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP ISSN 1691-5402 ISBN 978-9984-44-028-6 Environment. Technology. Resources Proceedings of the 7 th International Scientific and Practical Conference. Volume I1 Rēzeknes Augstskola, Rēzekne, RA Izdevniecība,

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 17: Genetic Algorithms and Evolutionary Computing Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/

More information

Artificial Evolution. FIT3094 AI, A-Life and Virtual Environments Alan Dorin

Artificial Evolution. FIT3094 AI, A-Life and Virtual Environments Alan Dorin Artificial Evolution FIT3094 AI, A-Life and Virtual Environments Alan Dorin Copyrighted imagery used in the preparation of these lecture notes remains the property of the credited owners and is included

More information

College of information technology Department of software

College of information technology Department of software University of Babylon Undergraduate: third class College of information technology Department of software Subj.: Application of AI lecture notes/2011-2012 ***************************************************************************

More information

Novel Encoding Scheme in Genetic Algorithms for Better Fitness

Novel Encoding Scheme in Genetic Algorithms for Better Fitness International Journal of Engineering and Advanced Technology (IJEAT) Novel Encoding Scheme in Genetic Algorithms for Better Fitness Rakesh Kumar, Jyotishree Abstract Genetic algorithms are optimisation

More information

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization CECÍLIA REIS 1,2, LEONARDO PAIVA 2, JORGE MOUTINHO 2, VIRIATO M. MARQUES 1,3 1 GECAD Knowledge Engineering and Decision Support

More information

Genetic Algorithm: A Search of Complex Spaces

Genetic Algorithm: A Search of Complex Spaces Genetic Algorithm: A Search of Complex Spaces Namita Khurana, Anju Rathi, Akshatha.P.S Lecturer in Department of (CSE/IT) KIIT College of Engg., Maruti Kunj, Sohna Road, Gurgaon, India ABSTRACT Living

More information

Intro. ANN & Fuzzy Systems. Lecture 36 GENETIC ALGORITHM (1)

Intro. ANN & Fuzzy Systems. Lecture 36 GENETIC ALGORITHM (1) Lecture 36 GENETIC ALGORITHM (1) Outline What is a Genetic Algorithm? An Example Components of a Genetic Algorithm Representation of gene Selection Criteria Reproduction Rules Cross-over Mutation Potential

More information

Evolutionary Developmental System for Structural Design

Evolutionary Developmental System for Structural Design Evolutionary Developmental System for Structural Design Rafal Kicinger George Mason University 4400 University Drive MS 4A6 Fairfax, VA 22030 rkicinge@gmu.edu Abstract This paper discusses the results

More information

CSE /CSE6602E - Soft Computing Winter Lecture 9. Genetic Algorithms & Evolution Strategies. Guest lecturer: Xiangdong An

CSE /CSE6602E - Soft Computing Winter Lecture 9. Genetic Algorithms & Evolution Strategies. Guest lecturer: Xiangdong An CSE3 3./CSE66E - Soft Computing Winter Lecture 9 Genetic Algorithms & Evolution Strategies Guest lecturer: Xiangdong An xan@cs.yorku.ca Genetic algorithms J. Holland, Adaptation in Natural and Artificial

More information

Resource-based Optimization Model for Dynamic Project Planning and Cost Management

Resource-based Optimization Model for Dynamic Project Planning and Cost Management Appl. Math. Inf. Sci. 11, No. 4, 1091-1096 (2017) 1091 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/110415 Resource-based Optimization Model for Dynamic

More information

Part 1: Motivation, Basic Concepts, Algorithms

Part 1: Motivation, Basic Concepts, Algorithms Part 1: Motivation, Basic Concepts, Algorithms 1 Review of Biological Evolution Evolution is a long time scale process that changes a population of an organism by generating better offspring through reproduction.

More information

Intelligent Techniques Lesson 4 (Examples about Genetic Algorithm)

Intelligent Techniques Lesson 4 (Examples about Genetic Algorithm) Intelligent Techniques Lesson 4 (Examples about Genetic Algorithm) Numerical Example A simple example will help us to understand how a GA works. Let us find the maximum value of the function (15x - x 2

More information

APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION

APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION APPLICATION OF COMPUTER FOR ANALYZING WORLD CO2 EMISSION M. Kavoosi 1, B.shafiee 2 1 Department of Computer Engineering, Izeh Branch, Islamic Azad University, Izeh, Iran 1 E-mail address: Hakavoosi@yahoo.com

More information

Evolutionary Developmental System for Structural Design 1

Evolutionary Developmental System for Structural Design 1 Evolutionary Developmental System for Structural Design 1 Rafal Kicinger George Mason University 4400 University Drive MS 4A6 Fairfax, VA 22030 rkicinge@gmu.edu Abstract This paper discusses the results

More information

Genetic Algorithm for Supply Planning Optimization under Uncertain Demand

Genetic Algorithm for Supply Planning Optimization under Uncertain Demand Genetic Algorithm for Supply Planning Optimization under Uncertain Demand Tezuka Masaru and Hiji Masahiro Hitachi Tohoku Software, Ltd. 2-16-10, Honcho, Aoba ward, Sendai City, 980-0014, Japan {tezuka,hiji}@hitachi-to.co.jp

More information

COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM

COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM COMPARATIVE STUDY OF SELECTION METHODS IN GENETIC ALGORITHM 1 MANSI GANGWAR, 2 MAIYA DIN, 3 V. K. JHA 1 Information Security, 3 Associate Professor, 1,3 Dept of CSE, Birla Institute of Technology, Mesra

More information

The two-stage recombination operator and its application to the multiobjective 0/1 knapsack problem: a comparative study

The two-stage recombination operator and its application to the multiobjective 0/1 knapsack problem: a comparative study The two-stage recombination operator and its application to the multiobjective 0/1 knapsack problem: a comparative study Brahim AGHEZZAF and Mohamed NAIMI Laboratoire d Informatique et d Aide à la Décision

More information

Enhanced Order Crossover for Permutation Problems

Enhanced Order Crossover for Permutation Problems Enhanced Order Crossover for Permutation Problems Girdhar Gopal 1, Rakesh Kumar 2, Ishan Jawa 3, Naveen Kumar 4 Research Scholar, Dept. of Comp. Sci. & Applications, Kurukshetra University, Kurukshetra,

More information

Optimal Design of Laminated Composite Plates by Using Advanced Genetic Algorithm

Optimal Design of Laminated Composite Plates by Using Advanced Genetic Algorithm International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 3, Issue 5(May 2014), PP.77-86 Optimal Design of Laminated Composite Plates by Using

More information

Energy management using genetic algorithms

Energy management using genetic algorithms Energy management using genetic algorithms F. Garzia, F. Fiamingo & G. M. Veca Department of Electrical Engineering, University of Rome "La Sapienza", Italy Abstract An energy management technique based

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: rkbc@iitg.ernet.in References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

CHAPTER 4 LINEAR ANTENNA ARRAY SYNTHESIS USING GENETIC ALGORITHM

CHAPTER 4 LINEAR ANTENNA ARRAY SYNTHESIS USING GENETIC ALGORITHM 76 CHAPTER 4 LINEAR ANTENNA ARRAY SYNTHESIS USING GENETIC ALGORITHM 4.1 INTRODUCTION Improving antenna characteristics such as directivity, input impedance, bandwidth, sidelobe level, null depth level

More information

[Sharma* et al., 5(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Sharma* et al., 5(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY AN APPROACH TO GENERATE TEST CASES AUTOMATICALLY USING GENETIC ALGORITHM Deepika Sharma*, Dr. Sanjay Tyagi * Research Scholar,

More information

Comparative Study of Different Selection Techniques in Genetic Algorithm

Comparative Study of Different Selection Techniques in Genetic Algorithm Journal Homepage: Comparative Study of Different Selection Techniques in Genetic Algorithm Saneh Lata Yadav 1 Asha Sohal 2 Keywords: Genetic Algorithms Selection Techniques Roulette Wheel Selection Tournament

More information

GENETIC ALGORITHM BASED APPROACH FOR THE SELECTION OF PROJECTS IN PUBLIC R&D INSTITUTIONS

GENETIC ALGORITHM BASED APPROACH FOR THE SELECTION OF PROJECTS IN PUBLIC R&D INSTITUTIONS GENETIC ALGORITHM BASED APPROACH FOR THE SELECTION OF PROJECTS IN PUBLIC R&D INSTITUTIONS SANJAY S, PRADEEP S, MANIKANTA V, KUMARA S.S, HARSHA P Department of Human Resource Development CSIR-Central Food

More information

Genetic'Algorithms'::' ::'Algoritmi'Genetici'1

Genetic'Algorithms'::' ::'Algoritmi'Genetici'1 Genetic'Algorithms'::' ::'Algoritmi'Genetici'1 Prof. Mario Pavone Department of Mathematics and Computer Sciecne University of Catania v.le A. Doria 6 95125 Catania, Italy mpavone@dmi.unict.it http://www.dmi.unict.it/mpavone/

More information

Processor Scheduling Algorithms in Environment of Genetics

Processor Scheduling Algorithms in Environment of Genetics Processor Scheduling Algorithms in Environment of Genetics Randeep Department of Computer Science and Engineering R.N. College of Engg. & Technology Haryana, India randeepravish@gmail.com Abstract The

More information

Genetic Algorithm. Presented by Shi Yong Feb. 1, 2007 Music McGill University

Genetic Algorithm. Presented by Shi Yong Feb. 1, 2007 Music McGill University Genetic Algorithm Presented by Shi Yong Feb. 1, 2007 Music Tech @ McGill University Outline Background: Biological Genetics & GA Two Examples Some Applications Online Demos* (if the time allows) Introduction

More information

Rehandling Strategies for Container Retrieval

Rehandling Strategies for Container Retrieval Rehandling Strategies for Container Retrieval Tonguç Ünlüyurt and Cenk Aydin Sabanci University, Faculty of Engineering and Natural Sciences e-mail: tonguc@sabanciuniv.edu 1 Introduction In this work,

More information

Single machine scheduling with two agents for total completion time objectives

Single machine scheduling with two agents for total completion time objectives Lecture Notes in Management Science (2016) Vol. 8, 106 112 ISSN 2008-0050 (Print), ISSN 1927-0097 (Online) Single machine scheduling with two agents for total completion time objectives Yuvraj Gajpal 1

More information

Keywords Genetic, pseudorandom numbers, cryptosystems, optimal solution.

Keywords Genetic, pseudorandom numbers, cryptosystems, optimal solution. Volume 6, Issue 8, August 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Apply Genetic

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Fall 2008 1 Introduction Evolutionary algorithms (or EAs) are tools for solving complex problems. They were originally developed for engineering and chemistry problems. Much of

More information

Genetic Algorithms in Matrix Representation and Its Application in Synthetic Data

Genetic Algorithms in Matrix Representation and Its Application in Synthetic Data Genetic Algorithms in Matrix Representation and Its Application in Synthetic Data Yingrui Chen *, Mark Elliot ** and Joe Sakshaug *** * ** University of Manchester, yingrui.chen@manchester.ac.uk University

More information

A Simulation-based Multi-level Redundancy Allocation for a Multi-level System

A Simulation-based Multi-level Redundancy Allocation for a Multi-level System International Journal of Performability Engineering Vol., No. 4, July 205, pp. 357-367. RAMS Consultants Printed in India A Simulation-based Multi-level Redundancy Allocation for a Multi-level System YOUNG

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms Introduction To Genetic Algorithms Cse634 DATA MINING Professor Anita Wasilewska Computer Science Department Stony Brook University 1 Overview Introduction To Genetic Algorithms (GA) GA Operators and Parameters

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Applications 39 (2012) 1306 1314 Contents lists available at SciVerse ScienceDirect Expert Systems with Applications journal homepage: www.elsevier.com/locate/eswa A genetic algorithm

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

What is an Evolutionary Algorithm? Presented by: Faramarz Safi (Ph.D.) Faculty of Computer Engineering Islamic Azad University, Najafabad Branch

What is an Evolutionary Algorithm? Presented by: Faramarz Safi (Ph.D.) Faculty of Computer Engineering Islamic Azad University, Najafabad Branch Presented by: Faramarz Safi (Ph.D.) Faculty of Computer Engineering Islamic Azad University, Najafabad Branch Chapter 2 Contents Recap of Evolutionary Metaphor Basic scheme of an EA Basic Components: Representation

More information

Improving Differential Evolution Algorithm with Activation Strategy

Improving Differential Evolution Algorithm with Activation Strategy 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore Improving Differential Evolution Algorithm with Activation Strategy Zhan-Rong Hsu 1, Wei-Ping

More information

Introduction Evolutionary Algorithm Implementation

Introduction Evolutionary Algorithm Implementation Introduction Traditional optimization methods fail when there are complex, nonlinear relationships between the parameters and the value to be optimized, the goal function has many local extrema, and resources

More information

ESQUIVEL S.C., LEIVA H. A., GALLARD, R.H.

ESQUIVEL S.C., LEIVA H. A., GALLARD, R.H. SELF-ADAPTATION OF PARAMETERS FOR MCPC IN GENETIC ALGORITHMS ESQUIVEL S.C., LEIVA H. A., GALLARD, R.H. Proyecto UNSL-338403 1 Departamento de Informática Universidad Nacional de San Luis (UNSL) Ejército

More information

A Genetic Algorithm Applying Single Point Crossover and Uniform Mutation to Minimize Uncertainty in Production Cost

A Genetic Algorithm Applying Single Point Crossover and Uniform Mutation to Minimize Uncertainty in Production Cost World Applied Sciences Journal 23 (8): 1013-1017, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.23.08.956 A Genetic Algorithm Applying Single Point Crossover and Uniform Mutation

More information

Simulation approaches for optimization in business and service systems

Simulation approaches for optimization in business and service systems Simulation approaches for optimization in business and service systems Imed Kacem kacem@univ-metz.fr Professor - Université Paul Verlaine Metz http://kacem.imed.perso.neuf.fr/site/ FUBUTEC 2, Future Business

More information

Repetitive construction processes scheduling using mixed-integer linear programming

Repetitive construction processes scheduling using mixed-integer linear programming Budownictwo i Architektura 14(2) (2015) 55-61 Repetitive construction processes scheduling using mixed-integer linear programming Piotr Jaśkowski Katedra Inżynierii Procesów Budowlanych, Wydział Budownictwa

More information

An Evolutionary Solution to a Multi-objective Scheduling Problem

An Evolutionary Solution to a Multi-objective Scheduling Problem , June 30 - July 2,, London, U.K. An Evolutionary Solution to a Multi-objective Scheduling Problem Sumeyye Samur, Serol Bulkan Abstract Multi-objective problems have been attractive for most researchers

More information

Genetic Algorithm for Variable Selection. Genetic Algorithms Step by Step. Genetic Algorithm (Holland) Flowchart of GA

Genetic Algorithm for Variable Selection. Genetic Algorithms Step by Step. Genetic Algorithm (Holland) Flowchart of GA http://www.spectroscopynow.com http://ib-poland.virtualave.net/ee/genetic1/3geneticalgorithms.htm http://www.uni-mainz.de/~frosc000/fbg_po3.html relative intensity Genetic Algorithm for Variable Selection

More information

An Improved Genetic Algorithm for Generation Expansion Planning

An Improved Genetic Algorithm for Generation Expansion Planning 916 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 15, NO. 3, AUGUST 2000 An Improved Genetic Algorithm for Generation Expansion Planning Jong-Bae Park, Young-Moon Park, Jong-Ryul Won, and Kwang Y. Lee Abstract

More information

CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING

CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING 93 CHAPTER 5 SUPPLIER SELECTION BY LEXICOGRAPHIC METHOD USING INTEGER LINEAR PROGRAMMING 5.1 INTRODUCTION The SCMS model is solved using Lexicographic method by using LINGO software. Here the objectives

More information

Genetic algorithms. History

Genetic algorithms. History Genetic algorithms History Idea of evolutionary computing was introduced in the 1960s by I. Rechenberg in his work "Evolution strategies" (Evolutionsstrategie in original). His idea was then developed

More information

From Genetics to Genetic Algorithms

From Genetics to Genetic Algorithms From Genetics to Genetic Algorithms Solution to Optimisation Problems Using Natural Systems Jitendra R Raol and Abhijit Jalisatgi Genetic algorithms are search procedures inspired by natural selection

More information

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING PROF. SARVADE KISHORI D. Computer Science and Engineering,SVERI S College Of Engineering Pandharpur,Pandharpur,India KALSHETTY Y.R. Assistant Professor

More information

A GENETIC ALGORITHM APPROACH FOR OPTIMIZING CHEMICAL TOWERS CONSTRUCTION PROJECT SCHEDULING WITH DYNAMIC RESOURCES CONSTRAINTS

A GENETIC ALGORITHM APPROACH FOR OPTIMIZING CHEMICAL TOWERS CONSTRUCTION PROJECT SCHEDULING WITH DYNAMIC RESOURCES CONSTRAINTS International Journal of Industrial Engineering, 17(2), 128-141, 2010. A GENETIC ALGORITHM APPROACH FOR OPTIMIZING CHEMICAL TOWERS CONSTRUCTION PROJECT SCHEDULING WITH DYNAMIC RESOURCES CONSTRAINTS Chun-Wei

More information

OPTIMIZATION OF A THREE-PHASE INDUCTION MACHINE USING GENETIC ALGORITHM

OPTIMIZATION OF A THREE-PHASE INDUCTION MACHINE USING GENETIC ALGORITHM MultiScience - XXX. microcad International Multidisciplinary Scientific Conference University of Miskolc, Hungary, 21-22 April 2016, ISBN 978-963-358-113-1 OPTIMIZATION OF A THREE-PHASE INDUCTION MACHINE

More information

A Gene Based Adaptive Mutation Strategy for Genetic Algorithms

A Gene Based Adaptive Mutation Strategy for Genetic Algorithms A Gene Based Adaptive Mutation Strategy for Genetic Algorithms Sima Uyar, Sanem Sariel, and Gulsen Eryigit Istanbul Technical University, Electrical and Electronics Faculty Department of Computer Engineering,

More information