资源列表
Ga4Tsp
- 西电王老师 现代运筹学 TSP作业, 求解TSP问题的遗传代码,分别测试了不保留精英个体,保留精英个体也保留最差个体和只保留精英个体。 带详细开发过程注释-genetic algorithem for tsp problem c code
HopfieldNeuralNetwork_src
- 基于hopheid的人工神经网络模式识别,代码可读性强
BP
- BP神经网络识别代码,可以选择任意的传递函数,迭代函数。参数只需要输入矩阵和输出矩阵即可-BP neural network identification code, you can choose any of the transfer function, iterated function. Parameters only need to enter the matrix and output matrix can be
GABP
- 采用遗传算法优化的BP神经网络,很好,很重要-Genetic algorithm optimization of BP neural network
BP
- BP算法源程序C++ 是WORD版的 拷贝后自建一个工程就可以运行-BP algorithm source C++
main
- 通过KNN和朴素贝叶斯算法 实现 模式识别中的分类-Achieve pattern recognition is classified by KNN and Naive Bayes algorithm
CH8
- 西安电子科技大学 神经网络教程 代码 第8章,请大家下载。 -university of xidian neural network Book Codes for chapter 8
ga
- this programm implements the genetic algorithm
aga.tar
- 遗传算法的一个源代码,可用于网络性能优化的仿真或者推算
LSMClass
- 改进的最小二乘法实现代码,提高了收敛速度。-improve the least-squares method to achieve code, improving the convergence rate.
GA
- 以求f(x)=10*sin(5x)+7*cos(4x) x∈[0,10]最大值为例,详细讲解并实现了遗传算法各个阶段的编程 -Take to solve the maximum of f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] for example, to explain in detail the various stages of the programming and implementation of Genetic Algorithms
SCGA_ver_0.1
- 该代码为PAPER/:为将单纯形搜索算法和GA相结合的求解多模态优化问题- This program is coresponding to paper Minimizing multimodal functions by simplex coding genetic algorithm .
