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

Subsampling request #4

Open
proebsting opened this issue Feb 14, 2025 · 0 comments
Open

Subsampling request #4

proebsting opened this issue Feb 14, 2025 · 0 comments

Comments

@proebsting
Copy link

Would it be possible to add the ability for frcw to subsample its output---under the control of a command-line option? E.g., to emit every K'th plan rather than every plan.

My early tests indicate this will save 20% of the run-time when only a subsample is needed.

There is a subtle question raised here. Assuming the plans are numbered starting with the seed plan being the 0-plan, should the subsample be:

  • numbers 0, K, 2K, 3K, ... (i.e., including the seed plan), OR
  • numbers K+1, 2K+1, 3K+1, ... (i.e., excluding the seed plan)

I prefer including the seed plan because that helps support reproducibility by avoiding needing to keep track of the seed plan separately. In any case, it should be a decision made deliberately.

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

No branches or pull requests

1 participant