跳到内容
DispatchAtlas
搜索

求解器推荐器

推荐器从基准条件、声明的能力、规模、目标类型、预算假设与证据层对求解器进行排名。设置 下方的六个选择轴;排名在浏览器中根据构建时内联的求解器元数据计算,并解释每一项契合。 它从不声称某个求解器在全局上最佳。

Recommendations rank solvers from declared capabilities and benchmark characterization; the recommender never asserts a globally best solver.

8 solvers ranked by declared fit; never a globally best claim.

  1. adpso · metaheuristic family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

    Caveat: success-rate feedback is noisy on small swarms

  2. age-moea-ii · metaheuristic family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

    Caveat: geometry estimate is noisy on tiny first fronts

  3. ant-colony · metaheuristic family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

  4. apparent-tardiness-cost · dispatching family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

  5. arithmetic-optimization · metaheuristic family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

    Caveat: every member is regenerated around the best vector each iteration, so the returned order is the best observed rather than a monotone incumbent

  6. artificial-bee-colony · metaheuristic family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

    Caveat: the per-component neighbor move explores slowly on long priority vectors, so many iterations may be needed at large task counts

  7. artificial-fish-swarm · metaheuristic family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

    Caveat: each behaviour re-scores candidate positions, so an iteration costs several schedule evaluations per member

  8. beam-search · constructive family · source: metadata · confidence: metadata-only

    Fit: matches the current selection on declared capabilities.

Recommendation source: metadata, learned-model. Confidence is capped at metadata-only — a metadata recommendation is never reported as a learned-model one, and no solver is asserted as globally best.

置信度标签

标签含义
metadata-only推荐仅基于声明的能力。
smoke-backed一次小型确定性运行支撑该接口路径。
pilot-backed试点活动证据已通过评审。
evidence-grade完整活动证据已通过统计与证据层关卡。

当前的推荐器包为 metadata-only

推荐来源

每条推荐都声明其来源,因此元数据推荐绝不会被误认为学习模型推荐:

来源依据它可携带的置信度
metadata仅依据声明的求解器能力与基准特征化;无学习模型。metadata-only
learned-model在过去最佳求解器结果的有标注语料上训练的监督模型。在无泄漏的留出评估将其提升至 pilot-backed 或 evidence-grade 之前为 metadata-only

learned-model 推荐在按下方无泄漏协议测得留出泛化之前保持为 metadata-only;它从不 从训练集拟合借取置信度。

选择特征

选择器针对一组固定的基准特征化特征进行排名。每个特征命名其读取的特征化指标:

特征来源指标
difficulty聚合难度评分(争用、过载、依赖深度、求解器敏感性)
heterogeneity资源类型异质性
objective_conflict目标冲突指标
uncertainty不确定性指标
dynamism释放跨度动态性指标
solver_sensitivity求解器敏感性指标

无泄漏交叉验证

监督选择器报告留出泛化,绝不报告训练拟合。有标注语料被划分,使得任何实例、任何基准族、 任何特征化记录都不会同时出现在训练分区与测试分区中;选择器在其余族上训练,并在留出族 上评分。有标注语料源自比较性活动,因此在这些活动提供标注之前,选择器显式报告该延迟, 而非声称未经验证的性能。

学习与混合接口

推荐器提供七个具名的学习与混合接口。两个在此实现——监督算法选择与仅基准基线——另外 五个(代理辅助搜索、强化学习钩子、超启发式、策略引导修复,以及学习初始化)注册为 具名接口,其实现取决于产生训练数据的活动。重型后端为可选 extra;当某个 extra 缺失时, 接口回退到其确定性默认值,而非默认导入任何东西。接口目录、其证据策略,以及推荐来源 分类法,包含在求解器能力包中。