feat: add TelecomBackup benchmark — power-backup scheduling for telecom sites (PowerSystems) - #105
Open
zzy2007zzy2007 wants to merge 1 commit into
Open
Conversation
🤖 AI Code Review (gemini-3-flash-preview)🇬🇧 English Analysis1. Executive Summary
2. AI Content Analysis
3. Engineering & Economic Assessment
4. Quality Assurance
5. Security & Privacy Check
🇨🇳 中文分析1. 摘要
2. AI 成分分析
3. 工程与经济评估
4. 质量保证
5. 安全与隐私检查
|
…om sites (PowerSystems) Time-sequenced on/off scheduling of telecom backup power supplies to maximize outage backup time while keeping LTE coverage >= 80%. Includes 8 fixed instances plus runtime generation (TELECOM_EVAL_GENERATE_SEED), a multi-rest rotation reference heuristic, cross-size determinism probes, and dockerized verification. Co-Authored-By: deepseek-v4-flash <deepseek-ai@claude-code-best.win>
zzy2007zzy2007
force-pushed
the
feat/PowerSystems/TelecomBackup
branch
from
August 19, 2026 16:24
7975f28 to
843389d
Compare
🤖 AI Code Review (gemini-3-flash-preview)🇬🇧 English Analysis1. Executive Summary
2. AI Content Analysis
3. Engineering & Economic Assessment
4. Quality Assurance
5. Security & Privacy Check
🇨🇳 中文分析1. 摘要
2. AI 成分分析
3. 工程与经济评估
4. Quality Assurance
5. 安全与隐私检查
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
这个基准聚焦电信基础设施的停电备电调度:区域内基站由电池供电,停电时需要在"任意时刻 LTE 良好覆盖栅格比例 ≥ 80%"的约束下,为每个电源制定时序开关策略,最大化区域总备电时长。
任务内容
p_silent=0.05 / p_work_base=3.0 / p_work_coef=3.0),生成器保证"错峰调度 ≥ 全程开启×25%"的每实例可复现 headroom(实测 +28%~+119%,平均 +54%)verification/ref_solver.py(多路休息轮换,271.2 分钟,+54%)验证方法
Agent 实测(deepseek-v4-flash,3 轮/框架,全部由保存程序直跑验证):
泛化证据(固定 8 + 生成 8,seed=42):openevolve 410.9 / ShinkaEvolve 319.4 / AB-MCTS 280.3——agent 的解可泛化到未见过的生成实例。完整 run ID 见
baseline/result_log.txt。Docker 隔离:纯标准库评测,最小镜像即可;Linux/WSL 实测通过(
task.runtime.isolation_mode=docker)。评测完整性
evaluate.py/simulator.py/validator.py/data/instances),参考求解器与生成器不进沙箱且被静态检查禁止引用FRONTIER_*/TELECOM_EVAL_*环境变量剥离TELECOM_EVAL_GENERATE_SEED(评测时现场生成未见实例),威胁模型已在 README 如实说明simulator.py有意作为白盒计分器开放给候选使用(constraints 允许)备注
frontier_eval/algorithms/shinkaevolve)与 vendored ShinkaEvolve 的版本对齐属于框架环境问题,与基准无关