说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 动态启发式排序算法
1)  dynamic heuristic ordering algorithm
动态启发式排序算法
1.
This paper overviews the achievements and develepment trends of binary decision diagrams(BDD) optimization, focusing on exact ordering algorithm and dynamic heuristic ordering algorithm, and some proposals are given to improve the BDD optimization algorithm: taking advantage of non-complete enumerating method and utilizing the strategy of stochastic process dynamic programming.
对近年来二叉判定图 (BDD)最优化算法的成果和发展趋势进行了综述和讨论 ,重点介绍精确排序算法和动态启发式排序算法
2)  dymatic sorting algorithm
动态排序算法
3)  sequential optimization heuristic algorithm
顺序优化启发式算法
4)  goal ordering heuristic
目标排序启发式
1.
Study on goal ordering heuristic based on distance;
图规划基于距离的目标排序启发式
5)  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的结构特征挖掘与启发式算法设计
6)  heuristic algorithm
启发式算法
1.
Mixing heuristic algorithm for identifying critical chain in fixed pitch propeller production;
识别定距螺旋桨生产关键链的混合启发式算法
2.
A heuristic algorithm for solving vehicle scheduling problem;
一种求车流组织优化方案的启发式算法
3.
The implementation of by heuristic algorithm based on learning-competing model;
基于学习-竞争模式的启发式算法及其应用
补充资料:启发式算法

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

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

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

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