Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greedy Scheduling option for shuffle ordered time slots #1025

Open
slottedpig opened this issue Dec 17, 2024 · 2 comments
Open

Greedy Scheduling option for shuffle ordered time slots #1025

slottedpig opened this issue Dec 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@slottedpig
Copy link

slottedpig commented Dec 17, 2024

Is your feature request related to a problem? Please describe.
Too much flex time when using time slots

Describe the solution you'd like
The time slot to check each program in the list to see if it fits in the available time left in the slot.

@chrisbenincasa chrisbenincasa changed the title Greedy Scheduling (Time Slots) Greedy Scheduling option for shuffle ordered time slots Dec 18, 2024
@chrisbenincasa
Copy link
Owner

To elaborate a little: this option would be for shuffle ordered time slots only. It would change the algorithm to attempt to fit as many episodes into a slot at the cost of increasing the possibility of repeats. This would be sort of a "merge" between random slots and time slots - the behavior of random slots with the scheduling of time slots.

We could also expand on this further if we think of this more like random slots. For instance, we could implement cooldowns per slot to try to reduce the effect of repeats

@chrisbenincasa chrisbenincasa added the enhancement New feature or request label Dec 18, 2024
@slottedpig
Copy link
Author

slottedpig commented Dec 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants