Lagrangian Core Skill — v0.3.0
能力边界
支持: 凸QP | 光滑NLP | 非凸NLP(multi-start) | 分布式ADMM 不支持: Safe RL | 多目标 | 贝叶斯混合
方法路由
convex_qp/smooth_nlp → standard_solver
non_convex → ALM(n_starts=5, uniform_random)
distributed → ADMM
Step 3 — 稀疏JSON通道
{"step":3,"type":"augmented_lagrangian",
"formula":"L_ρ=f(x)+Σλ·h(x)+Σμ·g(x)+ρ/2·||h||²",
"multipliers":{"lambda":[0.0],"mu":[0.0]},
"penalty":{"rho_init":1.0,"update_rule":"×1.5 if ||h||>tol"}}
Step 4 —
[Description truncada. Veja o README completo no GitHub.]