分支定界英文解释翻译、分支定界的近义词、反义词、例句
英语翻译:
【计】 branch-and-bound
分词翻译:
分支的英语翻译:
branch; filiation; fork; offshoot
【计】 branch
【化】 bifurcation; branch; branching
【医】 branching; ramification; ramify
【经】 sub-branch
定界的英语翻译:
【计】 delimit
【医】 definition; delimitation
网络扩展解释
分支定界
分支定界(fēn zhī dìng jiè)是一种算法思想,是解决最优化问题常用的一种方法。该算法通过逐步分割问题的解空间,缩小问题的规模,找到最优解。以下是该术语的英文翻译、读音、用法、例句、近义词、反义词以及常用度相关信息。
英文翻译
Branch and bound
英文读音
/bræntʃ ənd baʊnd/
英文用法
Branch and bound is a method for solving optimization problems by dividing the solution space into smaller segments and searching for the optimal solution.
英文例句
Example 1: The branch and bound algorithm is commonly used in linear programming to find the optimal solution.
(例子1:分支定界算法常用于线性规划,以求得最优解。)
Example 2: By using branch and bound, we can greatly reduce the computation time required to solve large optimization problems.
(例子2:通过使用分支定界技术,我们可以大大减少求解大型最优化问题所需的计算时间。)
英文近义词
Enumeration,Backtracking
(枚举法,回溯法)
英文反义词
Random search
(随机搜索)
英文单词常用度
Branch and bound是一个相对专业的术语,平时不太常用。在学术界和相关行业中使用频率较高。