Skip to content

Commit

Permalink
converge faster
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Mar 1, 2022
1 parent f132371 commit 7cbad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/perfect_convective_adjustment_calibration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ calibration = InverseProblem(observations, ensemble_simulation, free_parameters)
# algorithm refer to
# [EnsembleKalmanProcesses.jl documentation](https://clima.github.io/EnsembleKalmanProcesses.jl/stable/ensemble_kalman_inversion/).

eki = EnsembleKalmanInversion(calibration; noise_covariance = 1e-2)
eki = EnsembleKalmanInversion(calibration; convergence_rate = 0.5)

# and perform few iterations to see if we can converge to the true parameter values.

Expand Down

0 comments on commit 7cbad1e

Please sign in to comment.