How to prepare data for neural network scheduling problem?

3 Ansichten (letzte 30 Tage)
Hi, I have 15 sets (two variables,2 columns,10 rows) of processing times on two machines. I would like to create a neural network for ordering this assignments based on shortest lead time. Should I put this sets all together or divide them? My output need to be sequence for each set.

Akzeptierte Antwort

David Willingham
David Willingham am 4 Mai 2021
Hi Jan,
You can certaintly join them, but you'd likely need to add another column stating which machine they're from. Another thought, for this type of problem you could also use classical optimization, I'd recommend reading this blog Generating an Optimal Employee Work Schedule Using Integer Linear Programming
David

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by