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

[Question] Conflicting behavior of disperse siblings and apply easy days #468

Open
3 tasks done
shivangp76 opened this issue Sep 26, 2024 · 1 comment
Open
3 tasks done
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@shivangp76
Copy link

Research

Enter an [x] character to confirm the points below:

  • I have checked the FAQ and could not find an answer to my question
  • I have read the wiki and still felt confused
  • I have searched for similar existing questions here

Question

  1. Doesn't the current implementation of disperse siblings and apply easy days conflict one another? Disperse siblings tries to maximize the minimum gap between siblings, which could result in more load being put on easy days. On the other hand, if I run apply easy days, won't siblings possibly be dispersed away from easy days meaning they might be closer together? Is there any way to reconcile these behaviors?
  2. Is the config value for load_balance better thought of as enable_easy_days? In other words, if load_balance is true, then that is equivalent to applying easy days with equal weights for each day (ex. 1 for each day).
@shivangp76 shivangp76 added the question Further information is requested label Sep 26, 2024
@L-M-Sherlock
Copy link
Member

  1. Yes, they are conflicting to each other. It's challenging to reconcile them via the add-on.
  2. It's a naming issue. Enabling easy days but setting all weights to 1.0 doesn't make any day easy.

@L-M-Sherlock L-M-Sherlock added the help wanted Extra attention is needed label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants