说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 负载均衡启发式优化算法
1)  Load Balancing Heuristic Optimization Algorithm(LBHOA)
负载均衡启发式优化算法
2)  heuristic optimization algorithm
启发式优化算法
1.
A new heuristic optimization algorithm for solving the problem was presented.
提出了解决这类问题的新的启发式优化算法。
2.
As an important heuristic optimization algorithm, genetic algorithm (GA) has been widely applied in computer aided drug design (CADD).
作为一种重要的启发式优化算法 ,遗传算法在计算机辅助药物分子设计中得到了广泛的应用。
3)  load balance algorithm
负载均衡算法
1.
A content-skewness-based load balance algorithm was developed to distribute I/O jobs among the heterogeneous nodes.
为了通过内容分配达到负载均衡的目的,对流媒体用户的行为特征进行了分析,并根据用户在点播中对不同片源和片源内部各区段的行为规律,提出访问强度的概念,用来表示与分片相关I/O操作的处理频度,基于此定义给出了一种基于内容分片的负载均衡算法。
4)  load balancing algorithm
负载均衡算法
1.
Research of Load Balancing Algorithm Based on Parallel Computing;
基于并行计算负载均衡算法的研究
2.
This article instructs three methods to improve the load balancing algorithm based on the different methods of the VOD and the storage character of the video files scheduling:the mathematical model of the weighted least-connection arithmetic,node load ranking arithmetic for the digital video sever and thearithmetic for the video files playing information.
文章针对VOD视频服务中不同的点播方式和视频文件存储调度的特点等问题,改进了三种负载均衡算法———加权最少连接算法、视频服务节点负载排名算法以及视频文件播放信息算法。
5)  load-balancing algorithm
负载均衡算法
1.
This paper summarizes three problems faced by the load balance,classifies the load-balancing technologies according to the different implementation layers,and starting from the viewpoint of the application range and working principle,analyzes and compares emphatically eight basic load-balancing algorithms,and looks forward to the future development trend of the load-balancing algorithm.
概述了负载均衡面临的三大问题,根据实现层次不同,对负载均衡技术进行了分类,从应用范围、运行原理的角度出发,重点分析并比较了8种基本的负载均衡算法,对负载均衡技术的未来发展趋势进行了展望。
2.
Based on the system feature of softswitch-based heterogeneous clustered media server,this paper proposed a limited resource vector load-balancing algorithm and also provided its software implementation method.
在研究基于软交换的集群媒体服务器的系统特征的基础上,提出了1种LRV(limited resource vector)负载均衡算法并提供了算法的软件实现方法,该算法考虑了异构系统中资源的协调使用并有效防止了系统性能的剧烈变化。
3.
Based on the system feature of softswitch-based heterogeneous clustered media server,this paper proposed a limited resource vector load-balancing algorithm.
针对基于软交换的集群媒体服务器的系统特征,本文提出了一种LRV(Limited Resource Vector)负载均衡算法,该算法考虑了系统中资源的协调使用并有效防止了系统性能的剧烈变化。
6)  DWR load balancing algorithm
DWR负载均衡算法
补充资料:启发式算法

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

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

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

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