Skip to content

Commit

Permalink
Markov order 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunde1 committed May 21, 2024
1 parent 6b4ada5 commit c263baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ert/analysis/_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,11 +564,11 @@ def adaptive_localization_progress_callback(
Prec_u_sub = gspme.prec_sparse(
X_scaled,
Z,
markov_order=1,
markov_order=2,
cov_shrinkage=True,
symmetrization=True,
shrinkage_target=2,
inflation_factor=10.0,
inflation_factor=np.log(graph_u_sub.number_of_edges()),
)

# Add to block-diagonal full precision
Expand All @@ -591,7 +591,7 @@ def adaptive_localization_progress_callback(
)

update_indices = gtmap.get_update_indices(
neighbor_propagation_order=10, verbose_level=1
neighbor_propagation_order=6, verbose_level=1
)

# Call transport? might have to do some coding here
Expand Down

0 comments on commit c263baf

Please sign in to comment.