Files
MoFin/archive/20260815-evolution-rewrite/README.md
T

11 lines
538 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-08-15 进化模块重写
## auto_iterator.py 已退役
- 病状:参数空间(max_hold_days/reentry_days/sl_atr)是旧家族参数,与当前温区策略脱节
- 取代:evolution/evolution_engine.py(数据驱动变体生成,从实际config出发±20%单变量)
- 归档日期:2026-08-15
## 新架构
- evolution/evolution_engine.py — 退化检测+变体生成+回测验证+推送(每周六22:00 cron
- evolution/lesson_extractor.py — 实盘平仓教训提取(重写,替代读回测trades的旧版)