搜索资源列表
PathFinderRedux
- 包括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 al
hsdfhjshdj
- 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath
hill
- 爬山算法 可以解决许多函数优化方面的问题,可以与其他算法,如蚂蚁算法,粒子群算法等融合使用,有其一定的研究意义-Climbing algorithm can solve many function optimization problems, with other algorithms, such as ant algorithms, particle swarm optimization, such as integration of
pashansuanfa
- A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space.
hill_climbing
- 利用登山算法实现图像分割。算法适用于中心灰度较大,而向邻域逐渐递减的区域分割,如微钙化点图像。根据当前窗口手动设定的局部点,寻找局部灰度极大值点,找到16个角度下的种子点。然后以这16个点为种子点进行区域增长,约束条件为相应的灰度约束和空间约束。-Climbing algorithm using image segmentation. Algorithm applied to a larger central gray, and gra
hill
- 采用爬山法求解优化问题,一共4个文件,函数和脚本分开放-Climbing method used optimization problem, a total of four documents, functions and sub-scr ipt open
hillClimb
- 包括测试图片和源程序,实现了爬山算法(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
hill
- 这是一个爬山法聚类算法的实现,希望对大家有用。-This is a climbing method clustering algorithm realize, in the hope that everyone useful.
hill
- 数值算法,爬山算法源码,动态演示过程,JAVA源码-Numerical algorithm, climbing algorithm source, dynamic presentation process, JAVA source
8queen
- 随机生成八皇后棋盘,利用爬山法选择较优方案-Randomly generated eight Queen s chessboard, using mountain climbing method to choose better programs
hillclimbing
- algorithm of hill climbing for searching
SAGAHillClimbing
- 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
hillClimbing
- Hill Climbing Algorithm, 经典算法-Hill Climbing Algorithm
GeneticAlgorithm
- Hill Climbing Wuth Genetic Algorithm Source Code
HillClimbingSegment.1.0
- 程序实现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
JavaGenes.0.7.28.tar
- JavaGenes is an evolutionary software system written in Java. It implements the genetic algorithm, simulated annealing, stochastic hill climbing and other search techniques.-JavaGenes is an evolutionary software system w
Hill
- java code for hill climbing
NQueen
- N皇后问题的爬山法 效果比普通方法好一些-N queens problem of hill-climbing method is better than the average effect of
Hill_Climbing_Searching
- solving 8-Queen problem by using hill climbing.
IteratedHC
- optimization based on iterated hill climbing