搜索资源列表
JSimul_1.0.1
- 模拟退火是一种启发式算法,适用于数据挖掘,对神经网络的局部最优问题能很好解决
LogFac_Exp_1
- java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
hill
- 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-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
bysj1
- A*算法在java中的实现,用启发式算法。很实用。-A* algorithm implementation in java using heuristic algorithms. Very practical.
MazeBug
- MazeBug的设计,包含几种算法,类似启发式搜索。-The design of MazeBug
a
- 本程序实现八数码问题,由用户输入初始状态,采用的算法为启发式算法,能够大大提高搜索效率。-The program eight digital input by the user initial state, using the algorithm is a heuristic algorithm, can greatly improve the search efficiency.