flownet icon indicating copy to clipboard operation
flownet copied to clipboard

Automatic stopping of HM

Open anders-kiaer opened this issue 5 years ago • 1 comments

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 avatar Mar 26 '20 06:03 anders-kiaer

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.

olwijn avatar Apr 17 '20 07:04 olwijn