← All projects

DL-Based-Permutation-Flowshop-Problem

by @1FarZ1

13

My Solution to the FlowShop Problem in CSE DataHack

About this project

DL Based Permutation Flowshop Problem This Repository Contains My Solution to DL Based Permutation Flowshop Problem in CSE DataHack Competition. Introduction What is this Challenge About? The Permutation Flow Shop Problem (PFSP) is a classic optimization challenge that has seen various solution approaches over the years, from heuristics to metaheuristics and hyper-heuristics. Despite extensive research, PFSP remains challenging, particularly for large-scale instances with numerous jobs and machines. Recently, deep learning (DL) has emerged as a powerful tool for handling complex, high-dimensional data spaces. This has led researchers to explore DL applications in solving PFSP, either by combining it with traditional heuristics or developing pure DL approaches. Challenge Requirements The challenge focuses on developing a deep learning solution for the Permutation Flow Shop Problem: Work with 24 problem instances Instance configurations: Jobs: 10, 20, 50, or 100 Machines: 5, 10, or 20 Two instances per configuration Resources provided: Python matrices for all instances in datahack2025flowshop.ipynb Makespan calculation function included Solution

From the project README on GitHub

Stars
13
Forks
0
Last push
24 Feb 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/dl-based-permutation-flowshop-problem.svg)](https://www.madeinalgeria.dev/projects/dl-based-permutation-flowshop-problem)

Related projects