搜索资源列表
-
0下载:
GA TSP MATLAB
this source code implement TSP in matlab by Genetic Algorithm...
TSP is a classic problem in AI
-
-
0下载:
遗传算法,matlab编写的源代码,用于解决旅行商等np问题,算法效率高-Genetic algorithm written in Matlab source code used to solve the traveling salesman and other np, high efficiency of the algorithm
-
-
0下载:
书本《matlab神经网络应用设计》源码,对于利用遗传算法(GA)优化神经网络(NN)的程序部分,由于使用了GA工具箱中已经定义好的一些函数,因此,这部分程序必须拷贝到GA工具箱目录下才能运行,在本书中有:"第12章","第13章",以及"第20.5节"。另外,还包括该书本配套PPT教案。-Book " matlab neural network application design" source for the use of genetic algorithm (GA) o
-
-
0下载:
粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
-
-
0下载:
tsp问题的遗传算法求解代码,应用于matlab平台-Code genetic algorithm to solve TSP problem, applied in the matlab platform
-
-
0下载:
非线性遗传算法代码,在matlab环境下实现,已经实现了该代码。-Non-linear genetic algorithm code, in the matlab environment to achieve, has achieved the code.
-