方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 确定性整数规划× | 动态规划× | |
|---|---|---|
| 领域≠ | 仿真 | 优化 |
| 方法族 | Process / pipeline | Process / pipeline |
| 起源年份≠ | 1958 | 1957 |
| 提出者≠ | Ralph E. Gomory | Richard Bellman |
| 类型≠ | Exact combinatorial optimization | Exact combinatorial optimization via recursive decomposition |
| 开创性文献≠ | Gomory, R. E. (1958). Outline of an algorithm for integer solutions to linear programs. Bulletin of the American Mathematical Society, 64(5), 275-278. DOI ↗ | Bellman, R. (1957). Dynamic Programming. Princeton University Press. ISBN: 978-0-691-07951-6 |
| 别名 | DIP, Integer Programming, IP, Integer Linear Programming | DP, Bellman's Principle of Optimality, Recursive Optimization, Dinamik Programlama |
| 相关≠ | 5 | 3 |
| 摘要≠ | Deterministic Integer Programming (DIP) is a mathematical optimization approach that finds the best solution to problems where some or all decision variables must take integer values, given fully known (deterministic) objective and constraint data. It is the classical, non-stochastic form of integer programming, foundational to operations research and combinatorial optimization since the late 1950s. | Dynamic Programming (DP) is an exact optimization technique introduced by Richard Bellman in 1957 for solving multi-stage decision problems. It decomposes a complex problem into simpler, overlapping subproblems, solves each subproblem once, and stores the results to avoid redundant computation. Grounded in the Principle of Optimality, DP guarantees globally optimal solutions whenever the problem exhibits overlapping subproblems and optimal substructure. |
| ScholarGate数据集 ↗ |
|
|