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

Allow to set randomness seed #22

Open
VicentePerezSoloviev opened this issue Aug 26, 2024 · 1 comment
Open

Allow to set randomness seed #22

VicentePerezSoloviev opened this issue Aug 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@VicentePerezSoloviev
Copy link
Owner

The algorithms should allow to set the random seed to ease reproducing the results encountered.

Those sampling based on Numpy can be set by np.seed. Pybnesian also allow to set the random seed.

@VicentePerezSoloviev VicentePerezSoloviev added enhancement New feature or request good first issue Good for newcomers labels Aug 26, 2024
@VicentePerezSoloviev VicentePerezSoloviev self-assigned this Aug 26, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants
@VicentePerezSoloviev and others