-
Notifications
You must be signed in to change notification settings - Fork 113
Add Ensemble Information Filter runmodel #10466
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
Conversation
ef5affc
to
1d672f6
Compare
CodSpeed Performance ReportMerging #10466 will not alter performanceComparing Summary
Benchmarks breakdown
|
3dd0800
to
219cd74
Compare
Har sett gjennom Lasting av data: Vi må også filtrere ut responsar/observasjonar med NaN. Eg er ganske sikker på at dette blir gjort som preprosessering av data for dei andre oppdaterings algoritmene. |
src/ert/analysis/_es_update.py
Outdated
|
||
graph_u_sub = config_node.load_parameter_graph() | ||
|
||
# This will work for dim(X_scaled) on order O(n^5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will likely add fit_precision_cholesky_approximate()
to graphite-maps
. This should scale better, also O(n^6 or n^7)
8b942bb
to
da40329
Compare
a59a7c5
to
635c577
Compare
e5d416b
to
2134a14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Remember to squash the fixups
c5ae8bc
to
ade1c3e
Compare
Co-authored-by: Blunde1 <[email protected]>
Add Ensemble Information filter runmodel to ERT
Issue
Resolves #10455, #10456, #10457, #10458, #10459