-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Layout Matching #55
base: features/penalty_rewards
Are you sure you want to change the base?
Add Layout Matching #55
Conversation
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.
Be great to have some unit tests.
Yeah I wrote some up, how should I get these to you? |
|
||
criteria = [match_words_criteria, match_length_criteria] | ||
criteria = [match_words_criteria, match_length_criteria, match_layout_criteria] |
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.
@steffencruz what's your thoughts on including the layout criteria in the 2.1.0 release? At first glance I would think that this could be challenging both to the miners and the current reward stack evaluation
Adds layout matching task and criteria to answer step in validation.