flownet
flownet copied to clipboard
Automatic stopping of HM
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.
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.