From 76df34ed79d62d43a2413cec2d2adb5d4988740a Mon Sep 17 00:00:00 2001 From: BattleTag Date: Tue, 12 May 2026 17:14:23 +0800 Subject: [PATCH] docs: add TODO marker for adaptive edge weights Note that the hard-coded HYPOTHESIS_EDGE_WEIGHTS table is a temporary choice; an adaptive scheme should be explored once the full pipeline is stable. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a165bf..30c8538 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ main.py 入口:配置加载、镜像选择、断连 | `Entity` | `ent-*` | 人、程序、主机、IP 等可复现的实体 | Phenomenon → Hypothesis 的边类型与权重写死在 `HYPOTHESIS_EDGE_WEIGHTS`: +# TODO +当前流程跑通以后,寻找自适应方案 | 边类型 | 权重 | 语义 | |---|---:|---|