Optimization in Employee Rostering: Minimizing Employees while Maximizing Shift Assignments #398
Closed
govindsuresh1996
started this conversation in
General
Replies: 1 comment
-
Was already answered here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on an employee rostering problem where I want to minimize the number of employees used while ensuring that each employee is assigned to the maximum number of shifts possible. I have implemented a constraint, but I'm looking for alternative or more effective approaches to achieve this objective.
Here's the constraint I've implemented in Java using OptaPlanner:
I'd like to get suggestions on alternative approaches or enhancements to this constraint to better balance the objective of minimizing employees while maximizing shift assignments.
Any insights or examples of how similar problems have been approached would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions