You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To aid in preventing the collapse of the ensemble, we should introduce a timestep into the EKI. This should inflate the noise term (reference) and be either user specified or can be adaptively chosen via a simple scheme.
(Note choosing the step automatically will involve evaluating the forward model, the user should be aware of this if the forward model is expensive)
The text was updated successfully, but these errors were encountered:
60: Add timestep for EKI, and timestep finder function. r=bielim a=ilopezgp
Added timestep for EKI and a function to find the EKI step based on the reduction of the ensemble covariance determinant after one stage of EKI.
An additional warning message has also been implemented to the EKI update in the case of rapid collapse of the ensemble.
This PR fixes issue #56
Co-authored-by: Ignacio <ilopezgo@caltech.edu>
CalibrateEmulateSample.jl/src/EKI.jl
Line 126 in 5fb71c2
To aid in preventing the collapse of the ensemble, we should introduce a timestep into the EKI. This should inflate the noise term (reference) and be either user specified or can be adaptively chosen via a simple scheme.
(Note choosing the step automatically will involve evaluating the forward model, the user should be aware of this if the forward model is expensive)
The text was updated successfully, but these errors were encountered: