iamaya2 / MatHH

A Matlab-based Hyper-Heuristic framework
MIT License
6 stars 1 forks source link

Add more JSSP Instances #50

Open iamaya2 opened 2 years ago

iamaya2 commented 2 years ago

Include traditional datasets into the framework, so that more robust testing can be carried out:

Also, include the instances from the following site: https://arxiv.org/src/2102.08778v2/anc, which contain large instances and instances with known optima.

References (info taken from a manuscript tha was reviewed for a journal):

[19] J. Adams, E. Balas, D. Zawack, The shifting bottleneck procedure for job shop scheduling, Management Science 34 (3) (1988) 391–401. [27] E. Taillard, Benchmarks for basic scheduling problems, European Journal of Operational Research 64 (2) (1993) 278 – 285. doi:http://dx.doi.org/10.1016/0377-2217(93)90182-M. [28] D. Applegate, W. Cook, A computational study of the job-shop scheduling problem, ORSA Journal on Computing 3 (2) (1991) 149–156. doi:10.1287/ijoc.3.2.149. [72] S. Lawrence, Resource constrained project scheduling: an experimental investigation of heuristic scheduling techniques (Supplement), Graduate School of Industrial Administration, Carnegie-Mellon University, 1984. [73] R. H. Storer, S. D. Wu, R. Vaccari, New search spaces for sequencing problems with application to job shop scheduling, Management science 38 (10) (1992) 1495–1509. [74] T. Yamada, R. Nakano, A genetic algorithm applicable to large-scale job-shop problems., in: PPSN, 1992, pp. 283–292. [75] E. Demirkol, S. Mehta, R. Uzsoy, Benchmarks for shop scheduling problems, European Journal of Operational Research 109 (1) (1998) 137 – 141. doi:http://dx.doi.org/10.1016/S0377-2217(97)00019-2.

iamaya2 commented 2 years ago

Added the LargeTA and KnownOptima benchmarks as .mat files

iamaya2 commented 2 years ago

Added the Taillard and OR-Library datasets (into the baseInstances repo)