Description: 包括Pheromones Algorythm、Memory Algorythm和Hill Climbing Algorythm I,II,III在内的多个人工智能算法的实现-including Pheromones Algorythm, Memory Algorythm and Hill Climbing Algorythm I, II, III from the number of artificial intelligence algorithms to achieve Platform: |
Size: 117760 |
Author:冯枫 |
Hits:
Description: 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、
最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述;
根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill Climbing), the best priority (Best first) and the A* search algorithm analysis, requirements : This is the description of several algorithms; According SearchDemonstration procedures given in the examples are given of the algorithm implementation process Platform: |
Size: 1748992 |
Author:yao |
Hits:
Description: 爬山算法 可以解决许多函数优化方面的问题,可以与其他算法,如蚂蚁算法,粒子群算法等融合使用,有其一定的研究意义-Climbing algorithm can solve many function optimization problems, with other algorithms, such as ant algorithms, particle swarm optimization, such as integration of use, has its research significance Platform: |
Size: 3072 |
Author:mawei |
Hits:
Description: 利用登山算法实现图像分割。算法适用于中心灰度较大,而向邻域逐渐递减的区域分割,如微钙化点图像。根据当前窗口手动设定的局部点,寻找局部灰度极大值点,找到16个角度下的种子点。然后以这16个点为种子点进行区域增长,约束条件为相应的灰度约束和空间约束。-Climbing algorithm using image segmentation. Algorithm applied to a larger central gray, and gradually descending to the neighborhood of the region segmentation, such as micro-calcifications image. Based on the current window to manually configure the local point, looking for gray-scale local maxima, found under the perspective of 16 seed points. Then 16 points this seed point for regional growth, constraints for the corresponding gray-bound and space bound. Platform: |
Size: 93184 |
Author:fly_sea |
Hits:
Description: 包括测试图片和源程序,实现了爬山算法(hill climb) 登山算法 以及一些常用的开闭运算-Including test images and source and achieve a climbing algorithm (hill climb) climbing algorithm as well as some commonly used open-closing operation Platform: |
Size: 1033216 |
Author:Perry |
Hits:
Description: 这是一个爬山法聚类算法的实现,希望对大家有用。-This is a climbing method clustering algorithm realize, in the hope that everyone useful. Platform: |
Size: 3072 |
Author:fanliutong |
Hits:
Description: 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help decision-making. Belong to a kind of artificial intelligence algorithms. Platform: |
Size: 1024 |
Author:ccy |
Hits:
Description: Simulated Annealing SA
Hill Climbing HC
Local Beam Search LBS
Genetic Algorithm GA
-Simulated Annealing SA
Hill Climbing HC
Local Beam Search LBS
Genetic Algorithm GA
Platform: |
Size: 3072 |
Author:mashomid |
Hits:
Description: 程序实现Matlab下爬山法(hill-climbing)方法,用于彩色图像分割。-mage is first converted to CIE lab color space and the 3d color histogram is generated. Hill-climbing algorithm is used to find the local maximums in lab histogram, which is used to automatically decide the cluster number K as well as initial seeds for
Platform: |
Size: 86016 |
Author:steven |
Hits:
Description: A hill climbing algorithm for finding the minimum of a function
fitnessfun in the real space.
x is the scalar/vector of the functon minimum
fval is the function minimum
gfx contains the minimization solution each iteration (columns 2:end)
and the corresponding function evaluation (column 1- A hill climbing algorithm for finding the minimum of a function
fitnessfun in the real space.
x is the scalar/vector of the functon minimum
fval is the function minimum
gfx contains the minimization solution each iteration (columns 2:end)
and the corresponding function evaluation (column 1 Platform: |
Size: 2048 |
Author:letian |
Hits:
Description: 实现QC-LDPC码字的cycle的search功能,算法为hill climbing算法,能有效去除QC-LDPC码字里长为4,6,8的环,使得码字有较好纠错的性能-Realization of QC-LDPC codeword cycle of search functions, algorithms for the hill climbing algorithm, can effectively remove the QC-LDPC codeword length of 4,6,8 in the ring, so that the error correction code word better performance Platform: |
Size: 585728 |
Author:mofanlun |
Hits:
Description: 通过加入Late Acceptance Strategy,改进了爬山局部搜索算法,该算法在求解某些benchmark函数时,比禁忌搜索和模拟退火等局部搜索算法更好。(by Late Acceptance Strategy, An improved hill climbing local search algorithm is proposed which outperforms Tabu and SA when solving some benchmark functions.) Platform: |
Size: 2738176 |
Author:DRen
|
Hits: