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

Replace MAX_MODEL_BOOST with MAX_MODEL_SCORE, and base it on the minimum best bet score #1807

Merged
merged 2 commits into from Nov 26, 2019

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    0f74539 View commit details
    Browse the repository at this point in the history
  2. Use best bet boost in MAX_MODEL_BOOST

    1. It's not a boost any more, it's a score.
    2. We can be much more precise about the maximum allowable score: it's
       one less than the minimum best bet score.
    barrucadu committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    050f070 View commit details
    Browse the repository at this point in the history