-
Notifications
You must be signed in to change notification settings - Fork 76
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
GenericTopSlotExplorer ExplorerDecision Exception #52
Comments
This looks like a precision issue to me since floats work to 1e-6 -John On Sat, Jul 16, 2016 at 3:12 PM, ErikOmberg [email protected]
|
@JohnLangford: change to 1e-3? |
We’ll change to 1e-4. Markus |
improved end to end tests version bump closing issue #52
I have an app that uses decisionService.ChooseRanking with 81 actions, and theGenericTopSlotExplorer ExplorerDecision threw its "Probabilities must sum to one." exception as shown in this screenshot.
I put a red box around the "total -1f" in the watch window, which is the condition checked before the exception is thrown.
The text was updated successfully, but these errors were encountered: