Skip to content

PD Gap Detection

nikitin-pro edited this page Jun 20, 2026 · 1 revision

Gap Detection

The gap detection module identifies "blind spots" — regions of the design space where model coverage is insufficient.

  1. The final validity scores are converted to a binary coverage map: $v_{i,k}\ge0.2$ → covered.
  2. A decision tree classifier is trained to partition the design space into regions of high vs. low coverage.
  3. The tree is traversed to extract interpretable rules describing each blind spot region.
  4. Coverage statistics are reported: what fraction of the design space is covered at each validity threshold.
Gap detection routine Gap detection routine

Clone this wiki locally