How to prepare data for neural network scheduling problem?
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
David Willingham
2021-5-4
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
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!