Job Shop Scheduling Problem Optimization by Means of Graph-Based Algorithm
Abstract
:1. Introduction
2. Job Shop Scheduling Problem
3. Algorithm Description
Algorithms 1: The pseudo-codes use the following functions to manage the priority queue: U.Insert(s, k) inserts state s into priority queue U with priority k. U.Remove(s) removes state s from priority queue U. U.Update(s, k) sets the priority of state s in the priority queue to k. U.Remove(s) removes state s from priority queue U. U.Pop() deletes the state with the smallest priority in priority queue U and returns the state. Insert(s, k) inserts state s into priority queue U with priority k. The predicate NotYet(s) is shorthand for “state s has not been expanded yet as overconsistent during the current call to ComputePlan().” Finally StateEvaluation() returns the value of optimized logistic problem. |
procedure Initialize() |
{01} U = Ø; |
{02} rhs(ssol) = g(ssol) = ∞; |
{03} for all s ∈ S rhs(s) = g(s) = ∞; |
{04} for all sstart∈ Starting vertexes |
{05} rhs(sstart) = StateEvaluation(); |
{06} UpdateState(sstart); |
procedure UpdateState(u) |
{07} if (u ≠ sstart) rhs(u) = StateEvaluation(); |
{08} if (u ∈ U and g(u) ≠ rhs(u)) U.Update(u,K(u)); |
{09} else if (u ∈U and g(u) = rhs(s)) U.Remove(u); |
{10} else if (u ∉ U and g(u) ≠ rhs(u) and NotYet(u)) U.Insert(u,K(u)); |
procedure ComputePlan() |
{11} u = U.Pop(); |
{12} if (g(u) > rhs(u)) |
{13} if (rhs(u) < rhs(ssol)) ssol = u; |
{14} g(u) = rhs(u); |
{15} for all s ∈ Succ(u) UpdateState(s); |
{16} else |
{17} g(u) = ∞; |
{18} for all s ∈ Succ(u) ∪ {u} UpdateState(s); |
4. Computational Result
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
GA | Genetic Algorithm |
GLPA* | Generalized Lifelong Planning A* |
JSSP | Job Shop Scheduling Problem |
LPA* | Lifelong Planning A* |
References
- Skorpil, V.; Cizek, L.; Stastny, J. Path Optimization by Graph Algorithms. In Proceedings of the International Conference CSCC 2012, Recent Researches in Communication and Computers, Kos island, Greece, 14–17 July 2012; pp. 73–78. [Google Scholar]
- Cizek, L.; Stastny, J. Comparison of Genetic Algorithm and Graph-based Algorithm for the TSP. In Proceedings of the MENDEL 2013, 19th International Conference on Soft Computing, Brno, Czech Republic, 14–18 July 2013; pp. 433–438. [Google Scholar]
- Stastny, J.; Skorpil, V.; Cizek, L. Traveling Salesman Problem Optimization by Means of Graph-Based Algorithm. In Proceedings of the 39 th International Conference on Telecommunications and Signal Processing (TSP), Vienna, Austria, 27–29 June 2016; p. 207. [Google Scholar]
- Chen, J.; Zhang, S.; Gao, Z.; Yang, L. Feature-based initial population generation for the optimization of job shop problems. J. Zhejiang Univ. Sci. C 2010, 11, 767–777. [Google Scholar] [CrossRef]
- Sun, L.; Cheng, X.; Liang, Y. Solving Job Shop Scheduling Problem Using Genetic Algorithm with Penalty Function. Int. J. Intell. Inf. Process. 2010, 1, 65–77. [Google Scholar]
- Liu, B.; Wang, L.; Jin, Y.H. An effective hybrid PSO-based algorithm for flow shop scheduling with limited buffers. Comput. Oper. Res. 2008, 35, 2791–2806. [Google Scholar] [CrossRef] [Green Version]
- Tasgetiren, M.F.; Liang, Y.C.; Sevkli, M. A particle swarm optimization algorithm for makespan and total flowtime minimization in the permutation flowshop sequencing problem. Eur. J. Oper. Res. 2007, 177, 1930–1947. [Google Scholar] [CrossRef]
- Ge, H.W.; Sun, L.; Liang, Y.C.; Qian, F. An effective PSO-and-AIS-based hybrid intelligent algorithm for job-shop scheduling. IEEE Trans. Syst. Man Cybern. Part A Syst. Hum. 2008, 38, 358–368. [Google Scholar]
- Coello, C.A.C.; Rivera, D.C.; Cortes, N.C. Use of an artificial immune system for job shop scheduling. Lect. Notes Comput. Sci. 2003, 2787, 1–10. [Google Scholar]
- Yang, J.H.; Sun, L.; Lee, H.P.; Qian, Y.; Liang, Y.C. Clonal selection based memetic algorithm for job shop scheduling problems. J. Bionic Eng. 2008, 5, 111–119. [Google Scholar] [CrossRef]
- Zhang, C.Y.; Li, P.G.; Rao, Y.Q. A very fast TS/SA algorithm for the job shop scheduling problem. Comput. Res. 2008, 35, 82–294. [Google Scholar] [CrossRef]
- Nowicki, E.; Smutnicki, C. A fast taboo search algorithm for the job shop scheduling problem. Manag. Sci. 1996, 41, 113–125. [Google Scholar]
- Dell, A.M.; Trubian, M. Applying tabu-search to job shop scheduling problem. Ann. Oper. Res. 1993, 41, 231–252. [Google Scholar] [CrossRef]
- Wang, T.Y.; Wu, K.B. A revised simulated annealing algorithm for obtaining the minimum total tardiness in job shop scheduling problems Operations. Int. J. Syst. Sci. 2000, 31, 537–542. [Google Scholar] [CrossRef]
- Kolonko, M. Some new results on simulated annealing applied to the job shop scheduling problem. Eur. J. Oper. Res. 1999, 113, 123–136. [Google Scholar] [CrossRef]
- Weng, M.X.; Ren, H.Y. An efficient priority rule for scheduling job shops to minimize mean tardiness. IIE Trans. 2006, 38, 789–795. [Google Scholar] [CrossRef]
- Canbolat, Y.B.; Gundogar, E. Fuzzy priority rule for job shop scheduling. J. Intell. Manuf. 2004, 15, 527–533. [Google Scholar] [CrossRef]
- Klein, R. Bidirectional planning: Improving priority rule-based heuristic for scheduling resource-constrained projects. Eur. J. Oper. Res. 2000, 127, 619–638. [Google Scholar] [CrossRef]
- Gao, J.; Gen, M.; Sun, L.Y. A hybrid of genetic algorithm and bottleneck shifting for multiobjective flexible job shop scheduling problems. Comput. Ind. Eng. 2007, 53, 149–162. [Google Scholar] [CrossRef]
- Zhao, L.H.; Deng, F.Q. A hybrid shifting bottleneck algorithm for the job shop scheduling problem. Dyn. Contin. Discret. Impulsive Syst. Ser. A-Math. Anal. Part 3 2006, 13, 1069–1073. [Google Scholar]
- Pezzella, F.; Merelli, E. A tabu search method guided by shifting bottleneck for the job shop scheduling problem. Eur. J. Oper. Res. 2000, 120, 297–310. [Google Scholar] [CrossRef]
- Baptiste, P.; Flamini, M.; Sourd, F. Lagrangian bounds for just-in-time job shop scheduling. Comput. Oper. Res. 2008, 35, 906–915. [Google Scholar] [CrossRef] [Green Version]
- Chen, H.X.; Luh, P.B. An alternative framework to Lagrangian relaxation approach for job shop scheduling. Eur. J. Oper. Res. 2003, 149, 499–512. [Google Scholar] [CrossRef]
- Kaskavelis, C.A.; Caramanis, M.C. Efficient Lagrangian relaxation algorithms for industry size job-shop scheduling problems. IIE Trans. 1998, 30, 1085–1097. [Google Scholar] [CrossRef]
- Brucker, P.; Jurisch, B.; Sievers, B. A branch and bound algorithm for job shop scheduling problem. Discret. Appl. Math 1994, 49, 105–127. [Google Scholar] [CrossRef] [Green Version]
- Artigues, C.; Feillet, D. A branch and bound method for the job shop problem with sequence dependent setup times. Ann. Oper. Res. 2008, 159, 135–159. [Google Scholar] [CrossRef]
- Lorigeon, T. A dynamic programming algorithm for scheduling jobs in a two-machine open shop with an availability constraint. J. Oper. Res. Soc. 2002, 53, 1239–1246. [Google Scholar] [CrossRef]
- Potts, C.N.; Van Wassonhove, L.N. Dynamic programming and decomposition approaches for the single machine total tardiness problem. Eur. J. Oper. Res. 1987, 32, 405–414. [Google Scholar] [CrossRef]
- Kofjac, D.; Knaflic, A.; Kljajic, M. Development of a Web Application for Dynamic Production Scheduling in Small and Medium Enterprises. Organizacija 2010, 43, 125–135. [Google Scholar] [CrossRef]
- Koenig, S.; Likhachev, M.; Furcy, D. Lifelong Planning A*. Artif. Intell. J. 2004, 155, 93–146. [Google Scholar] [CrossRef] [Green Version]
- Koenig, S.; Likhachev, M.; Furcy, D. Speeding up the Parti-Game Algorithm. In Proceedings of the The Neural Information Processing Systems (NIPS), Whistler, BC, Canada, 9–14 December 2002; pp. 1563–1570. [Google Scholar]
- Likhachev, M.; Koenig, S. A Generalized Framework for Lifelong Planning A* Search. In Proceedings of the International Conference on Automated Planning and Scheduling (ICAPS), Monterey, CA, USA, 5–10 June 2005; pp. 99–108. [Google Scholar]
- Seda, M. Mathematical Models of Flow Shop and Job Shop Scheduling Problems. Int. J. Appl. Math. Comput. Sci. 2007, 4, 241–246. [Google Scholar]
- Taillard, E. Benchmarks for basic scheduling problems. Eur. J. Oper. Res. 1993, 64, 278–285. [Google Scholar] [CrossRef]
- Beasley, J.E. OR-Library: Distributing test problems by electronic mail. J. Oper. Res. Soc. 1990, 41, 1069–1072. [Google Scholar] [CrossRef]
- Lawrence, S. Resource Constrained Project Scheduling: An Experimental Investigation of Heuristic Scheduling Techniques; Technical Report, GSIA; Carnegie Mellon University: Pittsburgh, PA, USA, 1984. [Google Scholar]
Jobs | Machines | Instance | Best Known Makespan | Time of Optimization | Algorithm Used | Makespan | Time of Finding Best Makespan [mm:ss] | Average Makespan | Average Time of Finding Makespan [mm:ss] |
---|---|---|---|---|---|---|---|---|---|
10 | 5 | la01 | 666 | 90 | Graph-based α | 666 | 00:00.04 | 678.18 | 00:07.38 |
Graph-based β | 666 | 00:00.04 | 683.79 | 00:06.54 | |||||
Graph-based γ | 666 | 00:00.03 | 682.54 | 00:03.83 | |||||
Genetic | 666 | 00:00.99 | 666.19 | 00:28.65 | |||||
10 | 5 | la02 | 655 | 90 | Graph-based α | 672 | 00:00.03 | 728.8 | 00:17.91 |
Graph-based β | 709 | 00:00.02 | 773.09 | 00:06.95 | |||||
Graph-based γ | 678 | 00:00.02 | 769.4 | 00:06.29 | |||||
Genetic | 655 | 00:04.44 | 686.67 | 00:50.59 | |||||
10 | 5 | la03 | 597 | 90 | Graph-based α | 617 | 00:00.04 | 655.23 | 00:11.06 |
Graph-based β | 609 | 00:00.03 | 657.66 | 00:06.73 | |||||
Graph-based γ | 617 | 00:00.03 | 666.61 | 00:03.55 | |||||
Genetic | 613 | 00:02.41 | 638.2 | 00:50.81 | |||||
10 | 5 | la04 | 590 | 90 | Graph-based α | 604 | 00:00.04 | 634.17 | 00:09.94 |
Graph-based β | 595 | 00:00.04 | 641.77 | 00:09.34 | |||||
Graph-based γ | 600 | 00:00.02 | 643.07 | 00:06.08 | |||||
Genetic | 595 | 00:01.32 | 612.89 | 00:48.42 | |||||
10 | 5 | la05 | 593 | 90 | Graph-based α | 593 | 00:00.02 | 593 | 00:00.04 |
Graph-based β | 593 | 00:00.02 | 593.27 | 00:00.74 | |||||
Graph-based γ | 593 | 00:00.02 | 593.24 | 00:00.11 | |||||
Genetic | 593 | 00:00.01 | 593 | 00:00.12 | |||||
15 | 5 | la06 | 926 | 120 | Graph-based α | 926 | 00:00.06 | 926.1 | 00:01.22 |
Graph-based β | 926 | 00:00.06 | 926.59 | 00:02.22 | |||||
Graph-based γ | 926 | 00:00.06 | 926.27 | 00:02.18 | |||||
Genetic | 926 | 00:00.04 | 926 | 00:03.41 | |||||
15 | 5 | la07 | 890 | 120 | Graph-based α | 890 | 00:00.12 | 915.83 | 00:34.05 |
Graph-based β | 903 | 00:00.07 | 957.15 | 00:13.01 | |||||
Graph-based γ | 903 | 00:00.08 | 957.43 | 00:08.24 | |||||
Genetic | 890 | 00:09.89 | 909.04 | 01:10.46 | |||||
15 | 5 | la08 | 863 | 120 | Graph-based α | 863 | 00:00.08 | 869.58 | 00:18.09 |
Graph-based β | 863 | 00:00.07 | 886.27 | 00:09.32 | |||||
Graph-based γ | 863 | 00:00.07 | 883.58 | 00:11.99 | |||||
Genetic | 863 | 00:00.12 | 864.28 | 00:45.89 | |||||
15 | 5 | la09 | 951 | 120 | Graph-based α | 951 | 00:00.07 | 951 | 00:00.10 |
Graph-based β | 951 | 00:00.08 | 951.48 | 00:00.45 | |||||
Graph-based γ | 951 | 00:00.06 | 951.28 | 00:01.40 | |||||
Genetic | 951 | 00:00.03 | 951 | 00:00.81 | |||||
15 | 5 | la10 | 958 | 120 | Graph-based α | 958 | 00:00.07 | 958 | 00:00.10 |
Graph-based β | 958 | 00:00.10 | 958 | 00:00.15 | |||||
Graph-based γ | 958 | 00:00.06 | 958 | 00:01.33 | |||||
Genetic | 958 | 00:00.03 | 958 | 00:00.27 | |||||
20 | 5 | la11 | 1222 | 150 | Graph-based α | 1222 | 00:00.14 | 1222 | 00:00.82 |
Graph-based β | 1222 | 00:00.14 | 1224.72 | 00:07.29 | |||||
Graph-based γ | 1222 | 00:00.13 | 1224.72 | 00:10.09 | |||||
Genetic | 1222 | 00:00.06 | 1222 | 00:08.97 | |||||
20 | 5 | la12 | 1039 | 150 | Graph-based α | 1039 | 00:00.14 | 1039.3 | 00:00.75 |
Graph-based β | 1039 | 00:00.13 | 1040.11 | 00:03.03 | |||||
Graph-based γ | 1039 | 00:00.13 | 1039.13 | 00:00.51 | |||||
Genetic | 1039 | 00:00.05 | 1039 | 00:09.49 | |||||
20 | 5 | la13 | 1150 | 150 | Graph-based α | 1150 | 00:00.13 | 1150 | 00:00.18 |
Graph-based β | 1150 | 00:00.14 | 1150.25 | 00:02.55 | |||||
Graph-based γ | 1150 | 00:00.13 | 1150 | 00:01.27 | |||||
Genetic | 1150 | 00:00.04 | 1150 | 00:03.73 | |||||
20 | 5 | la14 | 1292 | 150 | Graph-based α | 1292 | 00:00.14 | 1292 | 00:00.16 |
Graph-based β | 1292 | 00:00.13 | 1292 | 00:00.17 | |||||
Graph-based γ | 1292 | 00:00.13 | 1292 | 00:00.18 | |||||
Genetic | 1292 | 00:00.04 | 1292 | 00:00.06 | |||||
20 | 5 | la15 | 1207 | 150 | Graph-based α | 1221 | 00:00.18 | 1284.92 | 00:53.47 |
Graph-based β | 1235 | 00:00.13 | 1341.45 | 00:38.72 | |||||
Graph-based γ | 1246 | 00:00.14 | 1344.66 | 00:42.69 | |||||
Genetic | 1227 | 00:01.69 | 1270.59 | 01:33.41 | |||||
10 | 10 | la16 | 945 | 120 | Graph-based α | 982 | 00:00.14 | 1057.65 | 00:31.06 |
Graph-based β | 994 | 00:00.13 | 1068.95 | 00:17.09 | |||||
Graph-based γ | 982 | 00:00.19 | 1071.77 | 00:19.66 | |||||
Genetic | 979 | 00:01.57 | 1022.91 | 01:11.39 | |||||
10 | 10 | la17 | 784 | 120 | Graph-based α | 793 | 00:00.17 | 835.65 | 00:23.33 |
Graph-based β | 793 | 00:00.17 | 841.72 | 00:14.33 | |||||
Graph-based γ | 793 | 00:00.14 | 842.9 | 00:17.10 | |||||
Genetic | 795 | 00:00.13 | 832.96 | 00:55.36 | |||||
10 | 10 | la18 | 848 | 120 | Graph-based α | 849 | 00:00.14 | 917.28 | 00:22.30 |
Graph-based β | 861 | 00:00.19 | 920.34 | 00:16.73 | |||||
Graph-based γ | 861 | 00:00.13 | 921.51 | 00:20.68 | |||||
Genetic | 871 | 00:00.16 | 914.83 | 00:47.57 | |||||
10 | 10 | la19 | 842 | 120 | Graph-based α | 877 | 00:00.13 | 934.03 | 00:21.21 |
Graph-based β | 889 | 00:00.13 | 951.43 | 00:15.39 | |||||
Graph-based γ | 886 | 00:00.11 | 954.89 | 00:13.99 | |||||
Genetic | 875 | 00:02.52 | 925.92 | 01:02.01 | |||||
10 | 10 | la20 | 902 | 120 | Graph-based α | 921 | 00:00.15 | 976.8 | 00:22.44 |
Graph-based β | 914 | 00:00.14 | 967.72 | 00:18.57 | |||||
Graph-based γ | 907 | 00:00.12 | 960.93 | 00:23.14 | |||||
Genetic | 924 | 00:00.68 | 976.04 | 00:57.70 | |||||
15 | 10 | la21 | 1046 | 150 | Graph-based α | 1144 | 00:01.46 | 1201.86 | 00:54.14 |
Graph-based β | 1122 | 00:00.51 | 1230.36 | 00:42.71 | |||||
Graph-based γ | 1149 | 00:00.48 | 1230.86 | 00:46.21 | |||||
Genetic | 1140 | 00:06.32 | 1218.33 | 01:15.78 | |||||
15 | 10 | la22 | 927 | 150 | Graph-based α | 999 | 00:00.50 | 1093.93 | 00:44.53 |
Graph-based β | 1051 | 00:00.53 | 1109.53 | 00:44.76 | |||||
Graph-based γ | 1027 | 00:01.69 | 1113.67 | 00:38.11 | |||||
Genetic | 1029 | 00:08.06 | 1105.7 | 01:25.18 | |||||
15 | 10 | la23 | 1032 | 150 | Graph-based α | 1068 | 00:00.43 | 1131.96 | 00:37.00 |
Graph-based β | 1076 | 00:00.35 | 1144.07 | 00:31.82 | |||||
Graph-based γ | 1086 | 00:00.36 | 1141.74 | 00:33.06 | |||||
Genetic | 1046 | 00:01.64 | 1140.26 | 01:12.26 | |||||
15 | 10 | la24 | 935 | 150 | Graph-based α | 1013 | 00:00.41 | 1070.53 | 00:55.55 |
Graph-based β | 1029 | 00:01.64 | 1075.82 | 00:40.20 | |||||
Graph-based γ | 992 | 00:00.54 | 1082.89 | 00:37.05 | |||||
Genetic | 1024 | 00:01.16 | 1088.24 | 01:07.66 | |||||
15 | 10 | la25 | 977 | 150 | Graph-based α | 1079 | 00:00.50 | 1125.75 | 00:38.39 |
Graph-based β | 1076 | 00:00.50 | 1150.38 | 00:44.80 | |||||
Graph-based γ | 1083 | 00:00.54 | 1155.49 | 00:34.43 | |||||
Genetic | 1060 | 00:03.24 | 1155.14 | 01:17.27 | |||||
20 | 10 | la26 | 1218 | 180 | Graph-based α | 1311 | 00:00.84 | 1395.86 | 01:06.53 |
Graph-based β | 1340 | 00:02.17 | 1405.4 | 01:27.17 | |||||
Graph-based γ | 1328 | 00:04.80 | 1411.57 | 01:11.35 | |||||
Genetic | 1340 | 00:04.13 | 1428.12 | 01:36.13 | |||||
20 | 10 | la27 | 1235 | 180 | Graph-based α | 1368 | 00:00.79 | 1459.38 | 01:00.30 |
Graph-based β | 1390 | 00:01.04 | 1486.95 | 01:24.53 | |||||
Graph-based γ | 1379 | 00:01.06 | 1483.46 | 01:04.60 | |||||
Genetic | 1411 | 00:04.29 | 1485.78 | 01:38.00 | |||||
20 | 10 | la28 | 1216 | 180 | Graph-based α | 1328 | 00:00.87 | 1399.72 | 01:04.58 |
Graph-based β | 1349 | 00:00.71 | 1437.18 | 00:53.57 | |||||
Graph-based γ | 1348 | 00:00.90 | 1435.36 | 00:57.33 | |||||
Genetic | 1364 | 00:01.27 | 1431.87 | 01:28.75 | |||||
20 | 10 | la29 | 1157 | 180 | Graph-based α | 1320 | 00:00.77 | 1401.5 | 00:58.80 |
Graph-based β | 1316 | 00:01.97 | 1402.03 | 01:13.52 | |||||
Graph-based γ | 1326 | 00:00.76 | 1404.5 | 01:15.13 | |||||
Genetic | 1350 | 00:05.84 | 1435.2 | 01:26.83 | |||||
20 | 10 | la30 | 1355 | 180 | Graph-based α | 1467 | 00:00.83 | 1549.21 | 00:43.81 |
Graph-based β | 1458 | 00:00.90 | 1560.17 | 00:47.64 | |||||
Graph-based γ | 1481 | 00:00.80 | 1558.42 | 00:55.33 | |||||
Genetic | 1472 | 00:04.83 | 1544.5 | 01:47.72 | |||||
20 | 10 | la31 | 1784 | 180 | Graph-based α | 1784 | 00:06.40 | 1837.23 | 02:10.06 |
Graph-based β | 1784 | 00:08.73 | 1841.66 | 02:39.27 | |||||
Graph-based γ | 1784 | 00:14.42 | 1835.87 | 02:47.32 | |||||
Genetic | 1807 | 00:16.38 | 1898.83 | 02:18.27 | |||||
30 | 10 | la32 | 1850 | 240 | Graph-based α | 1851 | 00:13.64 | 1914.26 | 02:41.29 |
Graph-based β | 1850 | 00:10.02 | 1917.62 | 02:39.39 | |||||
Graph-based γ | 1850 | 00:10.87 | 1921.69 | 02:30.43 | |||||
Genetic | 1895 | 00:16.50 | 1993.32 | 02:05.09 | |||||
30 | 10 | la33 | 1719 | 240 | Graph-based α | 1739 | 00:02.39 | 1796.38 | 02:08.04 |
Graph-based β | 1725 | 00:05.58 | 1817.67 | 02:44.53 | |||||
Graph-based γ | 1744 | 00:02.56 | 1819.53 | 02:36.41 | |||||
Genetic | 1780 | 00:08.46 | 1845.43 | 02:12.57 | |||||
30 | 10 | la34 | 1721 | 240 | Graph-based α | 1819 | 00:02.29 | 1878.34 | 01:51.83 |
Graph-based β | 1797 | 00:02.55 | 1889.43 | 02:11.28 | |||||
Graph-based γ | 1819 | 00:02.33 | 1897.38 | 01:57.48 | |||||
Genetic | 1846 | 00:11.64 | 1909.86 | 02:04.97 | |||||
30 | 10 | la35 | 1888 | 240 | Graph-based α | 1980 | 00:02.43 | 2115.15 | 02:32.74 |
Graph-based β | 2067 | 00:09.87 | 2197.11 | 02:20.97 | |||||
Graph-based γ | 2078 | 00:06.73 | 2193.47 | 02:36.02 | |||||
Genetic | 2021 | 00:17.32 | 2143.59 | 02:48.95 | |||||
15 | 15 | la36 | 1268 | 180 | Graph-based α | 1427 | 00:00.99 | 1494.55 | 00:51.76 |
Graph-based β | 1387 | 00:00.99 | 1511.63 | 00:48.84 | |||||
Graph-based γ | 1419 | 00:01.07 | 1513.32 | 01:01.04 | |||||
Genetic | 1373 | 00:02.11 | 1482.9 | 01:30.90 | |||||
15 | 15 | la37 | 1397 | 180 | Graph-based α | 1576 | 00:01.03 | 1667.02 | 01:16.16 |
Graph-based β | 1546 | 00:05.63 | 1664.63 | 01:20.99 | |||||
Graph-based γ | 1565 | 00:04.33 | 1663.85 | 01:24.34 | |||||
Genetic | 1549 | 00:08.89 | 1681.12 | 01:48.09 | |||||
15 | 15 | la38 | 1196 | 180 | Graph-based α | 1375 | 00:00.99 | 1448.17 | 00:52.06 |
Graph-based β | 1381 | 00:00.99 | 1446.89 | 01:02.95 | |||||
Graph-based γ | 1378 | 00:01.15 | 1449.01 | 01:04.43 | |||||
Genetic | 1397 | 00:01.46 | 1469.16 | 01:19.78 | |||||
15 | 15 | la39 | 1233 | 180 | Graph-based α | 1385 | 00:01.04 | 1455.54 | 01:00.09 |
Graph-based β | 1377 | 00:00.99 | 1452.02 | 01:21.56 | |||||
Graph-based γ | 1371 | 00:01.57 | 1454.57 | 01:12.73 | |||||
Genetic | 1405 | 00:01.16 | 1475.14 | 01:20.90 | |||||
15 | 15 | la40 | 1222 | 180 | Graph-based α | 1386 | 00:01.50 | 1446.41 | 01:16.11 |
Graph-based β | 1356 | 00:03.92 | 1435.03 | 01:25.09 | |||||
Graph-based γ | 1364 | 00:05.21 | 1438.51 | 01:34.75 | |||||
Genetic | 1412 | 00:10.56 | 1484.72 | 01:40.72 |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Stastny, J.; Skorpil, V.; Balogh, Z.; Klein, R. Job Shop Scheduling Problem Optimization by Means of Graph-Based Algorithm. Appl. Sci. 2021, 11, 1921. https://doi.org/10.3390/app11041921
Stastny J, Skorpil V, Balogh Z, Klein R. Job Shop Scheduling Problem Optimization by Means of Graph-Based Algorithm. Applied Sciences. 2021; 11(4):1921. https://doi.org/10.3390/app11041921
Chicago/Turabian StyleStastny, Jiri, Vladislav Skorpil, Zoltan Balogh, and Richard Klein. 2021. "Job Shop Scheduling Problem Optimization by Means of Graph-Based Algorithm" Applied Sciences 11, no. 4: 1921. https://doi.org/10.3390/app11041921
APA StyleStastny, J., Skorpil, V., Balogh, Z., & Klein, R. (2021). Job Shop Scheduling Problem Optimization by Means of Graph-Based Algorithm. Applied Sciences, 11(4), 1921. https://doi.org/10.3390/app11041921