SkillAgentSearch skills...

LSJSS

A cooperative coevolutionary hyper-heuristic approach to solve lot-sizing and job shop scheduling problems using genetic programming

Install / Use

/learn @YZeit/LSJSS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LSJSS

This repository includes the code related to the paper:

A cooperative coevolutionary hyper-heuristic approach to solve lot-sizing and job shop scheduling problems using genetic programming

https://doi.org/10.1080/00207543.2023.2301044

Abstract

Lot-sizing and scheduling in a job shop environment is a fundamental problem that appears in many industrial settings. The problem is very complex, and solutions are often needed fast. Although many solution methods have been proposed, with increasingly better results, their computational times are not suitable for decision-makers who want solutions instantly. Therefore, we propose a novel greedy heuristic to efficiently generate production plans and schedules of good quality. The main innovation of our approach represents the incorporation of a simulation-based technique, which directly generates schedules while simultaneously determining lot sizes. By utilising priority rules, this unique feature enables us to address the complexity of job shop scheduling environments and ensures the feasibility of the resulting schedules. Using a selection of well-known rules from the literature, experiments on a variety of shop configurations and complexities showed that the proposed heuristic is able to obtain solutions with an average gap to Cplex of 4.12%. To further improve the proposed heuristic, a cooperative coevolutionary genetic programming-based hyper-heuristic has been developed. The average gap to Cplex was reduced up to 1.92%. These solutions are generated in a small fraction of a second, regardless of the size of the instance.

Keywords

Lot-sizing job shop scheduling greedy heuristic hyper-heuristic genetic programming cooperative coevolution

Glossary

  • src/instances - This folder contains the training and validation instances
  • src/params - This folder contains the parameter files including the GP parameters required for ECJ
  • src/main/java/lsjss - This folder contains the main java files for the CCGPHH method
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Java

Security Score

82/100

Audited on Dec 25, 2025

No findings