Spaces:
Sleeping
Sleeping
Update objective_engine.py
Browse files- objective_engine.py +0 -1
objective_engine.py
CHANGED
|
@@ -456,7 +456,6 @@ class ObjectiveEngine:
|
|
| 456 |
# Use a reduced weight since this is an approximation
|
| 457 |
self.penalties.append(both_occupied * max(1, weight // 2))
|
| 458 |
|
| 459 |
-
def _penalize_first_hour_free(self):
|
| 460 |
def _pack_morning_session(self):
|
| 461 |
"""
|
| 462 |
Penalizes any free slot in the first 4 hours (morning session) for any section.
|
|
|
|
| 456 |
# Use a reduced weight since this is an approximation
|
| 457 |
self.penalties.append(both_occupied * max(1, weight // 2))
|
| 458 |
|
|
|
|
| 459 |
def _pack_morning_session(self):
|
| 460 |
"""
|
| 461 |
Penalizes any free slot in the first 4 hours (morning session) for any section.
|