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

Random seeds #55

Closed
odunbar opened this issue Sep 22, 2021 · 1 comment · Fixed by #95
Closed

Random seeds #55

odunbar opened this issue Sep 22, 2021 · 1 comment · Fixed by #95

Comments

@odunbar
Copy link
Collaborator

odunbar commented Sep 22, 2021

We add noise during various updates, for example when the forward map is deterministic it is used to stabilize the method. Some users may require fixing random seeds, we have done this during the initial ensemble construction, but not yet for the update of the ensemble. for example in EKI
e.g.

noise = rand(MvNormal(zeros(N_obs), scaled_obs_noise_cov), ekp.N_ens)

It would be nice to have the random seeding option
Coauthored with @trontrytel

@ilopezgp
Copy link
Contributor

Closed by @tsj5 's PR #95 .

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

Successfully merging a pull request may close this issue.

2 participants