说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 插入启发式算法
1)  Insertion heuristic algorithm
插入启发式算法
1.
Insertion heuristic algorithm is proposed to solve this sort of complex PDPTW problem and some techniques are introduced to improve the quality of solution.
讨论了多车库、多货物类型且有最大工作时间约束的复杂有时间窗装卸货问题(PDPTW),给出了解决此类问题的插入启发式算法、对复杂条件的特殊处理方法以及提高解的质量的处理技巧。
2)  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的结构特征挖掘与启发式算法设计
3)  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;
基于学习-竞争模式的启发式算法及其应用
4)  heuristics [英][hju'rɪstɪks]  [美][hju'rɪstɪks]
启发式算法
1.
A Feasibility Procedure for Unidirectional Forward-Pass Heuristics for Multi-Item Single-Level Capacitated Lot-Sizing Problems;
多产品单层能力受限批量问题的前向启发式算法的可行性过程(英文)
2.
Efficient heuristics for vehicle routing problems with time-dependent travel times
时相关旅行时间车辆路径高效启发式算法
3.
A mathematic model of the rolling batch heuristics is established in this paper,and an improved two phase heuristics is proposed for the problem.
本文建立了一种轧制批量计划问题的数学模型 ,提出一种改进的两阶段启发式算法 ,并对其求解 。
5)  heuristic algorithms
启发式算法
1.
Research on Heuristic Algorithms for the Two-dimensional Packing Problem;
二维装箱问题的启发式算法研究
2.
Two heuristic algorithms is adopted to determine the one-stage static optimal planning and multi-stage optimal planning results of the ARCEs on the low voltage side of distribution transformers.
以投资收益最高为目标函数,运用两种启发式算法(即最大降损效果法和改进灵敏度法),获得考虑负荷变化情况下配电网低压侧无功补偿装置的单阶段静态和多阶段动态最优规划结果。
3.
The principle of modern heuristic algorithms using on the motor design is introduced and compared,and the trend of development which should proceed in the field of motor design is analyzed.
介绍了现今应用于电机优化设计中启发式算法的类型和原理,比较其优缺点,并对启发式算法在电机应用中的现状和趋势进行分析。
6)  heuristic A algorithm
启发式A算法
1.
A reactive fault-tolerant integrated QoS unicast routing scheme is thus proposed on the basis of heuristic A algorithm to seek for proper routing with wavelength assignment simultaneously.
采用反应式容错策略,基于启发式A算法,设计了一种一体化容错QoS单播路由机制,在寻找路由的同时进行波长分配。
补充资料:启发式算法

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

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

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

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