Skip to content
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

Automatic stopping of HM #13

Open
anders-kiaer opened this issue Mar 26, 2020 · 1 comment
Open

Automatic stopping of HM #13

anders-kiaer opened this issue Mar 26, 2020 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@anders-kiaer
Copy link
Collaborator

anders-kiaer commented Mar 26, 2020

Moved from the previous repository (author @wouterjdb ):

It's hard to guess from the start how many iterations you need. After we a metric describing the training and validation phases, we should be able to create an automatic stopping algorithm:

Continue the history matching iterations as long as both the training and validation metrics show improvements. The moment that the validation metric performs worse than in the previous iterations (over fitting) one should stop.

@anders-kiaer anders-kiaer added this to To do in FlowNet via automation Mar 26, 2020
@wouterjdb wouterjdb added the enhancement New feature or request label Mar 27, 2020
@olwijn
Copy link
Collaborator

olwijn commented Apr 17, 2020

There is a version of ES-MDA which does not require specifying the number of iterations a priori, but this scheme may not yet be available in ERT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
FlowNet
  
Backlog 📝
Development

No branches or pull requests

3 participants