说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分布式启发算法
1)  distributed heuristic algorithm
分布式启发算法
1.
We also proposed an energy-efficient distributed heuristic algorithm to find the optimal coverage routing path.
采用计算几何与图论着色方法建立了三维空间的随机最佳覆盖数学模型,给出了一种分布式启发算法,得到了完成最佳覆盖的低能量消耗路径。
2)  heuristic placement algorithm
启发式布局算法
1.
In this paper, a heuristic placement algorithm for the two-dimensional rectangular strip packing problem, lowest-level left align best fit (LLABF) algorithm, is presented.
针对二维矩形条带装箱问题提出了一种启发式布局算法,即底部左齐择优匹配算法(lowest-level left a lignbest fit,简称LLABF)。
3)  the decomposition heuristic
分解启发式算法
4)  heuristic segmentation algorithm
启发式分割算法
1.
Analysis of features of climate change of Huabei area and the global climate change based on heuristic segmentation algorithm;
基于启发式分割算法检测华北和全球气候变化的特征
5)  Heuristic Allocation Algorithm
启发式分配算法
6)  heuristic [英][hju'rɪstɪk]  [美][hju'rɪstɪk]
启发式算法
1.
Heuristic Algorithms for Parallel Machines Earliness and Tardiness Scheduling;
并行多机提前/拖期调度的启发式算法
2.
Heuristics for Resource- Constrained of Hybrid Flow Shop Scheduling;
资源限制混合流水车间调度的启发式算法
3.
The Structure of the TSP Mining and Heuristic Design;
TSP的结构特征挖掘与启发式算法设计
补充资料:启发式算法

计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。

有时候人们会发现在某些特殊情况下,启发式算法会得到很坏的答案或效率极差,然而造成那些特殊情况的数据结构,也许永远不会在现实世界出现。因此现实世界中启发式算法很常用来解决问题。启发式算法处理许多实际问题时通常可以在合理时间内得到不错的答案。

有一类的通用启发式策略称为元启发式算法(metaheuristic),通常使用乱数搜寻技巧。他们可以应用在非常广泛的问题上,但不能保证效率。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条