Next Article in Journal
Open Principles in New Business Models for Information Systems
Previous Article in Journal
Efficiency Analysis of East Asian Zinc Smelters and the Effects of Capacity and Bonus Zinc on Efficiency
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Solving a Special Case of the Generalized Assignment Problem Using the Modified Differential Evolution Algorithms: A Case Study in Sugarcane Harvesting

by
Tassin Srivarapongse
1 and
Phajongjit Pijitbanjong
2,*
1
Department of Economics, Faculty of Business Administration, Rajamangala University of Technology Thanyaburi, Patumthani 10900; Thailand
2
Program of Engineering, Faculty of Industrial Technology, Songkhla Rajabhat University Songkhla, Songkhla 90000, Thailand
*
Author to whom correspondence should be addressed.
J. Open Innov. Technol. Mark. Complex. 2019, 5(1), 5; https://doi.org/10.3390/joitmc5010005
Submission received: 27 November 2018 / Revised: 22 January 2019 / Accepted: 25 January 2019 / Published: 30 January 2019

Abstract

:
We proposed and created a methodology to solve a real-world problem, which is a special case of the generalized assignment problem. The problem consists of assigning drivers to harvesters, which will then be assigned to harvest sugarcane in order to maximize daily profit. A set of drivers have various levels of experience. Therefore, a different capability to harvest sugarcane leads to a range of daily wages. Each harvester has different operating years and engine size, which affects its fuel consumption rate and capacity to harvest sugarcane, respectively. Assigning a worker to a harvester can improve the fuel consumption and efficiency of the harvester. We developed a mathematical model to reflect this problem and to solve it to find the maximum outcome using Lingo v.11 commercial optimization software. Since Lingo v.11 is limited to solving only small-size test instances, for medium to large test instances, four modified differential evolution (MDE) algorithms were used to solve the problem: MDE-1, MDE-2, MDE-3, and MDE-4. MDE-2 was found to be the best proposed heuristics because it has intensification and diversification ability. MDE has been tested with the case study. We tried to increase the daily profit by implementing three strategies: (1) change all harvesters that are more than five years old, (2) train drivers to reach maximum capacity, and (3) a combination of 1 and 2. Each strategy has a different investment. The breakeven point (number of days) to return the investment was calculated from the increase of daily profit. The computational results show that strategy 2 is the best because it has the quickest rate of investment return rate. However, this strategy has a disadvantage, since it is possible that drivers may leave the company if they have been highly trained. Moreover, strategy 1 has an acceptable break-even point at 392 days.

1. Introduction

Sugarcane is a globally important commercial crop that can be used to produce both direct and indirect products such as sugar, ethanol, jaggery, and fodder. Sugarcane is a tall perennial grass reaching 3 to 4 m in height. Therefore, its cultivation is not easy, and it needs special tools to be harvested effectively.
To harvest sugarcane, cutting at the ground level is needed because the sweetness level is higher in this part of the cane. The tips of the stem and leaves are immediately removed. Traditionally, hand harvesting is effective to harvest sugarcane. Currently, mechanical harvesters play an important role in sugarcane harvesting due to a shortage of labor and increased labor costs. A harvester is very powerful since it can replace 200 laborers. In the first era of using the harvester instead of human labor, the price of the harvester is still high. The mumber of harvesters in use is limited but there are many farmers who want to use it. Therefore, the scheduling of fields to be harvested by the harvesters is needed to achieve the aim of the farmers or the owner of the harvester. The scheduling problem is one out of the most famous combinatorial optimization for all researchers. There are some excellent examples of the studies involved in the scheduling problem such as Shim, et al. [1], Shim and Park [2], Jeong, et al. [3], Joo, et al. [4], and Jeong and Shim [5].
Later on, many brands, sizes, and types of the harvester have been released to the market. There is limitation for using a particular harvester such as some fields cannot be served by some harvester types due to the steepness of the field or insufficient roads/tracks to the field. This make it more difficult to assign the field to the suitable harvester. Moreover, the cost control is also of interest to the owner of the harvester. The level of effectiveness of the machine has been considered when assigning the harvester to the field. It depends on a few factors, such as the model and number of operating years, and the experience of the user. In this research study, these variations have been taken into account in order to generate fair results.
This research aims to assign harvesters to harvest sugar in sugarcane fields. One harvester can be assigned to more than one field if it has enough time remaining. Different harvesters use different amounts of time because they have different harvesting capacities. The harvester has limited working time. Therefore, this problem falls into behavior according to the generalized assignment problem (GAP). The field presents the task and the harvester can be interpreted as the agent in the GAP problem.
A generalized assignment problem (GAP) is where the task is assigned to one employee or agent. The agent can serve more than one task and different assignments consume different resources. The agent must use less resource than its capacity. GAP was first proposed by Ross and Soland [6], and proved to be an NP-hard problem [7]. Later, Chu and Beasley [8] proved that GAP is NP-complete and the existing exact methods are practical only for instances where there are no additional constraints.
An extended version has been studied, so that the GAP can imitate the behavior of a real-world problem. Osorio and Laguna [9] took into consideration the availability of workers and the possibility of job rotation in the worker assignment problem. Alfares [10] and Elshafei and Alfares [11] discussed the restrictions on working days and off-days for workers. Alfares [10] tried to optimize the number of workers, while Elshafei and Alfares [11] tried to minimize the labor cost. Recently, location/allocation has been considered while making decisions in GAP [12]. The proposed problem that is closest to the GAP type is the multilevel GAP, which was introduced by Laguna et al. [13]. We assigned the driver to the harvester. The skill level of the worker will affect the effectiveness of the harvester, which also has a different capacity. The capacity of the harvester means the driving and harvest speed affect its resource usage. Then the fields will be assigned to the harvester, and this assignment affects the profit because each field has different sweet and density levels, which affect the amount of sugarcane that can be harvested per day. The harvester can be assigned to serve more than one field if it has enough daily capacity (time). Therefore, the proposed problem is the special case of GAP where many new parameters and conditions have been added to the problem definition.
Comparing our problem to Kaewman et al. [14], this article proposes the multi-level assignment problem. The young chicken farm has been assigned to deliver the chicken to the egg farm (to feed the young chicken and collect the eggs from it to sell). The number of chickens that is needed in the egg farm has to be at least 50% satisfied and it can be obtained from more than one chicken farm. When finishing the assignment of the chicken farm to deliver chickens to the egg farms, a suitable truck will be assigned to transport the chicken from the chicken farm to the egg farm. In the real world, the trucks have different ages of use or machine type, which can consume different fuel usage. Moreover, the experience and driving style of a specific driver is also to change the fuel consumption (speed used), which can change the total profit generated. The special attributes addressed above have been considered in our study.
The proposed problem is one out of the combinatorial optimization, which is hard to solve. Most of the small sizes of the test instances have been solved by the exact methods while larger sizes of test instances and the exact methods are mostly unable to solve the problems into optimality within the reasonable computational time. The metaheuristics and heuristics are used to find the promising solution. Metaheuristics have been successfully developed to solve various problem types both in discrete and continuous optimization such as disease detection from medical images [15], fruit peel defects detection [16], develop the intelligent simulation and control model of electric drive engine [17], and use to solve the GAP problem [18]. Solving GAP, some effective exact methods have been proposed to solve classical GAP, such as branch and bound [6], branch and price [19], etc. To reduce the computational time of the exact method where the problem size is very large, heuristics and metaheuristics have been presented to solve the GAP and other combinatorial optimization problems such as the heuristics approximation method [20] and the approximation approach to adapt the knapsack solving method [21], heuristics, where it is the combination of the exact method and heuristics [22], simulated annealing [23], tabu search [24], genetic algorithm [25], very-large-scale neighborhood search [26], bee algorithm [27], and differential evolution algorithm (DE) to solve the GAP has been proposed by Tasgetiren et al. [28] and Sethanan and Pitakaso [29]. The computational results show that DE outperforms all other heuristics proposed so far.
DE has been used to solve various types of problems such as production planning [30,31], manufacturing problems [32], and more. Dechampai et al. [33] presented DE to solve the capacitated vehicle routing problem (VRP) in the poultry industry with the flexibility of mixing pickup and delivery services and maximum duration of a route. Akkararungruangkul and Kaewman [32] studied the special case of a vehicle routing problem where the condition of the road was considered. They modified the mutation process by using different formulas to increase the search capacity of DE, and the computational result showed that the new formula outperformed the traditional formula of DE. Sethanan and Pitakaso [34] improved DE by adding two more steps known as reincarnation and the survival process to improve the intensification search of the DE. These steps were added after the selection process. Sethanan and Pitakaso [29] improved the differential evolution algorithm by adding effective local searches to increase the search mechanism for solving a generalized assignment problem. With the use of different mutation and recombination processes and matching to improve the solution quality, it has been proven that using different pairs of mutation and recombination processes gives a different solution quality, such as in Pitakaso and Sethanan [29] and Boon, et al. [35].
From the literature, DE is more effective if the local search is included, but it increases the computational time. DE is modified by adding more processes to the original version, such as the recombination process, the reborn process, and the reincarnation process, to get better solutions. These processes can improve the solution quality of the original DE because they enhance the search capability of the original system.
Therefore, DE is designed to solve the proposed problem. The mutation process is modified to include two more sets of vectors (best vector and random vector) that are used in addition to the set of target vectors, which is used in the original version of DE. The selection of these three sets of vectors was done by probability, which can increase or decrease during the simulation. This one controls by the score of each set of vectors. The score was updated regarding the quality of the solution via that set of vectors. Moreover, three sets of vectors were introduced into the original DE mechanism. These sets of vectors are categorized as best vector (BV), second best vector (B2), and randomly selected vector (RS). These three vectors were stored in the selection process and the local search (swap) was applied to them.
The contributions of this paper are two-fold: (1) the real-world problem, which is the special case of the GAP that has been introduced, and (2) the modified differential evolution. The real-world problem is a special case of GAP, since it has four attributes, which is more than any other GAP proposed in the literature. The attributes are: (1) drivers have different levels of experience, (2) each harvester has different capacity and operating years, which results in different effectiveness in harvesting, (3) the time required to harvest each field depends on the harvester used and its driver, and (4) the profit from harvesting depends on the sweetness of the sugarcane, which is dependent on the field. These attributes have to be accounted to the model so that the profit of the whole system is maximized.
This paper has been organized as follows: Section 2 describes the mathematical model that represents the proposed problem. Section 3 describes the proposed method that was used to solve the problem (DE). Section 4 gives the computational framework and results. Lastly, Section 5 is the conclusion and future outlook.

2. Problem Definition and Mathematical Model for Special Case of the Generalized Assignment Problem

This section explains the problem definition and the mathematical model that represents the proposed problem.

2.1. Problem Definition

We call our problem a special case of the generalized assignment problem in this particular research study. The proposed problem is composed of three actors: (1) the driver, (2) the harvester set, and (3) the sugarcane field. The problem is to pair a driver with a suitable harvester set to harvest a suitable sugarcane field so that the daily profit is maximized. The profit depends on the income and cost generated in the system, while the income is generated from the amount of harvested sugarcane sold multiplied by the sweetness level of the harvested sugarcane (the price of sugarcane sold is based on per ton unit). The profit is the result of total income subtracted by the cost of the harvester’s fuel consumption and the corresponding driver’s daily wages. There is a pool of drivers with various levels of experience and wages. The harvester sets have a range of machine types and operating years, which determines the fuel consumption rate. The efficiency of harvesting is also affected by the driver of the particular harvester set. After the harvester set and its driver have been assigned, they will start to harvest the assigned sugarcane field, where each plant has a different size, sweetness level, and travelling distance. All of these activities generate the special case of GAP (S-GAP). The framework of the unsolved and solved problem is shown in Figure 1.
As illustrated in Figure 1 and Figure 2, the solved problem is that one driver will be paired with a suitable harvester set to harvest a suitable sugarcane field. The mathematical model of the proposed problem is shown in Section 2.2.

2.2. Mathematical Model

The mathematical model for economic crop planning is as follows:
Indices
i
Workers i when i = 1, …, I
j
Harvester j when j = 1, …, J
k
Sugarcane field k when k = 1, …, K
Parameters
I
Number of available workers
J
Number of available harvesters
K
Number of sugarcane fields
Djk
Hours required to travel from the harvester parking area j to the sugarcane field k
Pi
Experience factor of worker i (effective in the cutting factor)
Ri
Experience factor in using fuel of worker j
Ej
Fuel consumption rate of harvester j (baht/hours)
Ujj
Scaling factor of using fuel depending on years that the harvester has been used
V
Production rate of sugarcane (tons/rai)
Bk
Sweetness factor of sugarcane field k
Sk
Selling price of sugarcane field k (baht)
Ak
Area of sugarcane field k (rai)
Ci
Hiring cost of worker i (baht/day)
Tj
Theoretical cutting speed of harvester j (rai/hour)
L
Work regulation of worker (hours/day)
Decision Variables
  • Xjk = {   1   i f   c u t t i n g   s e t   j   i s   a s s i g n e d   t o   s u g a r c a n e   f i e l d   k 0   o t h e r w i s e
  • Yij = {   1   i f   w o r k e r   i   i s   a s s i g n e d   t o   c u t t i n g   s e t   j 0   o t h e r w i s e
  • Wi = {   1   i f   w o r k e r   i   i s   i n   u s e d 0   o t h e r w i s e
  • Zk = {   1   i f   s u g a r c a n e   f i e l d   i s   a s s i g n e d   b y   a t   l e a s t   o n e   c u t t i n g   s e t 0   o t h e r w i s e
  • Hjk = Hours required to cut sugarcane in field k using harvester j
  • Qjk = Hours required to travel from j to k
  • Mj = Real fuel consumption rate of harvester j (baht/hours)
  • Nj = Real cutting speed of harvester j (rai/hours)
Objective function
max z = k = 1 K Z k × B k × S k k = 1 K j = 1 J X j k × D j k × M j k = 1 K j = 1 J H j k × X j k × M j k = 1 K W i × C i
Subjected to
Z k j = 1 J X j k           k = 1 K
k = 1 K X j k 1           j = 1 J
j = 1 J Y i j 1           i = 1 I
W i j = 1 J Y i j           i = 1 I
M j = i = 1 I Y i j × R i × E j × U j       j = 1 J
N j = i = 1 I Y i j × T J × P i           j = 1 J
Q jk = 2 × D jk           k = 1 K j = 1 J
H jk = A k N j           k = 1 K j = 1 J
i = 1 I Q JK × H JK × X JK L           j = 1 J
X j k i = 1 I Y i j           k = 1 K j = 1 J
The objective of Equation (1) is to maximize profit from selling sugarcane, which is related to the function of sugarcane sweetness. The actual profit is generated by subtracting the transportation cost, fuel cost to operate the harvester set, and labor cost from income from mathematical model. Regarding Equation (2), it is important that only sugarcane field k, which has been assigned harvester set j, is harvested. Regarding Equation (3), we need to ensure that one harvester set is assigned to only one field at a time. Equations (4) and (5) address the assignment of one worker to one harvester set at a time. Equation (6) is used to calculate the real fuel consumption if we assign worker I to harvester set j. Equation (7) is used to calculate the real cutting speed of harvester set j, which is the function of the efficiency of the worker who has been assigned to the harvester set. Equation (8) specifies the traveling time from j to k. Equation (9) is the number of hours required to harvest sugarcane at field k, Equation (10) ensures that the time used to travel and harvest is not over the allowed working hours per day, and Equation (11) ensures that only the harvester set with an assigned driver will be allowed to harvest in field k.

3. Proposed Heuristic

We present a differential evolution algorithm (DE) to solve the proposed problem. Originally, the DE is composed of four steps: (1) generate initial solution, (2) implement the mutation process, (3) execute the recombination process, and (4) complete the selection process. The modified DE that is discussed in this paper has five steps: (1) generate initial solution, (2) implement the mutation process, (3) execute the recombination process, (4) perform the selection process, and (5) update the reserved vectors.
Generally, DE has three types of vectors: (1) target vector, (2) mutant vector, and (3) trial vector. The modified DE (MDE) presented in this paper adds the following vectors:
(1) Set of second best vectors (B2-vectors)
The second best vector is stored while the selection process is performed. The other worse solution while comparing to the objective function is deleted from the system, but only the second best vector set is kept. This set is composed of the second best vector of all vectors and is iteratively updated. This increases the intensification of the algorithm because we will search intensively on these vectors when the predefined condition is met.
(2) Set of randomly selected vectors (RS-vectors)
The RS-vector is selected from the worse solution while the selection process is performed. The worse vector normally is updated in the set of second best vectors, and then the old second best vector is deleted. When it is deleted, the RS-vector is updated. There are two choices to deal with the old second best vector: (1) delete it from the system, or (2) store it as an RS-vector. The probability is controlled by using Equation (13).
(3) Set of vectors that are iteratively randomly generated (RV-vectors).
(4) Best vector given by all vectors in all previous iterations (BV-vectors).
Please note that RS-vectors, RV-vectors, B2-vectors, and BV-vectors have the same number of vectors as target vectors, mutant vectors, and trial vectors.
Originally, mutant vectors come only from operating the target vector, while mutant MDE vectors come from operating target vectors, BV-vectors, and RV-vectors. This is used to increase intensification of the original DE, but it also has a chance to select from the set of random vectors that can still give good diversification of the DE. The chance depends on the current iteration. If it is in the very first iteration of the probability, then, to select from the random vector, is higher than the very last iteration.
Moreover, the swap heuristics is performed in the sets of BV-vectors, RS-vectors, and B2-vectors. The following steps are used to explain the modified differential evolution algorithm (MDE).

3.1. Generating the Initial Solution and Decoding Method

The Differential evolution algorithm (DE) generally works on real numbers because the mutation and recombination processes are about using arithmetic signs to calculate mutant and trial vectors. This section explains how to get the solution to the problem from the real numbers generated from the DE’s operators.

3.1.1. Initial Solution

In the first iteration, the value in the position of each vector that has a size of 1 × D is randomly generated. D is the total number of sugarcane fields, harvesters, and drivers. For example, if we have six sugarcane fields, four harvester sets, and five drivers, D is equal to 6 + 4 + 5, which is 15. If NP = 5, this denotes NP as the number of vectors required. The initial target vectors are shown in Table 1.
From Table 1, one vector is divided into three subsets. The first subset (first six positions) represents the sugarcane field, while the second (next four positions) and third (last five positions) subsets represent the harvester and driver, respectively. The information on an example that will be used to illustrate the proposed heuristics is given in Table 1 as well. More needed information is as follows: (1) fuel cost is 115 Thai baht (THB)/h, (2) selling price (S) of the sugarcane is 600 THB/ton, (3) standard sugar cane obtained from 1 rai of the sugarcane field is equal to 12 tons, (4) all drivers are only allowed to work a maximum of nine hours per day, and (5) the time required to drive from the parking area of each harvester set to each sugarcane field is shown in Table 2.

3.1.2. Decoding Method

We designed our decoding method to have five steps, as follows.
(1)
Sort all subsets of vectors separately (field, harvester, and driver) in ascending order. The results of sorting are shown in Table 3. The sugarcane field order is 1, 5, 4, 3, 6, and 2. The harvester order is 2, 3, 4, and 1 while the driver’s order is 4, 5, 2, 3, and 1, respectively.
(2)
Assign a driver to a harvester and assign the harvester to the sugarcane field(s) using the order obtained from step 1. We first assign the driver to the harvester. The pair of the driver and harvester will be assigned to serve the sugarcane field. The order of assignment will be executed according to the orders obtained from step 1. Two rules that have to be kept during the assignment is: (2.1) Assign the entity (field, harvester, driver) that is in position at the front of the order first and (2.2) if the current position violates the capacity constraints of the harvester (maximum time used 9 h.), the entity that is in the next position is allowed to be replaced.
For instance, when driver 4 (first position in driver’s order) is assigned to harvester set 2 (first order of harvester’s order), the real harvester rate after the harvester is calculated from the experience factor of worker i (Pi) multiplied by the standard harvesting rate of harvester j (Tj). Therefore, the real harvesting rate while we assign driver 4 to harvester 2 is 0.9 × 10 = 9 rai/h. Then we assign the pair of driver 4 and harvester 2 to sugarcane field 1 (first sugarcane field in the order). The traveling time from harvester set 2 to field 1 is 0.32 h (Table 2). If we have 9 h available, the traveling time used is 0.32. Therefore, it has 9 – (0.32 × 2) = 8.36 h left for harvester 2. As the result, a maximum of 75.24 rai can be harvested with this matchup, since the harvesting field 1 cannot be done within 8.36 h because field 1 has an area of 80 rai to be harvested, which means it needs 8.88 h to harvest. However, field 1 cannot be assigned to serve field 1. The next field’s order is field 5, which will be assigned to harvester 2 instead of field 1. Field 5 has an area of 34 rai. Harvester set 2 requires 4.13 h (traveling time from harvester set 2 to field 5 is 0.18 h). Hence, 4.87 harvesting hours are left. Therefore, we have to find another field from the list that is possible to support harvester set 2. Field 3 is the next field that is possible to assign harvester set 2. The results of the assignment are shown in Table 4.
(3) Calculate the profit generated from the assignment in step 2.
From Table 4, the fields that are harvested are 5, 3, 6, 1, and 4, which have an area of 34, 40, 41, 80, and 70 rai, respectively. These fields can produce 408, 480, 492, 960, and 840 tons of sugarcane, respectively (column A × 12 tons/rai). The sweetness factor (Sk) multiplied by the price of sugarcane per ton (600 THB/t) is used to get the real selling price of sugarcane produced from each field (see column D). Lastly, the real selling price multiplied by the amount of sugarcane in the field gives income (THB) for this specific assignment (Table 5). The total income of this assignment is 1,884,960 baht.
Table 6 and Table 7 are used to calculate the total cost of the plan. The real harvesting rate (Nj) is calculated from the relationship of assigning driver I to harvester set j. For example, assigning driver 4 to harvester set 2 generates Nj = 0.9 × 10 = 9. This is because driver 4 has an experience factor of 0.9, and the theoretical harvesting speed of harvester set 2 is 10. The time required to harvest the assigned field is calculated from the total area of the field divided by Nj, and the result is shown in Table 6, column D. This time is added with two-way traveling time of harvester set j to field j and the total time used for each assignment is obtained. The result is shown in Table 6, column F.
From Table 7, the real fuel usage rate (Mj) is the product of engine type usage rate, theoretical fuel usage, and the experience factor of the driver assigned to the set, and the result is shown in column D. The total fuel cost of each assignment can now be calculated by multiplying Mj by the total time used from Table 6, which is shown in column F. The total fuel cost for this assignment plan is 5153.49 baht. The drivers’ cost is then calculated based on their experience. Drivers 4, 5, 2, and 3 have an experience factor of 0.9, 0.8, 1.2, and 1.1, respectively. Their standard daily income is 1000 baht. Therefore, multiplying by their corresponding experience factor to reflect the real daily income for drivers 4, 5, 2, and 3 is 900, 800, 1200, and 1100 baht, respectively. In total, the expense for the drivers is 4000 baht, which makes the total cost 9153.49 baht per day. Thus, the total profit per day is 1,884,960 − 9,153.49 = 1,875,806.51 806.61 Baht.

3.2. Mutation Process

Afterward, the problem was encoded like the vector shown in Table 1. The mutation process needs to be executed in order to get mutant vectors. Mutant vectors can be obtained by using Equation (12), which randomly selects three vectors out of all target vectors. Let r1, r2, and r3 denote randomly selected vectors from target vectors, while F is the scaling factor. In the proposed heuristics, F is set to 0.8 (Qin et al. 2009), i is the vector number, and j is the vector’s position. The new vector, which is calculated by Equation (12), is called a mutant vector. G is the current iteration of the simulation. Each group of vectors is a separate mutant, which may use different controlled parameters such as CR (recombination rate).
V i , j , G + 1 = X r 1 , j , G + F ( X r 2 , j , G X r 3 , j , G )
In this paper, Equation (12) is modified so that, instead of randomly selected vectors from the set of target vectors as stated in the proposed heuristic, the random vectors can come from three sets of vectors, which are (1) the set of target vectors (TV-vectors), (2) the set of best vectors (BV-vectors), and (3) the set of random vectors (RV-vectors). Equations (13) and (14) are both used to calculate the probability of selecting the set of vectors.
O h . G = O h , G 1 + S h , G 1
where O s , G is the attractiveness of selecting the set of vectors h, when h ∈ set of target vectors, set of best vectors, and set of random vectors. S h , G 1 is the score of the set of vectors h in the last iteration. S h , G 1 is set at 5 when the set of vectors h is used in Equation (12) in the last iteration, and it is found as the new optimal solution. S h , G 1 is set at 3 when the set of vectors h is used in Equation (12) in the last iteration, and it is found as the new personal best solution. S h , G 1 is set at 1 when the set of vectors h is used in Equation (12) in the last iteration, and it gives the worst solution. For example, if the current attractiveness of TV, BV, and RV is 100, 120, and 90, respectively, in the particular iteration G. The calculated new score is shown in Table 8.
From Table 8, the scores of TV, SB, and RS after iteration G are 110, 135, and 103, respectively. These scores will then be used to calculate the probability to select the set of vectors using Equation (14).
p h . G = O h , G h = 1 H O h , g
where h = 1…H or 1 to 3 when h = 1, 2, and 3 means TV-vectors, BV-vectors, and RV-vectors, respectively. The next step of the DE is the recombination process.

3.3. Recombination Process

Equation (15) is used to build up the trial vector ( U i , j , G ) using the information from mutant vectors ( V i , j , G ) and target vectors ( X i , j , G ).
U i , j , G = { V i , j , G i f r a n d i , j C R X i , j , G i f r a n d i , j > C R
where r a n d i , j is the random number of position j of vector i.
After the trial vector has been obtained, the selection process is executed.

3.4. Selection Process

The result of the selection process is to generate the new target vectors ( X i , j , G + 1 ), using Equation (16) to select from the previous target vector or trial vector.
X i , j , G + 1 = { U i , j , G   if   f ( U i , j , G ) f ( X i , j , G ) X i , j , G   otherwise
After the selection process, the normal process of the differential evolution algorithm (DE) is then applied. Recall that the sets of B2-vectors (second best-vectors) and RS-vectors (random selected vectors) are stored here. When it is replaced by the new personal best solution, the set of B2-vectors is updated automatically. The vectors used in this paper are composed of sets of vectors that come from a different way, as shown in Table 9. Table 9 shows how to initialize, update, and delete all types of vectors.
After the selection process, Equation (17) is used to decide whether the local search should be applied in that iteration.

3.5. Local Search

The local search was applied with three types of vectors: best vector (BV), second best vector, (B2), and randomly selected vector (RS). The probability of performing the local search can be calculated using Equation (17). When NY is the number of iterations, then the global best solution cannot be improved.
P l o c a l s e a r c h = N Y M a x I t e r a t i o n
The swap algorithm will be applied to all three sets of vectors when we carry out the local search. For example, we have a current vector, as shown in Figure 3. If the swap is performed on sugarcane field positions 1 and 3, harvester sets 1 and 4, and drivers 2 and 5. Then new vectors for each item are obtained.
From Figure 3, we can see that only the field number is rearranged and the value in every position remains the same. Therefore, after applying the decoding method, the solution changes. The swap will be applied to every entity or position of a vector. A decoding method is always applied to a pair of vectors that have been swapped. The same process is applied for BV, B2, and RS vectors. In total, 3 × NP vectors are searched, and the best NP vector is used as the new target vector in iteration G + 1. The current BV, B2, and RS are newly initialized whenever the local search is performed. The modified DE is concluded in Figure 4.

4. Computational Framework and Results

The proposed heuristics was coded in Dev C++ using a PC with Intel Core i3 CPU 3.70 GHz Ram DDR4 8 GB. The parameters of the proposed heuristics were set to be the same as in the literature (Pitakaso and Sethanan (2016)), which is Cr = 0.8, F = 1.5, and NP = 10. 9. Randomly generated data were formed and tested for the effectiveness of the algorithm by comparing with the best solution and the lower bound obtained from Lingo v.11. The case study was executed as 15 cases. The details of the test instances are given in Table 10.
The number of fields ranges from 6 to 73 to represent small to large problems. The numbers of harvester sets and drivers were selected to represent all cases. For example, the number of harvester sets could be higher or lower than the number of fields, and the number of drivers could be higher or lower than the numbers of fields and harvester sets. The number of harvester sets ranges from 4 to 62, and the number of drivers ranges from 5 to 69. Table 11 shows the values of parameters used in this proposed problem. In this case study, the minimum and maximum number of each parameter is selected from the real maximum and minimum value.
The proposed problem is solved by using three DE algorithms, DE-1, DE-2, and DE-3, characteristics, which are shown in Table 12.
Table 12 gives details and definitions of the simulation test. Lingo v.11′s limited maximum time is 96 h or 5760 min, and the DE and MDE’s stopping criterion is the number of iterations, which was set at 1000. The solution of the test instances is shown in Table 13. The best solution generated from each method is recorded. In this case, Lingo v.11 can find the optimal solution before 5760 min of computational time is recorded. For the proposed heuristics, the best solution generated during 1000 iterations is recorded, and the computational time of 1000 iterations is shown in Table 13.
Table 13 shows the computational results of 10 test instances. To have a better conclusion, the paired t-test was used to check the differences of each method. The results of the statistical tests are shown in Table 14.
From Table 14, we can see that all proposed heuristics give better solutions than the best solution obtained from Lingo v.11 (LB). We can conclude from Table 14 that the order of algorithms from the best to worst performing methods is MDE-2, MDE-3, MDE-4, MDE-1, and DE. There is no evidence to show that MDE-3 and MDE-4 are different from one another, but they are different from all the other heuristics.
At this point, we discovered why each of the proposed heuristics is different. We use the computational time to plot and visualize the evolution of using computational time of each proposed heuristic using Lingo v.11, and the results are shown in Figure 5.
From Figure 5, we can see that Lingo v.11 computational time exponentially increases as the size of the problem increases, while, for DE and MDE, the computational time gradually increases, but the growth is relatively low.
Figure 6 shows the evolution of the proposed heuristics in finding a solution when the iteration is longer.
From Figure 6, we can see that the general DE is the worst heuristic to find a satisfactory solution. This because the DE does not have the guide from the best solution. The current target vector has a good algorithm search for the good solution, but it did not improve the solution quality. The second worst solution is MDE-1, which is the DE that uses the guide from the good solution (BV-vector), but it does not have a local search. We can see from the behavior of this algorithm that it can always find better solutions, but, when finding a new solution, the solution quality stays the same and does not change so much. This means that the algorithm is guided by the good solution (BV-vector) and also escapes from the local optimal (RV-vector). However, the solution does not change much each time it finds a better solution. MDE-2, MDE-3, and MDE-4 perform similarly to one another, since they can often find new solutions. However, the only difference is that MDE-4 seems to change less often when finding the new best solution due to the fact that it does not use the guide from the best vector (BV). It introduces only the random vector to the current vector, and, therefore, the guide to a good area, which allows the local search to perform better. This is lost from the algorithm. MDE-3 can find a good solution in a very short amount of time, and when it finds a good solution, it sticks to that area long before it can find a new best solution. The reason for this is that it sticks onto the local optimal since it is the fastest converse heuristic, which comes from the guide of the best vector (BV) to a good area but does not introduce the random vector (RV) to escape from the local optimal. Therefore, it loses its diversification. Lastly, MDE-2 is the compensation of MDE-3 and MDE-4 and has both diversification and intensification behavior. Hence, MDE-2 outperforms all other proposed heuristics in finding a good solution.
Fuel consumption is one of the main expenses for harvesting. According to the results above, three strategies are presented here to reduce the total cost. (1) The change harvesters that are already in use for more than five years, which can reduce the energy consumption rate affected by the engine (Uj = 1.0 for all J), (2) train all drivers so they have an experience level of at least 1.0, and (3) change engines and train drivers (combination of 1 and 2). Strategy 1 requires an investment of 15,000,000 baht. Strategy 2 requires an investment of 5,000,000 baht, and strategy 3 requires 20,000,000 baht. We used MDE-2 to execute these three strategies and calculate break-even points (days), as shown in Table 15.
From Table 15, the most beneficial strategy for the company is to train drivers because it only needs 114,319 days to return all investment. Nonetheless, this strategy deals with human beings, which involves more factors that have to be taken into account, such as emotions and intelligence of the drivers (not everyone can be trained). Changing engines needs 391,716 days to return all investments, which is not long. After that, in up to five years, it will generate profit for the company.

5. Conclusions and Outlook

This paper presents a methodology to solve a special case of the generalized assignment problem (S-GAP). The problem is composed of assigning drivers to harvesters and then harvesters to sugarcane fields in order to maximize daily profit. The drivers have different levels of experience, which means they have a different capability to harvest sugarcane and different levels of daily wages. The harvesters have been used for different periods of time, which affects their fuel consumption rate. Harvesters have different sizes and different capacities to harvest sugarcane. Assigning workers to harvesters can change the fuel usage and harvest rate of the harvesters.
We developed a mathematical model and solved the problem optimally by commercial optimization software. It can only solve a very small problem (see Table 14). Five heuristics have been presented to solve the problem more effectively for a larger size of test instances. One of these five methods is the differential evolution algorithm and the other four are modified differential evolution algorithms MDE-1, MDE-2, MDE-3, and MDE-4. MDE-1 uses Equations (12)–(14) to generate the mutation vector, which is the product of BV-vectors, RV-vectors, and TV-vectors, instead of using only TV-vector, like the original DE. The probability of using the best vector (BV), the random vector (RV), and the target vector (TV) in the mutation process employs the idea of the attractiveness of each group of vectors. MDE-2 is MDE-1 with a swap algorithm added to the mechanism. The swap will be the probability to commence. The probability of using swap increases when the number of iterations that the new best solution uses rises.
The computational result shows that when Lingo v.11 finds the optimal solution, all proposed heuristics can also find the optimal solution, but they use less computational time. When the size of the problem increases, the capability of Lingo finding the solution reduces. The computational time of Lingo v.11 exponentially increases, while that of the other proposed heuristics slightly increases. Comparing all proposed heuristics, MDE-2 is significantly better than all the others due to the fact that it has both diversification (the use of RV-vector) and intensification (the use of BV-vector and local search).
The local search, which is applied to three sets of vectors, best vector (BV), second best vector (B2), and randomly selected vector (RS), is helpful. It increases the solution quality of the proposed heuristics. MDE-1 is the only MDE that has no local search, and it generates a worse solution than the other methods.
Moreover, we tried to increase daily profit by presenting three management strategies: (1) change all harvesters that are more than five years old, (2) train drivers to reach the maximum capacity, and (3) use a combination of 1 and 2. Each strategy requires a different investment. The daily profit was simulated from MDE-2. The increased profit from the original MDE-2 was compared with the investment of each strategy. The computational result shows that strategy 2 is the best due to the fact that it has a lower break-even point (it requires the smallest number of days to return the investment), but it has a weak point since drivers will not always have full working capacity. The drivers may quit the company if they gain too much of a driving skill. Strategy 1 is within the acceptable break-even time, which may return all investments within 392 days.
From the computational result, we can conclude that metaheuristics like DE can successfully solve the proposed problem. The other metaheuristics, which has an excellent search mechanism such as the polar bear optimization [36], the Dragonfly algorithm [37], and the whale optimization algorithm [38], should successfully solve the proposed problem. The proposed algorithm can be more interesting if it can find the maximum profit for the farmers and keep the maximum income for the drivers so that they are willing to follow the constructed plan. This will turn the proposed problem from GAP to muti-objective GAP, which is also applicable to solve by DE and other heuristics addressed above.
The article presents very successful algorithms to solve the problem. The sugarcane business is one out of the most important business in Thailand. Each year, more than 10,000 million Baht circulate in this business. The algorithm that we propose is not only used to solve the specific problem, but also can solve the related problem. Enhancing the capability of the algorithm, a good software design is needed. When the software finished the related business, it can customize the software and share the license or patent of the developed software. Therefore, it is not limited only in the sugarcane business. Therefore, the open innovation concept has been applied to the sugarcane and the related business sector. The goal of open innovative is to be successful in business even if it has rapid changes in the business environment by buying, sharing, researching, developing, and more. An example of open innovation research studies can be revealed in Yun et al. [39] and Yun et al. [40].

Author Contributions

T.S. gathered the information of the case study and designed the experiment while P.P. designed the algorithms and tested the algorithm.

Funding

The Songkla Ratchapat University funded this research study.

Acknowledgment

We would like to thank the Department of Industrial Engineering, the faculty of Engineering, the Ubonratchathani University, and the Songkla Ratchapat University for funding this project.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Shim, S.-O.; Park, K.; Choi, S. Innovative Production Scheduling with Customer Satisfaction Based Measurement for the Sustainability of Manufacturing Firms. Sustainability 2017, 9, 2249. [Google Scholar] [CrossRef]
  2. Shim, S.-O.; Park, K. Technology for Production Scheduling of Jobs for Open Innovation and Sustainability with Fixed Processing Property on Parallel Machines. Sustainability 2016, 8, 904. [Google Scholar] [CrossRef]
  3. Jeong, B.J.; Kim, Y.-D.; Shim, S.-O. Algorithms for a two-machine flow shop problem with jobs of two classes. Int. Trans. Oper. Res. 2018. [Google Scholar] [CrossRef]
  4. Joo, B.J.; Shim, S.-O.; Chua, T.J.; Cai, T.X. Multi-level job scheduling under processing time uncertainty. Comput. Ind. Eng. 2018, 120, 480–487. [Google Scholar] [CrossRef]
  5. Jeong, B.J.; Shim, S.-O. Heuristic algorithms for two-machine re-entrant flow shop scheduling problem with jobs of two classes. J. Adv. Mech. Des. Syst. Manuf. 2017, 11, 1–14. [Google Scholar] [CrossRef]
  6. Ross, G.T.; Soland, R.M. A branch and bound algorithm for the generalized Assignment problem. Math. Program. 1975, 8, 91–103. [Google Scholar] [CrossRef]
  7. Fisher, M.L.; Jaikumar, R. A generalized assignment heuristic for vehicle routing. Networks 1981, 11, 109–124. [Google Scholar] [CrossRef]
  8. Chu, P.C.; Beasley, J.E. A genetic algorithm for the generalized assignment problem. Comput. Oper. Res. 1997, 24, 17–23. [Google Scholar] [CrossRef]
  9. Osorio, M.A.; Laguna, M. Logic cuts for multi-level generalized assignment problems. Eur. J. Oper. Res. 2003, 151, 238–246. [Google Scholar] [CrossRef]
  10. Alfares, H.K. Optimum work force scheduling under the (14,21) days-off timetable. Adv. Decis. Sci. 2002, 6, 191–199. [Google Scholar]
  11. Elshafei, M.; Alfares, H.K. A dynamic programming algorithm for days-off scheduling with sequence dependent labor costs. J. Sched. 2008, 11, 85–93. [Google Scholar] [CrossRef]
  12. Ghoniem, A.; Flamand, T.; Haouari, M. Exact solution methods for a generalized assignment problem with location/allocation considerations. INFORMS J. Comput. 2016, 28, 589–602. [Google Scholar] [CrossRef]
  13. Laguna, M.; Kelly, J.P.; Gonzalez Velarde, J.L.; Glover, F. Tabu search for the multilevel generalized assignment problem. Eur. J. Oper. Res. 1995, 82, 176–189. [Google Scholar] [CrossRef]
  14. Kaewman, S.; Srivarapongse, T.; Theeraviriya, T.; Jirasirilerd, G. Differential Evolution Algorithm for Multilevel Assignment Problem: A Case Study in Chicken Transportation. Math. Comp. Appl. 2018, 23, 55. [Google Scholar] [CrossRef]
  15. Woźniak, M.; Połap, D. Bio-inspired methods modeled for respiratory disease detection from medical images. Swarm Evolut. Comp. 2018, 41, 69–96. [Google Scholar] [CrossRef]
  16. Woźniak, M.; Połap, D. Adaptive neuro-heuristic hybrid model for fruit peel defects detection. Neural Netw. 2018, 98, 16–33. [Google Scholar] [CrossRef] [PubMed]
  17. Woźniak, M.; Połap, D. Hybrid neuro-heuristic methodology for simulation and control of dynamic systems over time interval. Neural Netw. 2017, 93, 45–56. [Google Scholar] [CrossRef] [PubMed]
  18. Thongkham, M.; Kaewman, S. Methodology to Solve the Combination of the Generalized Assignment Problem and the Vehicle Routing Problem: A Case Study in Drug and Medical Instrument Sales and Service. Adm. Sci. 2019, 9, 3. [Google Scholar] [CrossRef]
  19. Savelsbergh, M. A branch-and-price algorithm for the generalized assignment problem. Oper. Res. 1997, 45, 831–841. [Google Scholar] [CrossRef]
  20. Cohen, R.; Katzir, L.; Raz, D. An efficient approximation for the generalized assignment problem. Inf. Process. Lett. 2006, 100, 162–166. [Google Scholar] [CrossRef]
  21. López Cruz, I.L.; van Willigenburg, L.G.; van Straten, G. Optimal control of nitrate in lettuce by a hybrid approach: Differential evolution and adjustable control weight gradient algorithms. Comput. Electron. Agric. 2003, 40, 179–197. [Google Scholar] [CrossRef]
  22. Woodcock, A.J.; Wilson, J.M. A hybrid tabu search/branch and bound approach to solving the generalized assignment problem. Eur. J. Oper. Res. 2010, 207, 566–578. [Google Scholar] [CrossRef]
  23. Osman, I.H. Heuristics for the generalized assignment problem: Simulated annealing and tabu search approaches. Oper. Res. Spektrum 1995, 17, 211–225. [Google Scholar] [CrossRef]
  24. Diaz, J.A.; Fernandez, E. A Tabu search heuristic for the generalized assignment problem. Eur. J. Oper. Res. 2001, 132, 22–38. [Google Scholar] [CrossRef]
  25. McKendall, A.; Li, C. A tabu search heuristic for a generalized quadratic assignment problem. J. Ind. Prod. Eng. 2017, 34, 221–231. [Google Scholar] [CrossRef]
  26. Ghoniem, A.; Flamand, T.; Haouari, M. Optimization based very large-scale neighborhood search for generalized assignment problems with location/allocation considerations. INFORMS J. Comp. 2016, 28, 575–588. [Google Scholar] [CrossRef]
  27. Özbakir, L.; Baykasoglu, A.; Tapkan, P. Bees algorithm for generalized assignment problem. Appl. Math. Comput. 2010, 215, 3782–3795. [Google Scholar] [CrossRef]
  28. Tasgetiren, M.F.; Suganthan, P.N.; Chua, T.J.; Al-Hajri, A. Differential evolution algorithms for the generalized assignment problem. In Proceedings of the 2009 IEEE Congress on Evolutionary Computation, Trondheim, Norway, 18–21 May 2009. [Google Scholar]
  29. Sethanan, K.; Pitakaso, R. Improved differential evolution algorithms for solving generalized assignment problem. Expert Syst. Appl. 2016, 45, 450–459. [Google Scholar] [CrossRef]
  30. Pitakaso, R. Differential evolution algorithm for simple assembly line balancing type 1 (SALBP-1). J. Ind. Prod. Eng. 2015, 32, 104–114. [Google Scholar] [CrossRef]
  31. Sethanan, K.; Pitakaso, R. Differenevolution algorithm for simple assembly line balancing with a limit on the number of machine types. Eng. Optim. 2015, 48, 253–271. [Google Scholar] [CrossRef]
  32. Dechampai, D.; Tanwanichkul, L.; Sethanan, K.; Pitakaso, R. A differential evolution algorithm for the capacitated VRP with flexibility of mixing pickup and delivery services and the maximum duration of a route in poultry industry. J. Intell. Manuf. 2015, 28, 1357–1376. [Google Scholar] [CrossRef]
  33. Akararungruangkul, R.; Kaewman, S. Modified Differential Evolution Algorithm Solving the Special Case of Location Routing Problem. Math. Comput. Appl. 2018, 23, 34. [Google Scholar] [CrossRef]
  34. Sethanan, K.; Pitakaso, R. Differential evolution algorithms for scheduling raw milk transportation. Comput. Electron. Agric. 2016, 121, 245–259. [Google Scholar] [CrossRef]
  35. Boon, E.T.; Ponnambalam, S.G.; Kanagara, G. Differential evolution algorithm with local search for capacitated vehicle routing problem. Int. J. Bio-Inspired Comput. 2013, 7, 321–342. [Google Scholar]
  36. Połap, D.; Woz’niak, M. Polar Bear Optimization Algorithm: Meta-Heuristic with Fast Population Movement and Dynamic Birth and Death Mechanism. Symmetry 2017, 9, 203. [Google Scholar] [CrossRef]
  37. Mirjalili, S. Dragonfly algorithm: A new meta-heuristic optimization technique for solving single-objective, discrete, and multi-objective problems. Neural Comput. Appl. 2016, 27, 1053. [Google Scholar] [CrossRef]
  38. Sun, W.-Z.; Wang, J.-S.; Wei, X. An Improved Whale Optimization Algorithm Based on Different Searching Paths and Perceptual Disturbance. Symmetry 2018, 10, 210. [Google Scholar] [CrossRef]
  39. Yun, J.J.; Jeong, E.; Lee, Y.; Kim, K. The Effect of Open Innovation on Technology Value and Technology Transfer: A Comparative Analysis of the Automotive, Robotics, and Aviation Industries of Korea. Sustainability 2018, 10, 2459. [Google Scholar] [CrossRef]
  40. Yun, J.J.; Won, D.; Park, K. Dynamics from open innovation to evolutionary change. J. Open Innov. Technol. Mark. Complex. 2016, 2, 1–22. [Google Scholar] [CrossRef]
Figure 1. The unsolved special case of the generalized assignment problem (S-GAP).
Figure 1. The unsolved special case of the generalized assignment problem (S-GAP).
Joitmc 05 00005 g001
Figure 2. The solved S-GAP.
Figure 2. The solved S-GAP.
Joitmc 05 00005 g002
Figure 3. Results of swap method.
Figure 3. Results of swap method.
Joitmc 05 00005 g003
Figure 4. Pseudo-code of modified DE.
Figure 4. Pseudo-code of modified DE.
Joitmc 05 00005 g004
Figure 5. Evolution of computational time.
Figure 5. Evolution of computational time.
Joitmc 05 00005 g005
Figure 6. Evolution of the proposed heuristics.
Figure 6. Evolution of the proposed heuristics.
Joitmc 05 00005 g006
Table 1. Randomly generated target vectors in the first iteration.
Table 1. Randomly generated target vectors in the first iteration.
TypeSugarcane FieldHarvesterDriver
#Vector123456123412345
10.840.390.920.560.060.720.720.090.430.470.650.360.630.000.32
20.710.450.400.630.780.070.610.160.540.120.560.700.710.700.38
30.550.200.630.340.390.140.100.930.610.090.060.350.880.920.06
40.800.750.490.760.740.550.180.820.900.570.750.440.860.190.94
50.220.200.120.420.740.900.720.090.430.470.650.360.630.000.32
Ak805040703241
Bk1.21.50.90.81.00.8
Ej 120180110130
Uj 1.11.31.01.2
Tj 91068
Ri 1.20.70.81.11.2
Pi 0.91.21.10.90.8
Ak, area of field k (rai). Bk, sweetness factor of field k. Ej, fuel consumption rate of harvester j (baht/hours). Uj, used/aged factor of harvester j. Tj, harvest rate of harvester j (rai). Ri, experience factor affecting fuel consumption rate of driver i. Pi, experience level affecting the harvesting rate of driver i.
Table 2. Time (h) required to drive from the parking area of harvester set j to field k.
Table 2. Time (h) required to drive from the parking area of harvester set j to field k.
Field123456
Harvester
10.800.080.990.350.890.15
20.320.790.110.040.180.55
30.840.650.660.700.080.05
40.250.950.080.630.890.21
Table 3. Results of sorting value in the position of vector 1.
Table 3. Results of sorting value in the position of vector 1.
Type Sugarcane Field Harvester Driver
Order 154362 2341 45231
1 0.080.210.220.240.450.61 0.090.430.470.72 0.000.320.360.630.65
Table 4. Results from the assignment process.
Table 4. Results from the assignment process.
DriverHarvesterMaximum Cap. Rai/HoursFieldArea (rai) (B)Hours Required (B/A)
420.9 × 10 = 95344.13
3404.607
530.8 × 6 = 4.86418.64
241.2 × 8 = 9.61808.83
311.1 × 9 = 9.94707.77
Table 5. Income of the harvesting plan.
Table 5. Income of the harvesting plan.
FieldTotal Area (A)Amount of Sugarcane (ton) A × 12 (C)Sweetness Factor (Sk) (B)Real Selling Price (baht) (D) = 1500 × BIncome (baht) D × C
5344081600244,800
3404800.9540259,200
6414920.8480236,160
1809601.2720691,200
4708400.9540453,600
Table 6. Results of calculating hours required to execute the plan.
Table 6. Results of calculating hours required to execute the plan.
DriverHarvesterFieldTotal Area (Ak) (A)Harvesting Speed (Tj) (B)Efficiency Factor of Worker (Pi) (C)Real Harvesting Rate Nj = B × C (D)Hours Required to Harvest Field k D = A/DTraveling Time (Two-Way) (E)Total Time Used F = D + E
42534100.993.780.364.14
340100.994.440.224.66
5364160.84.88.540.108.64
2418081.29.68.330.508.83
3147091.19.97.070.357.42
Table 7. Results of calculating the total cost for the plan.
Table 7. Results of calculating the total cost for the plan.
DriverHarvesterEngine Type (Uj) (A)Theoretical Fuel Usage (Ej) (baht/hours) (B)Experience Factor in Using Fuel (Ri) (C)Real Fuel Usage Rate (Mj) D = A × B × CTotal Time Used (From Table 6) (E)Total Fuel Cost F = E × D
421.31801.1257.44.141065.64
1.31801.1257.44.661199.48
531.01101.21328.641140.48
241.21300.7109.28.83964.24
311.11200.8105.67.42783.55
Table 8. Results of an updated score of a set of vectors in iteration G. TV, target vectors. BV, best vectors. RV, random vectors.
Table 8. Results of an updated score of a set of vectors in iteration G. TV, target vectors. BV, best vectors. RV, random vectors.
VectorSet of Vectors Used in (12) in G-1 IterationSolution from G-2 IterationSolution from G-1 IterationScore AddedTV-ScoreBV-ScoreRV-Score
1TV, BV, BV14,59015,124110112290
2BV, RV, RV15,12314,443310112596
3RV, TV, TV14,24512,5315110125101
4BV, BV, BV15,41214,9103110134101
5RV, BV, RV13,56714,2551110135103
Table 9. Conclusion of types of vector sets.
Table 9. Conclusion of types of vector sets.
Type of VectorUpdateRule of InitializingRule of Deleting
Target vector (TV)Very iteration using Equation (16)Random When the new best target vector is found
Mutant vector (MV)Very iteration using Equation (12) Use Equation (12)-
Trial vector (TrV)Very iteration using Equation (15)Use Equation (15)When it is worse than the current target vector
Best vector (BV)Update every time a new solution is found that is better than at least one vector in BVUse first set of target vectorsA worse vector will be replaced by a new one
Second best vector (B2)Update every time the new target vector is generated from the trial vectorUse first set of trial vectorsA worse vector will be replaced by a new one
Random vector (RV)Generate every new iterationRandomAll vectors deleted every iteration
Random selected vector (RS)Randomly select from the vector deleted from B2Use first set of trial vectorsRandomly deleted
Table 10. Characteristics of test instances and case study.
Table 10. Characteristics of test instances and case study.
#Instances#Fields#Harvesters#Drivers#Instances#Fields#Harvesters#Drivers
16456202122
26557252723
31513128302326
41516189352835
5201923Case study736269
Table 11. Values of parameters.
Table 11. Values of parameters.
ParameterMin ValueMax ValueParameterMin ValueMax Value
Ak20120Ri0.61.4
bk0.61.5Pi0.71.5
Ej80210Tj614
Uj1.01.7
Table 12. Definitions of Lingo v.11 solutions and the proposed algorithm.
Table 12. Definitions of Lingo v.11 solutions and the proposed algorithm.
AlgorithmMin Value
L1Optimal solution obtained from Lingo
LUUpper bound of Lingo given within 96 h
LBBest solution given by Lingo within 96 h
DEOriginal DE
MDE-1Modified DE without a local search
MDE-2Modified DE with a local search
MDE-3MDE-2 without using RV
MDE-4MDE-2 without using BV
Table 13. Profit generated from different methods.
Table 13. Profit generated from different methods.
#InstancesTypeL1LULBDEMDE-1MDE-2MDE-3MDE-4
1Profit102,954102,954102,954102,954102,954102,954102,954102,954
Comp1.451.451.451.11.11.31.21.2
2Profit176,097176,097176,097176,097176,097176,097176,097176,097
Comp10.3110.3110.313.53.94.124.014.03
3ProfitN/A359,128332,591341,258347,217351,831346,136346,283
Comp5760576057605.885.986.436.326.36
4ProfitN/A479,129438,219441,258445,981467,193451,821450,562
Comp5760576057604.235.125.895.435.41
5ProfitN/A589,182559,129560,821568,127579,812568,213568,129
Comp57605760576013.4315.4316.2315.8915.81
6ProfitN/A678,684632,152642,518647,561667,246653,412652,954
Comp57605760576021.5622.1524.3223.5924.12
7ProfitN/A741,282711,242722,568724,125731,562728,159727,151
Comp57605760576023.3425.4526.7525.6125.89
8ProfitN/A812,875789,822792,831799,284806,542800,212800,512
Comp57605760576030.1233.5435.4234.1834.03
9ProfitN/A1,192,1231,042,3181,082,6751,091,7861,130,9411,100,8781,100,765
Comp57605760576045.5448.4350.2349.5450.14
Case studyProfitN/A2,812,4112,524,6122,618,1242,627,6192,684,9822,635,1242,649,218
Comp57605760576060.4365.8970.7369.4568.76
Table 14. Statistical test results (paired t-test).
Table 14. Statistical test results (paired t-test).
LBDEMDE-1MDE-2MDE-3MDE-4
LU> 0.026> 0.066> 0.025> 0.043> 0.029> 0.025
LB-< 0.048< 0.027< 0.017< 0.022< 0.028
DE--< 0.001< 0.005< 0.0001< 0.006
MDE-1---< 0.009< 0.011< 0.036
MDE-2----> 0.011> 0.005
MDE-3-----= 0.221
Table 15. Break-even (days) for three proposed strategies.
Table 15. Break-even (days) for three proposed strategies.
Current CostChange EnginesTrain DriversChange Engines + Train Drivers
Case study2,684,9822,646,6892,641,2452,621,451
Investment-15,000,0005,000,00020,000,000
Diff–Profit-38,29343,73763,531
Break-even(days)-391.716502114.319684314.806945

Share and Cite

MDPI and ACS Style

Srivarapongse, T.; Pijitbanjong, P. Solving a Special Case of the Generalized Assignment Problem Using the Modified Differential Evolution Algorithms: A Case Study in Sugarcane Harvesting. J. Open Innov. Technol. Mark. Complex. 2019, 5, 5. https://doi.org/10.3390/joitmc5010005

AMA Style

Srivarapongse T, Pijitbanjong P. Solving a Special Case of the Generalized Assignment Problem Using the Modified Differential Evolution Algorithms: A Case Study in Sugarcane Harvesting. Journal of Open Innovation: Technology, Market, and Complexity. 2019; 5(1):5. https://doi.org/10.3390/joitmc5010005

Chicago/Turabian Style

Srivarapongse, Tassin, and Phajongjit Pijitbanjong. 2019. "Solving a Special Case of the Generalized Assignment Problem Using the Modified Differential Evolution Algorithms: A Case Study in Sugarcane Harvesting" Journal of Open Innovation: Technology, Market, and Complexity 5, no. 1: 5. https://doi.org/10.3390/joitmc5010005

Article Metrics

Back to TopTop