equinor / iterative_ensemble_smoother

Algorithms for data assimilation using ensemble methods.
GNU General Public License v3.0
17 stars 12 forks source link

For adaptive localization output calculated correlations #208

Closed oyvindeide closed 6 months ago

oyvindeide commented 10 months ago

Make an optional datastructure that can output the calculated correlations in adaptive localization.

oyvindeide commented 10 months ago

@dafeda suggested we look to for example: https://github.com/bayesian-optimization/BayesianOptimization/blob/master/examples/advanced-tour.ipynb for inspiration on how to do this. They have a system of callbacks. We discussed it a bit, and this should be optional, as we probably dont want to do this for fields for examples.

tommyod commented 10 months ago

Some thoughts on this:

This seems simple to implement. But beware that corr_XY can be huge, and that each entry is subject to a lot of noise since the number of realizations is so small.

dafeda commented 6 months ago

Want to fix #7941 first since I need a working jupyter notebook for easy debugging.

dafeda commented 6 months ago

Done