summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-29 18:57:38 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-29 18:57:38 -0500
commit8b2159a541ae36b2f1f8644c2864afbd1324acdf (patch)
tree4bbbe438568d8a2aa79e067046c4ffba3447f432 /README.md
parentf798b2069f7fdf0e288a6195fa193ecf50986c3f (diff)
Render negative deltas as no-gain cellsHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 511e4a7..839adc5 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,9 @@ python3 scripts/render_delta_table.py \
--out analysis/fixed_rrog_delta_matrix.png
```
+Negative raw deltas are rendered as `-`: the deployable system can fall back to
+the matching classic one-step GNN, so those cells mean no confirmed RRoG gain.
+
Render the ZINC-only row:
```bash