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

Better handle scheduling large buckets #10

Open
domdomegg opened this issue Oct 4, 2024 · 0 comments
Open

Better handle scheduling large buckets #10

domdomegg opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@domdomegg
Copy link
Member

When scheduling e.g. 100 people at once, the algorithm can run out of time to find a good solution.

However, it succeeds when batching these up into e.g. 3x 33-person groups with roughly overlapping time availabilities.

We might be able to figure out how to improve the optimisation algorithm, or can implement a bit of a hack where if it fails to find a solution initially it splits up the group into smaller pieces.

@domdomegg domdomegg added the enhancement New feature or request label Oct 4, 2024
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

1 participant