From journal-of-management-sciences-in-china-skills
Helps design and analyze solution algorithms for Journal of Management Sciences in China manuscripts, ensuring complexity analysis and convergence proofs for iterative methods.
How this skill is triggered — by the user, by Claude, or both
Slash command
/journal-of-management-sciences-in-china-skills:jmsc-algorithmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 模型有了,但求解方法只是"调用求解器/跑得快"
本刊看的是算法贡献的可分析性:"跑得快"不算分析。要么给复杂度(精确/近似算法),要么给收敛性(迭代算法),要么给界/近似比(启发式),三者至少其一并配数值验证。
| 算法类型 | 必须回答 |
|---|---|
| 精确算法(DP/B&B/列生成) | 时间/空间复杂度;状态空间规模;是否多项式 |
| 分解算法(Benders/Lagrangian/ADMM) | 子问题可解性;收敛到何点(最优/KKT);收敛速率 |
| 迭代算法(梯度/不动点/拍卖) | 收敛性证明;步长条件;线性/次线性速率 |
| 启发式/近似 | 近似比 ρ 或最坏情形界;与下界的 gap |
| 元启发式(GA/SA/PSO) | 参数设定依据;与精确解/界对比(不能只给"更好") |
《管理科学学报》对算法贡献的核查围绕"可分析性":硬度是否定位、复杂度/收敛/界是否至少给其一、数值是否回证理论界。下表对齐本刊高频退稿语与修法:
| 退稿信号 | 根因 | 本刊期望的修法 |
|---|---|---|
| "算法只是工程实现" | 把调求解器/调包当贡献 | 给出针对模型结构的分解或精确算法,并证其性质 |
| "无复杂度分析" | 只报运行秒数 | 以 O(·) 写时间/空间,明确输入规模定义 |
| "收敛性未证" | 迭代法只给收敛图 | 证明收敛到何点、何条件、何速率,图仅作佐证 |
| "启发式解质量无保证" | 只比基准百分比 | 给近似比 ρ 或与下界/松弛解的 gap |
| "硬度未定位就上启发式" | 跳过复杂性归约 | 先给 NP-hard 归约或引用,再论证启发式的正当性 |
锚点:本刊已刊优化类论文常以"问题硬度 → 算法框架(伪代码)→ 复杂度/收敛定理 → 数值回证界"组织算法节;分解算法须说明子问题每次迭代可解。具体体例以编辑部最新稿约为准。
虚构稿件《急诊科医护协同排班的列生成算法》。按算法决策规则走一遍(示意数字仅作演示):
审稿人若追问"为何不直接用商业求解器跑 MIP",回应应锚到可扩展性:n=30、T=14 时直接 MIP 1 小时内不收敛到 3% gap,列生成 6 分钟达到,体现算法贡献而非调包。
【算法类型】精确 / 分解 / 迭代 / 启发式 / 元启发式
【伪代码】有 / 无(输入/输出/终止条件齐?)
【复杂度】时间 O(…),空间 O(…),输入规模=<…>
【收敛性】到<点>,条件<…>,速率<…> / 不适用
【解质量】近似比 ρ=… / gap=… / 仅经验对比(弱)
【硬度】NP-hard? 是/否 → 启发式理由
【下一步】jmsc-numerical-experiments
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin journal-of-management-sciences-in-china-skillsDevelops rigorous algorithm formulations, correctness proofs, and complexity analysis for IJOC manuscripts. Activates when theoretical guarantees are needed before experiments.
Selects proof techniques, algorithm machinery, or simulation protocols for rigorous OR manuscripts. Invoked after model development to establish optimality, convergence, or statistical guarantees.
Routes manuscript preparation for 《管理科学学报》 by deciding which jmsc-* sub-skill to invoke next, from problem formulation to rebuttal.