feat: add case demo module and streamline Model assets

This commit is contained in:
2026-04-07 01:25:46 +08:00
parent a22bb42bd4
commit 57ba7b5fee
18 changed files with 3569 additions and 43 deletions
+16
View File
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0] - 2026-04-07
### Added
- ✨ 新增“算例演示(Case Demo)”标签页,位于根轨迹与智能问答之间
- ✨ 新增 `case_demo_functions.py`,支持参数化工况运行完整混动模型
- ✨ 新增图文输出:转速响应、功率分配、电气状态、关键时刻数据表
- ✨ 新增算例结果自动解读(最大转速误差、SOC变化、平均功率、平均燃油流量)
### Changed
- 🔧 `Model/src/series_hybrid_sim.py` 改为按 Model 目录定位 GPR 数据与权重
- 🔧 `requirements.txt` 固定关键依赖版本并加入 PyTorch CPU 下载源
- 🔧 文档更新:README 与 GUIDANCE 同步为“五大功能”结构与最新运行方式
### Removed
- 🧹 精简 `Model` 目录:移除 `scripts/``EngineData.xlsx``.git/``.claude/``README.md``LICENSE``environment.yml``figures/``.gitignore`
## [1.0.0] - 2025-10-15
### Added