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

There should be a seed to select the generic starting value for mass flow reproducibly #509

Open
fwitte opened this issue Apr 30, 2024 · 0 comments
Labels

Comments

@fwitte
Copy link
Member

fwitte commented Apr 30, 2024

With the random state being completely random, it might not be possible to replicate model runs. Sometimes a model run can crash while the same model rerun works. The first goto for randomness in TESPy would be the selection of mass flow with no better value at hand in:

c.get_attr(key).val0 = np.random.random() + 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant