How to prepare data for neural network scheduling problem?

2 views (last 30 days)
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.

Accepted Answer

David Willingham
David Willingham on 4 May 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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!