Open access peer-reviewed chapter

Evaluation of Non-Parametric Selection Mechanisms in Evolutionary Computation: A Case Study for the Machine Scheduling Problem

Written By

Maxim A. Dulebenets

Submitted: 18 October 2017 Reviewed: 26 February 2018 Published: 18 July 2018

DOI: 10.5772/intechopen.75984

From the Edited Volume

Nature-inspired Methods for Stochastic, Robust and Dynamic Optimization

Edited by Javier Del Ser and Eneko Osaba

Chapter metrics overview

1,057 Chapter Downloads

View Full Metrics

Abstract

Evolutionary Algorithms have been extensively used for solving stochastic, robust, and dynamic optimization problems of a high complexity. Selection mechanisms play a very important role in design of Evolutionary Algorithms, as they allow identifying the parent chromosomes, that will be used for producing the offspring, and the offspring chromosomes, that will survive in the given generation and move on to the next generation. Selection mechanisms, reported in the literature, can be classified in two groups: (1) parametric selection mechanisms, and (2) non-parametric selection mechanisms. Unlike parametric selection mechanisms, non-parametric selection mechanisms do not have any parameters that have to be set, which significantly facilitates the Evolutionary Algorithm parameter tuning analysis. This study presents a comprehensive analysis of the commonly used non-parametric selection mechanisms. Comparison of the selection mechanisms is performed for the machine scheduling problem. The objective of the presented mathematical model is to determine the assignment of the arriving jobs among the available machines, and the processing order of jobs on each machine, aiming to minimize the total job processing cost. Different categories of Evolutionary Algorithms, which deploy various non-parametric selection mechanisms, are evaluated in terms of the objective function value at termination, computational time, and changes in the population diversity. Findings indicate that the Roulette Wheel Selection and Uniform Sampling selection mechanisms generally yield higher population diversity, while the Stochastic Universal Sampling selection mechanism outperforms the other non-parametric selection mechanisms in terms of the solution quality.

Keywords

  • optimization
  • Evolutionary Algorithms
  • non-parametric selection mechanisms
  • machine scheduling problems
  • parameter tuning
  • computational time

1. Introduction

Evolutionary Algorithms (EAs) and other metaheuristic algorithms have been widely used for solving complex stochastic, robust, and dynamic optimization problems. These complex problems include but are not limited to the following: vertex cover problem, Boolean satisfiability problem, maximum clique size problem, Knapsack problem, traveling salesman problem, bin packing problem, machine scheduling problems, and others [1, 2]. Some of the aforementioned problems have a non-deterministic polynomial time complete (NP-complete) complexity, while the others are non-deterministic polynomial time hard (NP-hard). The exact solution algorithms cannot be used to solve NP-complete and NP-hard problems to the global optimality for the realistic size problem instances within an acceptable computational time. On the other hand, the approximation algorithms, including EAs and other metaheuristic algorithms, are able to provide good quality solutions within a reasonable computational time. Candidate solutions to the problem of interest are encoded in the chromosomes within EAs. Different types of chromosome representations have been reported in the EA literature. For example, canonical Genetic Algorithms, developed by Holland, rely on a binary chromosome representation; while canonical Evolutionary Strategies, proposed by Rechenberg, use a real-valued chromosome representation [3, 4]. On the other hand, Genetic Programming, developed by Koza, relies on a tree-based chromosome representation [3, 4].

Once the chromosome representation is selected, the initial population is generated, and fitness values of the initial population chromosomes are estimated. Then, the EA starts an iterative process, where the population chromosomes are continuously altered using selection and EA operators (e.g., crossover and mutation) from one generation to another, aiming to identify superior solutions. The EA is terminated, once a certain stopping criterion is met (in some EAs multiple stopping criteria can be imposed). Two types of selection mechanisms are applied throughout the EA evolution: (1) parent selection, which aims to identify a subset of individuals from the offspring chromosomes, survived in the previous generation, that will participate in the EA operations and generate the new offspring chromosomes; and (2) offspring selection, which aims to identify a subset of individuals from the generated offspring chromosomes that will survive in the given generation and will be moved to the next generation. A large number of different selection mechanisms have been reported in the EA literature, which can be categorized in two groups: (1) parametric selection mechanisms (e.g., Exponential Ranking Selection, Tournament Selection, Boltzmann Selection), and (2) non-parametric selection mechanisms (e.g., Roulette Wheel Selection, Stochastic Universal Sampling, Binary Tournament Selection, Ranking Selection, Uniform Sampling).

Each EA has several parameters (e.g., population size, crossover probability, mutation probability, and others), which are generally determined based on a parameter tuning [3, 4]. A “full factorial design” methodology has been widely used for the EA parameter tuning [5]. Based on the latter methodology, the algorithm has a number of parameters (or factors - f), which have a set of candidate values (or levels - l). In order to set the appropriate EA parameter values, a total of lf algorithmic runs will be required throughout the parameter tuning analysis. Based on the analysis of a tradeoff between the objective function and computational time values, the most promising parameter combination will be chosen. Parametric selection mechanisms will increase the number of algorithmic runs to lf+NSEL, where NSEL – is the number of parameters for a given selection mechanism. Such increase in the number of algorithmic runs can make the parameter tuning analysis computationally prohibitive due to significant computational time required. Moreover, the parameter values of the selection mechanisms, adopted for a given set of problem instances, may worsen the EA performance, when applied to a different set of problem instances.

In order to avoid the latter drawbacks and facilitate the EA parameter tuning analysis, this study solely applies non-parametric selection mechanisms throughout the EA design. Different EA categories, which rely on various non-parametric selection mechanisms, are evaluated based on the major algorithmic performance indicators, including the objective function value at termination, computational time, and changes in the population diversity throughout the algorithmic evolution. The computational experiments are conducted for the machine scheduling problem. The machine scheduling problem deals with allocation of the available handling resources (i.e., machines) for service of the tasks (i.e., jobs), which arrive at the given facility with a specific frequency [2]. The machine scheduling problem receives an increasing attention from the community, as it is considered as an important decision problem in manufacturing, service industries, and supply chain management [6, 7, 8, 9, 10]. Without efficient sequencing and scheduling, the supply chain players may not be able to meet specific deadlines, which are established for processing certain products. The latter may incur substantial monetary losses and, ultimately, can even result in the customer loss. In the meantime, poor utilization of the available handling resources may cause drastic monetary losses as well. Therefore, development of advanced decision support tools for the machine scheduling problems (including effective solution algorithms, which are the primary focus of this study) becomes critical in the current competitive environment.

Findings from this research are expected to provide important insights regarding non-parametric selection mechanisms, which can be further used in future for the design of EAs. Efficient non-parametric selection mechanisms will be critical for Hybrid EAs, which along with the standard EA parameters (e.g., population size, crossover probability, mutation probability) may require setting additional parameters for the local search heuristics. The remaining sections of this chapter are organized in the following order. The next section discusses the machine scheduling environment, where the developed EA will be applied. The third section presents a mixed integer mathematical model for the machine scheduling problem. The fourth section focuses on a detailed description of the main EA components. The fifth section discusses the computational experiments, which were conducted in this study for evaluation of non-parametric selection mechanisms. The last section summarizes findings and outlines potential directions for the future research.

Advertisement

2. Machine scheduling

The objective of the machine scheduling problems (MSPs) is to allocate the arriving jobs among the available machines and identify the processing order of jobs on each machine. A large number of various MSPs have been widely studied in the past, such as single machine, identical machines in parallel, machines in parallel with different speeds, unrelated machines in parallel, job shop, and others [2]. The aforementioned MSPs differ in terms of machine properties (e.g., machines at a given facility have identical properties vs. machines at a given facility have different properties), job type (e.g., the processing time of a given job may vary on two machines with the same speeds based on the job type), order of machines to be visited (e.g., a given job may have to be processed on several machines in a specific order), etc.

The unrelated MSP will be studied in this chapter. Let I=1m be a set of jobs, arriving at the facility, which should be processed on the available machines within a given planning horizon. Let J=1n be a set of machines available at the given facility within a given planning horizon. Let K=1p be a set of job processing orders. Each job should be assigned for processing on one of the available machines in one of the processing orders. The machines at the given facility are assumed to have different properties (e.g., different speeds); therefore, the processing time of a given job may vary depending on the machine assignment. Furthermore, the processing time on a given machine depends on the job type (i.e., the processing time for a given job on the machines with the same speed may be different due to the job type). The latter three aspects are common for the unrelated MSPs. The MSP environment, modeled in this study, is illustrated in Figure 1.

Figure 1.

Machine scheduling environment.

Once the job arrives at the facility, it will be directed to the assigned machine for processing. If the assigned machine is processing another job at the moment, the arriving job will be queued, while waiting to be processed (see Figure 1). It is assumed that the facility operator will incur the job waiting cost (ciWC,iI in USD/hour), as increasing number of waiting jobs may cause congestion at the given facility. Furthermore, the facility operator will incur the cost of processing a given job on one of the available machines (ciHC,iI in USD/hour). Each job, arriving at the facility, must be processed by specific time (DPi,iI in hours). If the job processing deadline is violated, the facility operator will incur the cost due to job processing delays (ciDC,iI in USD/hour). The objective of the facility operator is to allocate the arriving jobs among the available machines and identify the processing order of jobs on each machine, aiming to minimize the total job processing cost, which includes: (1) the total job handling cost; (2) the total job waiting cost; and (3) the total cost due to job processing delays.

Advertisement

3. Mathematical model

This section of the chapter presents a mixed integer programming model for the machine scheduling problem (MSP), which is studied herein. A detailed description of notations used in the mathematical model and throughout this book chapter is provided at the end of the book chapter.

MSP: Machine Scheduling Problem

miniIjJkKHTijxijkciHC+iIWTiciWC+iIPDiciDCE1

Subject to:

jJkKxijk=1iIE2
iIxijk1jJ,kKE3
iI:iikK:k<kHTijxijk+ITijk+ITijkATixijk0iI,jJ,kKE4
SPTiiI:iikK:k<kHTijxijk+ITijk+ITijkPN1xijkiI,jJ,kKE5
WTiSPTiATiiIE6
FPTiSPTi+jJkKHTijxijkiIE7
PDiFPTiDPiiIE8

The objective function (1) of the MSP mathematical model minimizes the total job processing cost, which is composed of the following components: (1) the total job handling cost; (2) the total job waiting cost; and (3) the total cost due to job processing delays. Constraint set (2) guarantees that each job will be scheduled for processing on one of the available machines in one of the processing orders. Constraint set (3) ensures that no more than one job can be processed on each machine in a given processing order. Constraint set (4) ensures that the processing of a given job will not start before its arrival at the facility. Constraint set (5) calculates the start processing time for each job, arriving at the facility. Constraint set (6) computes the waiting time for each job, arriving at the facility. Constraint set (7) estimates the finish processing time for each job. Constraint set (8) calculates hours of delay in processing each job, arriving at the facility.

Advertisement

4. Evolutionary Algorithm description

MSPs belong to the class of NP-hard problems, which cannot be solved using the exact optimization algorithms to the global optimality for the realistic size problem instances within an acceptable computational time. Therefore, a set of EAs were developed in this study to solve the MSP mathematical model. EAs were differentiated based on the type of non-parametric selection mechanism adopted. This section provides an outline of the main EA steps and a detailed description of each step.

4.1. Main EA steps

The main EA steps are presented in Algorithm 1. The data structures for the EA variables are initialized in step 0. The initial population is generated in steps 1–2. After that, fitness of the initial population chromosomes is evaluated in step 3. Then, the EA algorithm starts an iterative process (steps 4–12), where the fittest individual is stored before applying the parent selection in step 6. The latter strategy is commonly referred to as “Elitist Strategy” in Evolutionary Computation. After that, the parent chromosomes are determined in step 7, while the offspring chromosomes are produced via the EA operations in step 8. Fitness of the offspring chromosomes is evaluated in step 9. After that, the offspring selection is executed to determine the offspring chromosomes that along with the fittest individual will be moved to the next generation (steps 10 and 11). The iterative process is continuously executed until a certain stopping criterion is met. At convergence, the proposed EA algorithm returns the best solution, which corresponds to the job to machine to processing order assignment with the least possible job processing cost. A detailed description of each EA component is presented in Sections 4.2–4.8.

Algorithm 1. Evolutionary Algorithm (EA).
EADataΩσCσMSC.
in: Data - input data for the MSP mathematical model; Ω - population size; σC - crossover probability; σM - mutation probability; SC- stopping criterion
out: Solution - the best job to machine to processing order assignment
0: PopulationΩ; FitnessΩ; ParentsΩ; OffspringΩ; Best
1: gen1
2: PopulationgenInitPopulationDataΩ
3: FitnessgenFitnessEvalDataPopulationgen
4: while SCFALSE do
5: gengen+1
6: BestargminFitnessgen
7: ParentsgenParentSelPopulationgenFitnessgen
8: OffspringgenEAoperationParentsgenσCσM
9: FitnessgenFitnessEvalDataOffspringgen
10: Populationgen+1Populationgen+1Best
11: Populationgen+1OffspringSelOffspringgenFitnessgen
12: end while
13: SolutionargminFitnessgenFitnessBest
14: return Solution

4.2. Chromosome representation

Two-dimensional integer chromosomes will be used in this study to represent candidate solutions to the MSP mathematical model (i.e., job to machine to processing order assignments). Note that the term “chromosome” is used interchangeably with the term “individual” throughout this chapter, as both terms represent the same meaning [3]. An example of a chromosome is illustrated in Figure 2, where 9 jobs are scheduled for processing on 3 machines. Specifically, jobs “2”, “3”, and “5” are scheduled for processing on machine “1” (in that specific processing order); jobs “4”, “6”, and “9” are scheduled for processing on machine “2” (in that specific processing order); while jobs “1”, “7”, and “8” are scheduled for processing on machine “3” (in that specific processing order). The term “genes” will be used in this study to denote components of a chromosome (i.e., machine identifiers and job identifiers).

Figure 2.

Chromosome representation example.

4.3. Initialization of the chromosomes and population

There are two major approaches for initializing the chromosomes and population within EAs. The first approach initializes the chromosomes and population randomly (i.e., the job to machine to processing order assignment is determined randomly). The second approach relies on application of the local search heuristics. A large number of the local search heuristics have been presented in the machine scheduling literature, such as [2]: First In First Out, First In Last Out, Shortest Processing Time First, Shortest Remaining Processing Time on the Fastest Machine, Shortest Setup Time First, and others. The local search heuristics may allow obtaining better quality solutions as compared to the random initialization mechanisms. However, the local search heuristics, which have been used for MSPs, are typically deterministic. Therefore, the population, initialized using deterministic local search heuristics, will have identical chromosomes, which will negatively affect the population diversity (i.e., only one domain of the search space will be explored at the population initialization stage). To avoid the latter drawback and ensure the population diversity, this study will use a random initialization mechanism to create the initial population. The number of individuals in the population is determined based on the population size parameter (Ω).

4.4. Fitness function

The fitness function of chromosomes is assumed to be equal to the objective function of the MSP mathematical model (i.e., total job processing cost). Application of various scaling mechanisms for the fitness function (e.g., linear scaling, sigma truncation, and power law scaling) to control the selection pressure throughout the algorithmic run will be one of the future research directions of this study.

4.5. Parent selection mechanism

The purpose of the parent selection mechanism is to determine a subset of individuals from the offspring chromosomes, survived in the previous generation, that will participate in the EA operations and generate the new offspring chromosomes. As discussed in the introduction section of this chapter, the main objective of this study is to evaluate various non-parametric selection mechanisms, commonly used in the literature, including the following [3, 4]:

  1. Roulette Wheel Selection (also known as Fitness Proportionate Selection) – each individual of the population is assigned a portion of a roulette wheel, where a larger portion is allocated to the individual with a higher fitness value. Then, the roulette wheel is continuously rotated until the required amount of parent chromosomes has been selected.

  2. Stochastic Universal Sampling – each individual of the population is assigned a portion of a straight line segment, where a larger portion is allocated to the individual with a higher fitness value (similar to the Roulette Wheel Selection mechanism). Then, the parent chromosomes are selected based on the evenly spaced fitness intervals (unlike Roulette Wheel Selection, which requires generating a random number each time in order to rotate the roulette wheel).

  3. Binary Tournament Selection – multiple binary tournaments are executed, where two individuals are randomly sampled from the population during each tournament, and the individual with a higher fitness value is chosen to become a parent. The required number of tournaments is determined based on the population size.

  4. Ranking Selection – the parent and offspring chromosomes from the previous generation are combined in a one data structure, sorted based on their fitness, and a subset of chromosomes with higher fitness values (out of the available parent and offspring chromosomes) will become parents. Such selection mechanism has been widely used in canonical Evolutionary Strategies [3] and is generally referred to as μ+λ-selection, where parents (μ) are allowed to compete with offspring (λ).

  5. Uniform Sampling – the parent chromosomes are selected from the population by uniform (or random) sampling. Unlike the aforementioned selection mechanisms, Uniform Sampling is not biased by fitness.

For a detailed description of the considered non-parametric selection mechanisms and illustrative examples of these mechanisms, this study refers to Eiben and Smith [3] and Sivanandam and Deepa [4]. Five categories of the EA algorithm, deploying different types of parent selection mechanisms, will be evaluated in this study, including the following: (1) EA with Roulette Wheel Selection (EA-RWS); (2) EA with Stochastic Universal Sampling (EA-SUS); (3) EA with Binary Tournament Selection (EA-BTS); (4) EA with Ranking Selection (EA-RS); and (5) EA with Uniform Sampling (EA-US).

4.6. EA operations

Once the parent chromosomes are selected, the developed EA algorithm applies the crossover and mutation operators in order to produce and mutate the offspring chromosomes. Both operators are described in sections 4.6.1–4.6.2 of the chapter.

4.6.1. Crossover

The order crossover is used to produce the offspring chromosomes. Selection of the latter crossover operator can be justified by the adopted chromosome representation. Specifically, certain crossover operators (e.g., N-point, whole arithmetic, uniform) may produce infeasible offspring for the integer chromosome representation [3]. On the other hand, the order crossover guarantees feasibility of the generated offspring chromosomes. An example of an order crossover operation is illustrated in Figure 3. Two chromosomes are randomly selected from the available parent chromosomes. The probability of parents to undergo a crossover operation is determined by the crossover probability parameter (σC). After that, a string of genes is copied from parent “1” to offspring “1”. Note that the length of a string will be set randomly, and, therefore, may vary from one crossover operation to another. In the considered example, a string of genes with jobs “2”, “6”, “8”, and “3” is copied from parent “1” to offspring “1”. Then, the genes with missing jobs are copied from parent “2” to offspring “1”. In the considered example, jobs “9”, “7”, “4”, “5”, and “1” are copied from parent “2” to offspring “1”. The offspring “2” is produced in a similar manner.

Figure 3.

Order crossover operation example.

4.6.2. Mutation

The offspring chromosomes, produced via the order crossover, will be mutated. Two types of mutation operators will be applied in this study: (a) swap; and (b) insert. An example of a mutation operation is illustrated in Figure 4. In case of a swap mutation operation, job “2”, initially scheduled for processing on machine “1” as the first job, is re-scheduled for processing on machine “3” as the second job. On the other hand, job “7”, initially scheduled for processing on machine “3” as the second job, is re-scheduled for processing on machine “1” as the first job. In case of an insert mutation operation, job “4”, initially scheduled for processing on machine “2” as the first job, is re-scheduled for processing on machine “1” as the second job. On the other hand, job “1”, initially scheduled for processing on machine “3” as the first job, is re-scheduled for processing on machine “2” as the second job. Application of both swap and insert mutation operators allows altering job to machine and job to processing order assignments. The number of genes to be mutated throughout the mutation operation is determined by the mutation probability parameter (σM).

Figure 4.

Mutation operation example.

4.7. Offspring selection mechanism

The purpose of the offspring selection mechanism is to determine a subset of individuals from the generated offspring chromosomes that will survive in the given generation and will be moved to the next generation. This study relies on the generational offspring selection mechanism, where all offspring chromosomes will be moved to the next generation and become candidate parent chromosomes. Such offspring selection mechanism has been widely used in canonical Genetic Algorithms, proposed by Holland, and Genetic Programming, developed by Koza [3, 4].

4.8. Stopping criterion

The developed EA algorithm will be terminated, once a certain stopping criterion is met. The stopping criterion, adopted in this study, is the maximum number of generations (gMAX).

Advertisement

5. Computational experiments

This section provides a detailed description of the computational experiments, which were conducted to evaluate the considered non-parametric selection mechanisms. Five EA categories, applying different non-parametric selection mechanisms (i.e., the EA-RWS, EA-SUS, EA-BTS, EA-RS, and EA-US algorithms, described in Section 4.5), were evaluated in terms of the objective function value at termination, computational time, and changes in the population diversity throughout the algorithmic run. All EA algorithms were coded in MATLAB 2016a. The computational experiments were executed on a CPU with Dell Intel(R) Core™ i7 Processor and 32 GB of RAM. Sections 5.1–5.3 elaborate on the input data selection for the MSP mathematical model, parameter tuning of the developed EA algorithms, and comprehensive comparative analysis of the considered non-parametric selection mechanisms.

5.1. Input data selection

The required input parameters for the MSP mathematical model were primarily generated based on the relevant literature [2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]. The adopted parameter values are presented in Table 1. A total of 40 problem instances were developed to conduct the computational experiments by changing the number of arriving jobs from 50 to 140 with an increment of 10 jobs, while the number of available machines was changed from 4 to 10 with an increment of 2 machines.

MSP parameterAdopted value
Number of arriving jobs: m (jobs)Varies based on the problem instance
Number of available machines: n (machines)Varies based on the problem instance
Number of job processing orders: p (orders)p=m (considering the case, when all jobs are assigned for processing on one machine)
Arrival time of job i: ATi,iI (hours)Exponential2/60
Handling time of job i on machine j: HTij,iI,jJ (hours)Uniform2080/60
Deadline for processing job i: DPi,iI (hours)ATi+Uniform1.21.5minjJHTij
Unit handling cost for job i: ciHC,iI (USD/hour)Uniform200400
Unit waiting cost for job i: ciWC,iI (USD/hour)Uniform50100
Unit delayed processing cost of job i: ciDC,iI (USD/hour)Uniform300600
Large positive number: PN106

Table 1.

MSP parameter values.

Exponentiala – exponentially distributed pseudorandom numbers with a mean inter-arrival time of a; Uniformbc – uniformly distributed pseudorandom numbers, varying from b to c.

5.2. EA parameter tuning

A parameter selection analysis was performed for the EA-RWS, EA-SUS, EA-BTS, EA-RS, and EA-US algorithms to identify the appropriate parameter values. Each one of the developed EA algorithms has a total of 4 parameters, including the following: (1) population size – Ω; (2) crossover probability – σC; (3) mutation probability – σM; and (4) maximum number of generations – gMAX. A “full factorial design” methodology [5], described in the introduction section of the chapter, was adopted for the EA parameter tuning. A total of 3 candidate values were considered for each parameter (i.e., 3f factorial design). A total of 3 problem instances were chosen at random from the generated problem instances (see Section 5.1) in order to conduct the parameter tuning analysis.

A total of 10 replications were performed for each algorithm and each problem instance to obtain the average objective function and computational time values. The number of replications was found to be sufficient, as the objective function values did not vary substantially from one replication to another. Specifically, the coefficient of variation of the objective function values at termination did not exceed 1.00% over the performed replications for all the generated problem instances and the developed solution algorithms. Based on preliminary algorithmic runs, it was found that increasing number of replications would incur a significant increase in the computational time without a significant reduction of the objective function coefficient of variation for each EA. Table 2 provides a summary of the parameter analysis for each EA, including the following data: (1) algorithm; 2) parameter; (3) considered candidate values for each parameter; and (4) the best parameter value, highlighted in bold font (determined based on the analysis of a tradeoff between the obtained objective function values and computational time required).

Algorithm\ParameterΩσCσMgMAX
EA-RWS[40; 50; 60][0.25; 0.50; 0.75][0.01; 0.02; 0.05][2000; 2500; 3000]
EA-SUS[40; 50; 60][0.25; 0.50; 0.75][0.01; 0.02; 0.05][2000; 2500; 3000]
EA-BTS[40; 50; 60][0.25; 0.50; 0.75][0.01; 0.02; 0.05][2000; 2500; 3000]
EA-RS[40; 50; 60][0.25; 0.50; 0.75][0.01; 0.02; 0.05][2000; 2500; 3000]
EA-US[40; 50; 60][0.25; 0.50; 0.75][0.01; 0.02; 0.05][2000; 2500; 3000]

Table 2.

EA parameter tuning analysis summary.

The parameter tuning analysis for the developed EA algorithms took more than 11 days (i.e., more than 51 hours for each EA). Application of parametric selection mechanisms would increase the computational time of the parameter tuning analysis even further. The latter highlights the importance of adopting non-parametric selection mechanisms.

5.3. Comparative analysis

This section focuses on a detailed comparative analysis of the considered EA algorithms, deploying different non-parametric selection mechanisms, in terms of the objective function values at termination and required computational time. Moreover, changes in the population diversity are analyzed throughout evolution of each EA.

5.3.1. Objective function and computational time

The developed EA-RWS, EA-SUS, EA-BTS, EA-RS, and EA-US algorithms were executed for all the generated problem instances, which were described in Section 5.1. A total of 10 replications were performed for each algorithm and each problem instance. Results of the conducted analysis are reported in Table 3 for each algorithm and each problem instance, including the following data: (1) instance number; (2) number of arriving jobs (m); (3) number of available machines (n); (4) average objective function value at termination (Z) for each EA algorithm; and (5) average computational time value (CPU) for each EA algorithm.

InstancemnEA-RWSEA-SUSEA-BTSEA-RSEA-US
Z, 103 USDCPU, secZ, 103 USDCPU, secZ, 103 USDCPU, secZ, 103 USDCPU, secZ, 103 USDCPU, sec
1504141.6152.72137.0656.26138.3056.61138.8655.11143.7561.19
250684.4351.7682.8953.5382.9458.4687.3254.4589.2962.14
350859.3552.9256.8554.8157.8159.7557.8455.4261.4563.01
4501044.5254.5442.9856.0745.1960.4045.1456.3248.4363.94
5604198.9758.39190.4360.07191.3765.79192.0160.47195.3168.20
6606121.4959.69111.8361.33114.8167.33113.4762.06123.1169.39
760882.8961.1780.0062.1680.7168.5980.6063.1484.0170.83
8601062.3162.1260.3763.3562.9870.1760.6164.0066.1372.39
9704278.5965.71259.2367.40269.2774.93267.8568.11285.2177.10
10706164.8667.19159.6369.17161.2576.34159.8769.38176.7778.77
11708119.2568.20111.4470.07114.0777.85113.5271.61122.1380.20
12701087.0469.7184.7270.9988.4779.3185.1372.7292.4082.75
13804358.8273.98341.8775.49347.5584.01342.5177.36368.7487.29
14806214.5275.25204.7276.47212.3284.90206.7078.60222.9088.00
15808148.0076.39142.6079.78148.8085.86143.6579.50155.6589.31
168010112.8477.59106.8879.47110.2187.52107.2380.47124.0491.83
17904460.9081.58444.0383.76446.2392.98446.8185.02484.4896.91
18906277.9882.84269.7684.89271.5793.84271.1986.96297.4792.80
19908191.2283.95180.8186.22195.2295.37180.9788.43203.9994.31
209010151.9485.54135.8687.94142.5097.32136.1789.75159.4295.93
211004600.0689.07564.9092.29580.63101.97568.2494.03601.43101.61
221006355.9989.84343.5793.10348.84101.66346.3394.63384.70102.99
231008249.8591.11228.4994.42243.06103.32229.3795.94260.30103.12
2410010190.1192.81171.8895.95184.94104.81174.2497.51196.91104.42
251104720.1696.39678.1099.21706.05109.70678.90101.52745.49108.94
261106440.8598.03419.34101.31429.49111.74421.62102.51461.96110.18
271108300.1199.59280.76102.57292.38112.76281.59104.07317.98111.86
2811010223.92100.81208.87103.90220.49114.61210.76105.66245.74113.24
291204858.23104.78802.81108.03848.19120.34816.61110.30900.09120.61
301206539.24105.52488.90109.46514.46120.73498.86112.01549.63122.26
311208356.24107.50343.26111.21363.44122.90345.24113.77389.83123.98
3212010273.65109.06249.24112.04267.37125.11250.87114.76284.92124.56
3313041011.56112.84974.07116.211001.36123.02979.15119.141069.10129.10
341306620.42114.00583.82117.26618.10122.51589.85119.96650.25130.27
351308418.78115.49401.15118.47424.44124.11403.36121.57449.19132.76
3613010310.32116.52296.11119.97318.84125.34298.81122.95342.26134.08
3714041184.91120.741121.27123.961168.76129.811123.67127.121267.22138.33
381406712.51121.49680.00125.12696.63130.66690.01129.63757.52139.52
391408499.65123.61465.71126.37483.23131.65469.30129.50529.86141.40
4014010363.36124.70349.41127.91366.61133.38351.45130.79405.48142.81
Average:339.7987.38321.3989.95333.9797.69324.1491.66357.86100.56

Table 3.

Objective function and computational time values for the considered EA algorithms.

The average objective function values comprised 339.79 103 USD, 321.39 103 USD, 333.97 103 USD, and 324.14 103 USD, and 357.86 103 USD over the developed problem instances for the EA-RWS, EA-SUS, EA-BTS, EA-RS, and EA-US algorithms respectively. Therefore, EA-SUS that relies on Stochastic Universal Sampling outperformed the EAs with other non-parametric selection mechanisms in terms of the solution quality. Superiority of the EA-SUS algorithm can be explained by the fact that Stochastic Universal Sampling selects the parent chromosomes based on the evenly distributed fitness intervals and, therefore, ensures that high, medium, and low quality individuals will be given a chance to reproduce. The EA-RS algorithm, which deploys Ranking Selection, demonstrated a good performance; however, it was outperformed by the EA-SUS algorithm due to the fact that ranking is substantially biased by fitness. Ranking Selection allows only high and medium fitness chromosomes to become parents, while the individuals with low fitness values are not given any chance to reproduce.

The EA-RWS and EA-BTS algorithms were outperformed by both EA-SUS and EA-RS algorithms, as they do not guarantee that high and medium quality individuals will become parents. Although Roulette Wheel Selection and Binary Tournament Selection are biased by fitness, and the individuals with higher fitness have higher chances to reproduce, such selection mechanisms may allow a significant portion of low quality individuals to become parents, which negatively affects the objective function values and results in a premature convergence. The worst performance was recorded for the EA-US algorithm, which relies on Uniform Sampling. Uniform Sampling is not biased by fitness and gives all individuals equal chances to become parents, which may not be desirable in some cases (i.e., higher and medium quality individuals should have higher chances to reproduce, as compared to low quality individuals). Uniform Sampling can be advantageous when applied in combination with other selection mechanisms (e.g., Uniform Sampling is used at the parent selection stage, while Stochastic Universal Sampling is used at the offspring selection stage). Evaluation of the EA algorithms, which use a combination of various non-parametric selection mechanisms, will be one of the future research directions of this study.

An additional statistical analysis was conducted to investigate differences between the average objective function values at termination, suggested by the developed algorithms. The null hypothesis was assumed to be H0:μEA1=μEA2 (i.e., the average objective function value at termination of algorithm EA1 [μEA1] is equal to the average objective function value at termination of algorithm EA2 [μEA2]), while the alternative hypothesis was assumed to be Ha:μEA1<μEA2 (algorithm EA1 returns lower average objective function value at termination as compared to algorithm EA2). The average objective function values were estimated over 40 problem instances for each EA algorithm. Based on the hypothesis testing results, no statistically significant difference has been identified among the average objective function values at termination, suggested by the EA-SUS algorithm and other developed EA algorithms, at significance level α=0.05. The latter finding can be justified by the fact that for some of the problem instances the developed algorithms did not demonstrate significant differences in terms of the objective function values (generally, the problem instances with lower number of arriving jobs and available machines – problem instances 1, 2, 5, 6, and others).

Furthermore, on average over all the generated problem instances the EA-SUS algorithm outperformed the EA-RWS, EA-BTS, EA-RS, and EA-US algorithms by 5.72, 3.91, 0.86, and 11.35%. However, for some of the problem instances the EA-SUS algorithm outperformed the EA-RWS, EA-BTS, EA-RS, and EA-US algorithms by up to 11.84, 7.97, 5.34, and 17.65%. Therefore, application of the EA-SUS algorithm is expected to become even more advantageous (in terms of objective function values at termination) with increasing problem size. The computational time of the developed EA algorithms did not exceed 142.81 sec over all 40 problem instances, which can be considered as acceptable.

5.3.2. Changes in the population diversity

The population diversity is critical in EAs especially at early stages of the search process. Without a diverse population, a given EA will not be able explore the available domains of the search space in an efficient manner. Lack of diversity in early generations of the EA algorithm may lead to negative consequences, including premature convergence. The population fitness values were recorded throughout evolution of the developed EA-RWS, EA-SUS, EA-BTS, EA-RS, and EA-US algorithms for each replication and each problem instance. The population fitness boxplots are illustrated in Figures 5 and 6 for the first replication of each EA algorithm after the parent selection in generations 500, 1000, 1500, 2000, 2500, and 3000. Note that boxplots are presented only for the first replication of each EA algorithm and problem instances 37–40 (i.e., the problem instances with the largest number of arriving jobs), but similar patterns have been observed for the rest of algorithmic replications and problem instances. The population fitness boxplots have the following components: (1) rectangle, where the top and the bottom parts correspond to 75th and 25th population fitness value percentiles respectively; (2) median, which is shown using a red line; (3) whiskers, which are shown using dashed lines covering 99.30% of the population fitness value data points; and (4) extreme population fitness value points (falling outside of 99.30% of the population fitness value data points) or “outliers”, which are shown using “°” symbol.

Figure 5.

EA population fitness boxplots for problem instances 37 and 38.

Figure 6.

EA population fitness boxplots for problem instances 39 and 40.

It can be observed that the population fitness boxplot whiskers of the EA-RWS and EA-US algorithms consistently cover a wider range of the population fitness values. The latter finding indicates that both EA-RWS and EA-US algorithms maintain a more diverse population, as compared to the EA-SUS, EA-BTS, and EA-RS algorithms. However, the quality of individuals within both EA-RWS and EA-US populations is significantly lower as compared to the EA- SUS, EA-BTS, and EA-RS populations. For example, the EA-RWS and EA-US algorithms cover the population fitness ranges of [1193.15; 1627.94] 103 USD and [1276.65; 1829.78] 103 USD respectively, while the EA-SUS algorithm covers the population fitness range of [1110.66; 1387.16] 103 USD for problem instance 37 at termination (i.e., in generation 3000). Therefore, as discussed in Section 5.3.1, the EA-RWS and EA-US algorithms were outperformed by the EA-SUS, EA-BTS, and EA-RS algorithms in terms of the objective function values at termination. The EA-SUS, EA-BTS, and EA-RS algorithms were able to maintain the adequate population diversity and return good quality job to machine to processing order assignments.

Throughout the computational experiments, it was found that the population diversity patterns did not change significantly from generation 500 up to generation 3000 (e.g., the range, covered by the population fitness boxplot whiskers, does not alter substantially throughout evolution of each EA after generation 500). The latter finding can be justified by the fact that the developed EAs relatively quickly identified the promising domains of the search space (i.e., within the first 400–500 generations), and then focused on exploiting the identified domains for the rest of generations, aiming to discover solutions with superior fitness values. Application of scaling mechanisms (such as linear scaling, sigma truncation, and power law scaling) will allow controlling the population diversity of the developed EA algorithms (e.g., reduce the population diversity towards the EA convergence and give higher reproduction chances to “super-individuals” – i.e. the individuals with the highest fitness values) and will be one of the future research directions of this study.

Advertisement

6. Concluding remarks and future research extensions

Evolutionary Algorithms and other metaheuristic algorithms have been extensively applied for solving complex stochastic, robust, and dynamic optimization problems. Two types of selection mechanisms are deployed within Evolutionary Algorithms, including the parent selection and the offspring selection. Evolutionary Algorithms have a lot of parameters, which are generally set based on the parameter tuning analysis. Parametric selection mechanisms (e.g., Exponential Ranking Selection, Tournament Selection, Boltzmann Selection) increase the number of parameters within a given Evolutionary Algorithm, which can make the parameter tuning analysis computationally prohibitive due to significant computational time required. To avoid the latter drawback and facilitate the parameter tuning analysis of Evolutionary Algorithms, this study focused on design of the Evolutionary Algorithm that solely relied on non-parametric selection mechanisms. Different categories of Evolutionary Algorithms, which applied various non-parametric selection mechanisms (Roulette Wheel Selection, Stochastic Universal Sampling, Binary Tournament Selection, Ranking Selection, Uniform Sampling), were evaluated based on the major algorithmic performance indicators.

A set of computational experiments were conducted for the unrelated machine scheduling problem, which is known to be NP-hard. The objective of the mathematical model, proposed for the problem, aimed to minimize the total job processing cost. Results indicate that the Evolutionary Algorithm with the Stochastic Universal Sampling selection mechanism outperforms the Evolutionary Algorithms with other selection mechanisms in terms of the objective function values. The worst performance was demonstrated by the Evolutionary Algorithm, which relied on the Uniform Sampling selection mechanism. Furthermore, the Evolutionary Algorithms with the Roulette Wheel Selection and Uniform Sampling selection mechanisms typically allowed maintaining higher population diversity; however, the quality of individuals within the population was lower as compared to the Evolutionary Algorithms with the Stochastic Universal Sampling, Binary Tournament Selection, and Ranking Selection mechanisms. The computational time of all the developed Evolutionary Algorithms did not exceed 142.81 sec over the considered problem instances, which can be considered as acceptable. Therefore, based on a comprehensive analysis of the commonly used non-parametric selection mechanisms, Stochastic Universal Sampling was found to be the most promising, as it was able to maintain the adequate population diversity throughout the algorithmic run and return good quality solutions at termination. Results from the conducted numerical experiments are expected to facilitate development of efficient Evolutionary Algorithms for the machine scheduling problems. Moreover, the developed problem instances and findings from this study can serve as benchmarks for the future machine scheduling studies.

The future research directions for this study include the following: (1) application of scaling mechanisms for the fitness function; (2) evaluation of the Evolutionary Algorithms, which use a combination of various non-parametric selection mechanisms (e.g., Uniform Sampling is used at the parent selection stage, while Stochastic Universal Sampling is used at the offspring selection stage); (3) consider alternative stopping criteria for the developed Evolutionary Algorithms; (4) compare various non-parametric selection mechanisms for the Hybrid Evolutionary Algorithms, which apply different local search heuristics along with the stochastic search operators; and (5) evaluate performance of the commonly used non-parametric selection mechanisms for other NP-hard problems (e.g., bin packing problem, Knapsack problem, traveling salesman problem).

Advertisement

Nomenclature

I=1…mset of arriving jobs
J=1…nset of available machines
K=1…pset of job processing orders
xijk∈01∀i∈I,j∈J,k∈K=1 if arriving job i is scheduled for processing on machine j in processing order k (=0 otherwise)
ITijk∈R+∀i∈I,j∈J,k∈Kidling time of machine j between processing job i and preceding job processed in order (k−1) (hours)
SPTi∈R+∀i∈Istart processing time for job i (hours)
FPTi∈R+∀i∈Ifinish processing time for job i (hours)
WTi∈R+∀i∈Iwaiting time of job i (hours)
PDi∈R+∀i∈Idelay in processing job i (hours)
m∈Nnumber of arriving jobs (jobs)
n∈Nnumber of available machines (machines)
p∈Nnumber of job processing orders (orders)
ATi∈R+∀i∈Iarrival time of job i (hours)
HTij∈R+∀i∈I,j∈Jhandling time of job i on machine j (hours)
DPi∈R+∀i∈Ideadline for processing job i (hours)
ciHC∈R+∀i∈Iunit handling cost for job i (USD/hour)
ciWC∈R+∀i∈Iunit waiting cost for job i (USD/hour)
ciDC∈R+∀i∈Iunit delayed processing cost of job i (USD/hour)
PN∈R+large positive number

References

  1. 1. Hromkovič J. Algorithmics for Hard Problems: Introduction to Combinatorial Optimization, Randomization, Approximation, and Heuristics. 2nd ed. Berlin, Germany: Springer International Publishing; 2002. p. 557. DOI: 10.1007/978-3-662-05269-3
  2. 2. Pinedo M. Scheduling: Theory, Algorithms, and Systems. 5th ed. New York, USA: Springer International Publishing; 2016. p. 670. DOI: 10.1007/978-3-319-26580-3
  3. 3. Eiben AE, Smith JE. Introduction to Evolutionary Computing. 2nd ed. Berlin, Germany: Springer International Publishing; 2015. p. 287. DOI: 10.1007/978-3-662-44874-8
  4. 4. Sivanandam SN, Deepa SN. Introduction to Genetic Algorithms. 1st ed. Berlin, Germany: Springer International Publishing; 2008. p. 442. DOI: 10.1007/978-3-540-73190-0
  5. 5. de Lima EB, Pappa GL, de Almeida JM, Gonçalves MA, Meira W. Tuning Genetic Programming parameters with factorial designs. In: Proceedings of the IEEE Congress on Evolutionary Computation (CEC); 18–23 July 2010; Barcelona, Spain. New York: IEEE; 2010. pp. 1-8
  6. 6. Boysen N, Briskorn D, Meisel F. A generalized classification scheme for crane scheduling with interference. European Journal of Operational Research. 2017;258(1):343-357. DOI: 10.1016/j.ejor.2016.08.041
  7. 7. Nagananda KG, Khargonekar P. An approximately optimal algorithm for scheduling phasor data transmissions in smart grid networks. IEEE Transactions on Smart Grid. 2017;8(4):1649-1657. DOI: 10.1109/TSG.2015.2497284
  8. 8. Fernandez-Viagas V, Ruiz R, Framinan JM. A new vision of approximate methods for the permutation flowshop to minimise makespan: State-of-the-art and computational evaluation. European Journal of Operational Research. 2017;257(3):707-721. DOI: 10.1016/j.ejor.2016.09.055
  9. 9. Ozturk O, Chu C. Exact and metaheuristic algorithms to minimize the total tardiness of cutting tool sharpening operations. Expert Systems with Applications. 2018;95:224-235. DOI: 10.1016/j.eswa.2017.11.030
  10. 10. Juarez F, Ejarque J, Badia RM. Dynamic energy-aware scheduling for parallel task-based application in cloud computing. Future Generation Computer Systems. 2018;78:257-271. DOI: 10.1016/j.future.2016.06.029
  11. 11. Dulebenets MA. Application of evolutionary computation for berth scheduling at marine container terminals: Parameter tuning versus parameter control. IEEE Transactions on Intelligent Transportation Systems. 2018;19(1):25-37. DOI: 10.1109/TITS.2017.2688132
  12. 12. Herrmann J, Proth JM, Sauer N. Heuristics for unrelated machine scheduling with precedence constraints. European Journal of Operational Research. 1997;102(3):528-537. DOI: 10.1016/S0377-2217(96)00247-0
  13. 13. Weng MX, Lu J, Ren H. Unrelated parallel machine scheduling with setup consideration and a total weighted completion time objective. International Journal of Production Economics. 2001;70(3):215-226. DOI: 10.1016/S0925-5273(00)00066-9
  14. 14. Vallada E, Ruiz R. A genetic algorithm for the unrelated parallel machine scheduling problem with sequence dependent setup times. European Journal of Operational Research. 2011;211(3):612-622. DOI: 10.1016/j.ejor.2011.01.011
  15. 15. Bank J, Werner F. Heuristic algorithms for unrelated parallel machine scheduling with a common due date, release dates, and linear earliness and tardiness penalties. Mathematical and Computer Modelling. 2001;33(4):363-383. DOI: 10.1016/S0895-7177(00)00250-8
  16. 16. Glass CA, Potts CN, Shade P. Unrelated parallel machine scheduling using local search. Mathematical and Computer Modelling. 1994;20(2):41-52. DOI: 10.1016/0895-7177(94)90205-4
  17. 17. Pearn WL, Chung SH, Yang MH, Chen YH. Algorithms for the wafer probing scheduling problem with sequence-dependent set-up time and due date restrictions. Journal of the Operational Research Society. 2004;55(11):1194-1207. DOI: 10.1057/palgrave.jors.2601795
  18. 18. Rabadi G, Moraga RJ, Al-Salem A. Heuristics for the unrelated parallel machine scheduling problem with setup times. Journal of Intelligent Manufacturing. 2006;17(1):85-97. DOI: 10.1007%2Fs10845-005-5514-0
  19. 19. Kim DW, Na DG, Chen FF. Unrelated parallel machine scheduling with setup times and a total weighted tardiness objective. Robotics and Computer-Integrated Manufacturing. 2003;19(1):173-181. DOI: 10.1016/S0736-5845(02)00077-7
  20. 20. Aspnes J, Azar Y, Fiat A, Plotkin S, Waarts O. On-line routing of virtual circuits with applications to load balancing and machine scheduling. Journal of the ACM (JACM). 1997;44(3):486-504. DOI: 10.1145/258128.258201
  21. 21. Hsieh JC, Chang PC, Hsu LC. Scheduling of drilling operations in printed circuit board factory. Computers and Industrial Engineering. 2003;44(3):461-473. DOI: 10.1016/S0360-8352(02)00231-0
  22. 22. Chen JF, Wu TH. Total tardiness minimization on unrelated parallel machine scheduling with auxiliary equipment constraints. Omega. 2006;34(1):81-89. DOI: 10.1016/j.omega.2004.07.023
  23. 23. Jinsong B, Xiaofeng H, Ye J. A genetic algorithm for minimizing makespan of block erection in shipbuilding. Journal of Manufacturing Technology Management. 2009;20(4):500-512. DOI: 10.1108/17410380910953757
  24. 24. Agnetis A, Flamini M, Nicosia G, Pacifici A. Scheduling three chains on two parallel machines. European Journal of Operational Research. 2010;202(3):669-674. DOI: 10.1016/j.ejor.2009.07.001
  25. 25. Hu X, Bao JS, Jin Y. Minimising makespan on parallel machines with precedence constraints and machine eligibility restrictions. International Journal of Production Research. 2010;48(6):1639-1651. DOI: 10.1080/00207540802620779
  26. 26. Driessel R, Mönch L. Variable neighborhood search approaches for scheduling jobs on parallel machines with sequence-dependent setup times, precedence constraints, and ready times. Computers and Industrial Engineering. 2011;61(2):336-345. DOI: 10.1016/j.cie.2010.07.001
  27. 27. Agnetis A, Kellerer H, Nicosia G, Pacifici A. Parallel dedicated machines scheduling with chain precedence constraints. European Journal of Operational Research. 2012;221(2):296-305. DOI: 10.1016/j.ejor.2012.03.040
  28. 28. Park C, Seo J. A GRASP approach to transporter scheduling and routing at a shipyard. Computers & Industrial Engineering. 2012;63(2):390-399. DOI: 10.1016/j.cie.2012.04.010
  29. 29. Park C, Seo J. A GRASP approach to transporter scheduling for ship assembly block operations management. European Journal of Industrial Engineering. 2013;7(3):312-332. DOI: 10.1504/EJIE.2013.054133
  30. 30. Rose CD, Coenen JM. Comparing four metaheuristics for solving a constraint satisfaction problem for ship outfitting scheduling. International Journal of Production Research. 2015;53(19):5782-5796. DOI: 10.1080/00207543.2014.998786
  31. 31. Nicosia G, Pacifici A. Scheduling assembly tasks with caterpillar precedence constraints on dedicated machines. International Journal of Production Research. 2017;55(6):1680-1691. DOI: 10.1080/00207543.2016.1220686
  32. 32. Dulebenets MA. The vessel scheduling problem in a liner shipping route with heterogeneous vessel fleet. International Journal of Civil Engineering. 2018;16(1):19-32. DOI: 10.1007/s40999-016-0060-z
  33. 33. Dulebenets MA. The green vessel scheduling problem with transit time requirements in a liner shipping route with emission control areas. Alexandria Engineering Journal. 2018;57(1):331-342. DOI: 10.1016/j.aej.2016.11.008
  34. 34. Dulebenets MA. A comprehensive multi-objective optimization model for the vessel scheduling problem in liner shipping. International Journal of Production Economics. 2018;196:293-318. DOI: 10.1016/j.ijpe.2017.10.027
  35. 35. Kim DW, Kim KH, Jang W, Chen FF. Unrelated parallel machine scheduling with setup times using simulated annealing. Robotics and Computer-Integrated Manufacturing. 2002;18(3):223-231. DOI: 10.1016/S0736-5845(02)00013-3
  36. 36. Caragiannis I. Efficient coordination mechanisms for unrelated machine scheduling. Algorithmica. 2013;66(3):512-540. DOI: 10.1007/s00453-012-9650-6

Written By

Maxim A. Dulebenets

Submitted: 18 October 2017 Reviewed: 26 February 2018 Published: 18 July 2018