PEST-GLM versus PEST-HP #297
sjepsen395
started this conversation in
General
Replies: 1 comment 3 replies
-
I would def use pest_hp for deterministic regularized parameter estimation - its much more battle hardened, especially for the regularization solve. There are still the pest utilities to setup and implement the svd assist stuff if you want to use that. How many parameters do you have? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
We are trying two algorithms to calibrate our model, the Iterative Ensemble Smoother (IES) in PEST++ and the Gauss-Levenberg-Marquardt (GLM) approach. For the GLM approach, would you generally recommend using PEST-GLM or PEST-HP? PEST-GLM seems to have more dynamic options for SVD assist whereas maybe PEST-HP is further along in its development? Just guessing. I think I read in another discussion that PEST-HP was the recommended option. We may want to use SVD assist because each model run takes about 10 minutes and not sure what the budget is for cloud computing.
Thanks,
Steve
Beta Was this translation helpful? Give feedback.
All reactions