-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improve roll options including uniform sampling of roll range #106
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8bbc9ec
Experiment: allow uniform sampling of roll range
taldcroft 7758ec5
Add max_roll_dev parameter
taldcroft 125b35a
Allow setting AcaReviewTable target offset and use it in roll opt
taldcroft 6b81a1a
WIP hybrid roll option selection including uniform
taldcroft 8b6e918
Get multi-method roll options working, passing tests
taldcroft e90e1b1
Document max_roll_dev as roll opt arg
taldcroft e8814ea
Add test of uniform roll opt selection
taldcroft b959370
Remove useless comment
taldcroft a62476f
Add ids0 to list of roll intervals and fix most tests
taldcroft 5ffdd66
Passing all tests now
taldcroft d49c2d6
Factor out improve_metric function
taldcroft 15fc83a
Sort roll and limit max number of roll options
taldcroft e42e627
Use target_offset from proseco
taldcroft 52cd8fc
Update flake8 workflow
taldcroft b66ef97
Fix a previously-wrong regression test
taldcroft 2dfd481
Fix missed change to use target offset in review catalogs
taldcroft 5e270dd
Clean up printing
taldcroft 7eebf23
Always apply sort and limit of roll options
taldcroft c465502
Improve run_aca_review docstring
taldcroft d487ab9
Increase default max_roll_options to 20
taldcroft 72549a3
Make default d_roll be 0.25 for uniq_ids and 0.5 for uniform
taldcroft e2096c5
Do the uniform roll search only for OR's
taldcroft fc3834b
Add roll options method to HTML pages
taldcroft bb92d4e
Check for n_guide < 2 before checking box size
taldcroft bcb7b6d
Change default max_roll_options to 10
taldcroft d1f3fed
Improve roll processing loud outputs
taldcroft 4ecd4f3
Chasing perfection
taldcroft aeca786
Fix test issues from table ordering and change to default d_roll
taldcroft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
max_roll_options
is not mentioned in the documentation comment forroll_args
, is this intentional?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, see 70ce3f4.