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

Add ProbabilisticMap #203

Open
randomir opened this issue Sep 14, 2019 · 0 comments
Open

Add ProbabilisticMap #203

randomir opened this issue Sep 14, 2019 · 0 comments
Labels
feature New feature or request

Comments

@randomir
Copy link
Member

After #201 and #202 are implemented, add a version of Map that executes each mapping operation (or each branch here) with a certain probability.

Implementing this as map | filter is a possibility, but we can be more efficient in terms of both space and time, especially for low mapping probabilities.

@randomir randomir added the feature New feature or request label Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant