no message

This commit is contained in:
Cricial
2025-12-13 12:56:14 +08:00
parent 0e52fcb34b
commit 03ac80715f
2 changed files with 3 additions and 7 deletions

View File

@@ -15,12 +15,10 @@
├── controller_db.py # 数据库控制器(需补充)
├── my_model.py # ABM模型实现需补充
├── orm.py # 数据库ORM配置需补充
── GA_Agent_0925/ # 遗传算法相关模块
├── creating.py # 工具箱创建
├── orm.py # 数据库配置
│ └── SQL_analysis_risk_ga.sql # 分析SQL脚本
── creating.py # 工具箱创建
── orm.py # 数据库配置
── SQL_analysis_risk_ga.sql # 分析SQL脚本
├── results/ # 结果输出目录(自动创建)
└── requirements.txt # 依赖包列表(需补充)
```
## 功能特性