equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Mitchell speed up #388

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

This PR implements a significant speed-up for the Mitchel's Best Candidate algorithm by not drawing new random samples after each node added. This requires that one always has many more candidates than nodes to be added. I twill also slightly reduce the "evenly spaced" result of the sample - but we're not really after that anyways?


Contributor checklist

wouterjdb commented 3 years ago

Included in #380.