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

Refine strategy interface #174

Open
kazewong opened this issue May 27, 2024 · 0 comments
Open

Refine strategy interface #174

kazewong opened this issue May 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kazewong
Copy link
Owner

Currently the type of "resources" available to flowMC is basically hard coded. There is a local sampler and there is a global sampler. I think we can further change the interface to be the following:

The sampler has two main components: resource and strategy. resource should be something like local_sampler or global_sampler, and strategy what it is now.

Strategies will basically take resources in, goes through its own sampling procedure, hold some summary internal and return some resource back. I think this helps the interface to be more general.

@kazewong kazewong added the enhancement New feature or request label May 27, 2024
@kazewong kazewong self-assigned this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant