[P3] MergeBatch 极端瘦长 case 推荐不可行:b0 选择未纳入 L0A/L0B 容量上限(8000 例中 16 例,0.2%) #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
make_plan的 b0_max 只取 min(b0_l0c, b0_ai, b_core)(branches/merge_batch.py:89-92),未纳入 L0A/L0B 容量。当 M 或 N 极小且 b0 取大因子时,合并 tile (b0M)×(b0N) 在 base_k≥16(fractal 下限)下无法驻留 L0A/L0B,生成不可行方案。例:现有条件 2b(merge_batch.py:55-62)只按 MIN_B0=2 预检,覆盖不了实际选中的 b0。生成自检已显式标注(不静默),但"推荐必可行"仍差一步。
期望:b0_max 增加 L0A/L0B 容量上限(b0 ≤ L0A/(2·m·16·dt) 与 L0B 侧同理取小);并对"胜出方案自检违规、另一候选可行"的情形在 router 增加可行回退。
【修复说明 · 乱码重写】原评论提交时编码损坏、内容不可恢复, 以下按 git 记录 / issue 正文 / 残留文本重建 (要点级, 非逐字原稿):
[P3] MergeBatch 极端瘦长 case 推荐不可行 (b0 未纳入 L0A/L0B 容量) 已修复 (commit
4bedf0a):示例 B=811/M=33/N=1/K=2459 fp32: b0=25 → 收敛为可行因子 b0=5;