You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make it a lot easier to make one task very unlikely when you have many tasks (i.e. currently you need to make all the others much more likely, with the proposed change you'd just need top make that one task say "task(0.001)")
I haven't looked at this at all but I suppose this would be a not too difficult change (which I might make a PR for should you agree that it's desired and should you not beat me to it)
The text was updated successfully, but these errors were encountered:
I had a go at doing this last night and seems to work just fine. By making the tasks attribute a list of the format [(func, weight)] and then doing a weighted random choice from that list rather than having the func be present in the list multiple times to make it more likely to be selected. Sound reasonable? (I'll push a branch when I have a moment to detangle that change from some other work).
This would make it a lot easier to make one task very unlikely when you have many tasks (i.e. currently you need to make all the others much more likely, with the proposed change you'd just need top make that one task say "task(0.001)")
I haven't looked at this at all but I suppose this would be a not too difficult change (which I might make a PR for should you agree that it's desired and should you not beat me to it)
The text was updated successfully, but these errors were encountered: