Refactor weekend day balancing logic by commenting out unused option and storing adjusted targets on worker objects
This commit is contained in:
+1
-1
@@ -488,7 +488,7 @@ def main(
|
||||
balance_weekends=True,
|
||||
max_shifts_per_week=6,
|
||||
max_days_per_week_block=[(4, 2), (4, 4)],
|
||||
balance_weekend_days=True,
|
||||
#balance_weekend_days=True,
|
||||
balance_weekend_days_quadratic=True,
|
||||
weekend_day_hard_max_deviation=2,
|
||||
balance_weekend_days_use_previous_shifts=True,
|
||||
|
||||
Reference in New Issue
Block a user