Add support for specifying custom rounds#23
Merged
lim123123123 merged 11 commits intoITMO-PTDC-Team:masterfrom Mar 9, 2026
Merged
Add support for specifying custom rounds#23lim123123123 merged 11 commits intoITMO-PTDC-Team:masterfrom
lim123123123 merged 11 commits intoITMO-PTDC-Team:masterfrom
Conversation
dmitrii-artuhov
commented
Jan 15, 2026
Comment on lines
+79
to
+80
| # TODO: test should fail, but for some reason after commit '15f64f0 - feat: add more tests for blocking data structures&refactor blocking support' | ||
| # it takes too much time to find bugs, I wasn't able to wait until custom round detects a bug |
Contributor
Author
There was a problem hiding this comment.
Пробовал запускать с --exploration_runs 200'000 и с разными стратегиями по несколько раз, но баг не находится. Хотя на моей старой ветке с этой фичой, которая не заребежена на текущий master, баг находится и очень быстро. Также в целом все тесты находят баги гараздо быстрее, чем сейчас на мастере. Надо посмотреть, мб, переключений сильно меньше вставляется сейчас, чем раньше. Пока не исследовал эту теорию
…tomRound` for random startegy additionally
lim123123123
reviewed
Feb 8, 2026
Collaborator
lim123123123
left a comment
There was a problem hiding this comment.
Наверное лучше разобраться с тем поч сча твой custom_round тест для очереди не находит баг, дифф с коммитов, который сломал, но кажется, что самое реалистичное - посмотреть куда расставились переключения + прогнаться с ним на одном сиде
…d exploration (replay)
…YIELDS`, which is unset by default
…y run before any generated rounds)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Features:
--threadsflagExample:
TODO: