Skip to content

t-wise: Allow to Use Preset Configurations#115

Draft
uulm-janbaudisch wants to merge 1 commit into
mainfrom
twise-presets
Draft

t-wise: Allow to Use Preset Configurations#115
uulm-janbaudisch wants to merge 1 commit into
mainfrom
twise-presets

Conversation

@uulm-janbaudisch

Copy link
Copy Markdown
Collaborator

Enables the usage of pre-set configurations for t-wise sampling.

@uulm-janbaudisch uulm-janbaudisch self-assigned this Jul 11, 2026
@uulm-janbaudisch
uulm-janbaudisch force-pushed the twise-presets branch 2 times, most recently from 6af756f to 7d670f6 Compare July 13, 2026 16:20
Comment on lines +139 to +142
// TODO
/*if _preset.is_t_wise_covered(self.config, t) {
return true;
}*/

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enabling this check for the preset results in a sample without full t-wise coverage.

.all(|interaction| sample.covers(interaction))
TInteractionIter::new(&literals, min(t, literals.len())).all(|interaction| {
// TODO
sample.covers(interaction) //|| _preset.covers(interaction)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same holds for this check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant