分支限界法 meaning in Chinese
branch and bound method
branch bounding method
Examples
- A great significance of this article is that it changes the branch and bound algorithm and backtracking algorithm into application examples of the generic search algorithm of optimal problems advanced in this article
本文的一个重要意义是将回溯法和分支限界法这两个传统的算法策略转变为本文所提出的通用搜索算法的应用例子。 - Searching of the state space is always being one of the usual ways for solving the optimal problems . the traditional ways of finding solutions only have backtracking , branch - and - bound and implicit graphs search as their theoretical introduction
状态空间搜索是解决优化问题的常用方法之一,传统的状态空间搜索求解技术有回溯法和分支限界法以及隐式图搜索这些算法策略作为理论指导。