From 084c4d9f8e3dfb05a2dc88684f66673c41db0730 Mon Sep 17 00:00:00 2001 From: xxm Date: Sun, 16 Aug 2026 17:42:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20B=E7=BB=84=E6=8C=96=E6=8E=98=E6=94=BE?= =?UTF-8?q?=E5=AE=BD=E5=8D=95=E6=9D=A1=E4=BB=B6=E9=97=A8=E6=A7=9B(0.5pp?= =?UTF-8?q?=E8=BF=9B=E6=B1=A0)+4-6=E5=9B=A0=E5=AD=90=E5=8F=A0=E5=8A=A0?= =?UTF-8?q?=E7=BB=84=E5=90=88=E2=80=94=E2=80=94=E5=A4=9A=E5=9B=A0=E5=AD=90?= =?UTF-8?q?=E6=89=8D=E6=9C=89=E5=A4=A7=E6=B6=A8=E7=8E=87=E6=8F=90=E5=8D=87?= =?UTF-8?q?(=E5=8D=95=E5=9B=A0=E5=AD=90=E4=BB=851.8pp)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- evolution/b_group_miner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolution/b_group_miner.py b/evolution/b_group_miner.py index 80ba1a84..4d76192a 100644 --- a/evolution/b_group_miner.py +++ b/evolution/b_group_miner.py @@ -164,7 +164,7 @@ def mine(market="a", regimes=None): "avg60": avg, "excess_pp": extra, "sim_trades": tn, "sim_win_rate": round(twr, 1), "sim_avg_pnl": round(tavg, 2), "sim_tp": tp, "sim_sl": sl, "sim_maxh": mh, - "hypothesis": f"[{rg}] 由果及因: {list(cond.keys())} → 大涨率{rate}%(基线+{extra}pp)", + "hypothesis": f"[{rg}] 由果及因{nf}因子: {list(cond.keys())} → 大涨率{rate}%(基线+{extra}pp)", } out["candidates"].append(cand) print(f" [{rg}] {list(cond.keys())} ✅大涨率{rate}% 模拟胜率{twr:.0f}%/均{tavg:.2f}%", flush=True)