混合启发式算法,hybrid heuristic algorithm
1)hybrid heuristic algorithm混合启发式算法
1.Application of hybrid heuristic algorithm in the scheduling of vehicle混合启发式算法在汽车调度中的应用
2.In order to solve practical large scale capacitated LRP,a two-phase hybrid heuristic algorithm based on taboo search and double population ant colony search approach was proposed.为有效求解实际大规模的具有设施容量约束和车辆容量约束的LRP问题,设计了基于禁忌搜索及双种群蚁群算法的两阶段混合启发式算法
英文短句/例句

1.Application of hybrid heuristic algorithm in the scheduling of vehicle混合启发式算法在汽车调度中的应用
2.A Heuristic Algorithm for Hybrid Flow Shop's Master Scheduling混合流程型企业主生产计划的启发式算法
3.A NEURAL NETWORK AND HEURISTICS HYBRID STRATEGY FOR JOB SHOP SCHEDULING PROBLEM;神经网络和启发式算法混合策略解Job-shop调度问题
4.Study on Hybrid Genetic Heuristic Algorithm for Vehicle Routing Problem with Backhauls一体化集货和配送车辆路径问题的混合遗传启发式算法
5.Research on Portfolio Selection Models and Heristic Algorithms;投资组合选择模型及启发式算法研究
6.A Heuristic Method for Multi-Model Stochastic Assembly Line Balancing;随机混合装配线的启发式平衡设计方法
7.Practical Heuristics and its Improvement of Reasonable Freight Assembly;货物合理拼装的实用启发式算法及其改进
8.Study on Combinatorial Optimization Heuristics Algorithm and Model Building of Multi-depot Location Routing Problem with Pickups and DeliveriesMDLRPPD模型构建及其启发式组合优化算法研究
9.The Study and Implementation of Heuristic Algorithm for Services Composition启发式算法在服务组合中的研究与实现
10.Heuristic method for Job Shop scheduling problem with combination processing in mould and die enterprise考虑组合加工的模具企业Job Shop调度启发式算法
11.Heuristic fast-matching algorithm for synthesis of quantum reversible logic circuits量子可逆电路综合的启发式快速匹配算法
12.Heuristic Methods for Computing the Minimal Multi-homogenous Bézout Number;计算最小m—齐次Bézout数的启发式算法
13.It belongs to heuristic optimization methods.该算法是一种启发式的搜索寻优方法。
14.A Hybrid Algorithm for QoS Information Aggregation based on Six-tuple Array基于六元组的混合式QoS信息聚合算法
15.A Heuristic Combinatorial Neighborhood Algorithm for the Job Shop Scheduling Problem一种求解Job shop调度问题的启发式组合邻域交换算法
16.STACKING SEQUENCE OPTIMIZATION OF COMPOSITE LAMINATE BASED ON ADAPTIVE GENETIC ALGORITHM AND DESIGN HEURISTICS基于启发式知识和自适用遗传算法的复合材料铺层优化设计
17.A new QoS routing algorithm based on heuristic colony optimization algorithm新的基于启发式蚁群算法的QoS路由算法
18.A HEURISTIC ALGORITHM TO SOLVE THE TIME TABLING PROBLEM解“时间表问题”(TTP)的启发式算法
相关短句/例句

two-phase algrithum两阶段混合启发式算法
1.And developed a two-phase algrithum to optimize the vechical route problem.提出了基于多线程Dijkstra算法及多种群蚁群算法的两阶段混合启发式算法,用于解决电子商务中的车辆路径优化问题。
3)Hybrid metaheuristic algorithm混合元启发式算法
4)Hybrid genetic heuristic algorithm混合遗传启发式算法
1.Hybrid genetic heuristic algorithm is used to get the optimization solution.为满足电子商务客户多样化和个性化的需求,建立了多车场、多车型的装卸混合车辆调度模型,并使用混合遗传启发式算法求解。
2.According to the characteristics of model,hybrid genetic heuristic algorithm is used to get the optimization solution.针对模型特点,采用混合遗传启发式算法求解。
5)hybrid meta-heuristic混合元启发算法
6)DWC-OVWP综合启发式算法
延伸阅读

启发式算法计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。有时候人们会发现在某些特殊情况下,启发式算法会得到很坏的答案或效率极差,然而造成那些特殊情况的数据结构,也许永远不会在现实世界出现。因此现实世界中启发式算法很常用来解决问题。启发式算法处理许多实际问题时通常可以在合理时间内得到不错的答案。有一类的通用启发式策略称为元启发式算法(metaheuristic),通常使用乱数搜寻技巧。他们可以应用在非常广泛的问题上,但不能保证效率。