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

[Feature] Implement better seed setting. #2

Open
gebauerm opened this issue May 31, 2022 · 0 comments
Open

[Feature] Implement better seed setting. #2

gebauerm opened this issue May 31, 2022 · 0 comments

Comments

@gebauerm
Copy link
Owner

gebauerm commented May 31, 2022

Seed setting is identical for all called objectives.
https://github.com/gebauerm/rapidFlow/blob/main/rapidflow/objective.py

Even when different seeds between different study rus are set, the objective will be called with the same seeds again.

"per_study" - new seeds for every conducted study
"constant" - constant seeds in every study
"no seeds" - no seeds before a call
Implement a simple seed setter for this.

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