1) admissibility of search algorithm
搜索算法的可采纳性
2) optimality of search algorithm
搜索算法的最优性
3) Linear search algorithm
线性搜索算法
1.
Then, we make mathematical analysis on the linear search algorithm for the BCP(bi-constraint path problem).
首先回顾了一些重要的QoS路由算法,然后对关于两约束路由问题(BCP,bi-constraintpath problem)的线性搜索算法进行了数学分析,确定了搜索因子的范围和最佳搜索因子的值。
4) search algorithm
搜索算法
1.
LPPDS:line prediction based pseudo-diamond search algorithm;
LPPDS:基于线性预测的准菱形搜索算法
2.
Cross-word search algorithm based on two-layer lexical tree for speech recognition;
语音识别中基于两层词法树的跨词搜索算法
5) searching algorithm
搜索算法
1.
Research on searching algorithm of products based on imilarity;
基于相似性的商品搜索算法研究
2.
Stator fault type analysis and searching algorithm design of a particularly giant hydraulic generator;
一种特大型水轮发电机定子故障形式分析及其搜索算法设计
3.
A searching algorithm for the distribution of simultaneous switching noise on the power/ground planes;
一种电源/地板系统中开关噪声分布搜索算法
6) search algorithms
搜索算法
1.
Performance comparison of search algorithms based on eight puzzle problem;
通过八数码问题比较搜索算法的性能
2.
The paper discusses several mainstream search algorithms,which is Alpha-Beta,Aspiration,PVS,SSS and MT-SSS,respectively.
提出了在四国军旗游戏中使用集成搜索思想,即在四国军旗智能系统中开局使用Aspiration搜索算法,中后局采用MT-SSS*算法。
补充资料:单纯性算法
单纯形法是一种迭代算法,其基本原理及主要步骤是:首先设法找到一个(初始)基可行解,然后再根据最优性理论判断这个基可行解是否最优解。若是最优解,则输出结果,计算停止;若不是最优解,则设法由当前的基可行解产生一个目标值更优的新的基可行解,再利用最优性理论对所得的新基可行解进行判断,看其是否最优解,这样就构成一个迭代算法。由于基可行解只有有限个,而每次目标值都有所改进,因而必可在有限步内终止。如果原问题确有最优解,必可在有限步内达到,且计算量大大少于穷举法;若原问题无最优解,也可根据最优性理论及时发现,停止计算,避免错误及无效运算。
是20世纪十大经典算法之一
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条