-
Notifications
You must be signed in to change notification settings - Fork 5
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
index output if weights are provided #4
Comments
@Schoonology any chance of a response on this? |
The interface could be extended, but that would be a backwards-incompatible change. I'd like to modernize the internals at the same time, so that's unlikely to happen right now. What I've done in the past to solve similar issues is to use the index as the value in the array, so that |
@azz0r How did that suggestion work out? |
Hello I am using the same work around you outlined :) |
I think it would be great if the select function returns the index of the item it chose.
In the code below I would have to add another loop to find the item with that % change of winning and map it back.
The text was updated successfully, but these errors were encountered: