-
Notifications
You must be signed in to change notification settings - Fork 17
Latest Updates
odunbar edited this page Mar 11, 2021
·
3 revisions
- Add more methods into
EnsembleKalmanProcesses.jl
- Improve robustness of
CalibrateEmulateSample.jl
- Boost the vizualization packages
- Explore new examples with new users (currently from CliMA)
- Build example use-case library (from CliMA applications?)
- Working with user model instability. (We could also do nothing here, I'm not a fan of modifying priors, but perhaps it needs to be done)
- Public Availability?
- Documentation goals (i recall this good talk in particular that Simon referenced a while back on Slack. We could get some flavour from here perhaps to break down the task - or learn from CliMA experience people have )
- [VizCES] MCMC vizualizations in VizCES (Haakon)
- [CES] Improve robustness to poorly-conditioned noise covariance with truncated SVD regularizer (Mike/Ollie)
- [EKP] Adding Unscented Kalman inversion
- [EKP] Adding Sparse Ensemble Kalman Inversion
Latest features / Developments from EKP (writing a good PR)
- (PR #4) End-to-end example
- (PR #3) codecov and bors setup
- (PR #2) EKP created, tests and examples moved over
Latest features / Developments from CES (writing a good PR)
- (PR #107) Buildkite pipeline to run current examples. Pipeline is run when bors is
staging
ortrying
, returns output and figures - (PR #106) Moved Calibration to EnsembleKalmanProcesses.jl, and added interface with it
- (PR #104) Adds DataContainers for consistent dimensions, tagline "data are columns"
- (PR #101) Adds example for Lorenz96 model, learning periodic forcing function
- (PR #100) Adds EKP examples for Loss minimization