搜索资源列表
GA
- matlab实现遗传算法,代码超多,共参考。
GA-BP-neural
- 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.
GA(c++)
- 该代码是用C++编写的遗传算法,可在C++或 matlab环境下都可运行.
GA-wiley-matlab
- 修改自wiley的书中的各种遗传算法(GA)matlab代码,还包括其他一些算法如粒子群优化,蚁群优化等,均已修改好用!
ga
- 用matlab实现,用遗传算法解决函数优化问题原代码,求出最优解与迭代次数。
GA-matlab.rar
- 遗传算法函数介绍及实用代码,保证能运行,并加上了程序解释和运行结果,Genetic algorithms and practical code function introduced to ensure that will be able to run, with the procedures explained and the results
GA.rar
- 一个动态遗传算法代码 matlab的,采用全方位的两点杂交、两点变异的改进的加速遗传算法(IAGA),A dynamic genetic algorithm matlab code, the use of comprehensive two hybrid, two variations of improved accelerating genetic algorithm (IAGA)
GA-BP
- 遗传算法优化神经网络代码,大家可以下载,方法很简单,-Genetic algorithm neural network code, you can download, the method is very simple,
VRP-(GA)
- VRP遗传算法的Matlab代码,较为完整,推荐-Matlab code for VRP using GA
GA
- 求解一元二次方程的遗传算法代码 在Matlab下可以运行-Solving a quadratic equation of the genetic algorithm code
GA
- 遗传算法序列(GA)(全)利用matlab编写遗传代码 很有用的啊-Sequence of genetic algorithms (GA) (wide) the use of the preparation of the genetic code matlab useful ah
ga
- 遗传算法实现的阈值分割图像的代码,内附图片,可直接运行-Genetic algorithm for image segmentation code, containing pictures, can be directly run
cross-GA
- 在遗传算法中算法程序及其中染色体交叉部分操作的部分代码参考(the cross-over operation in GA)
GA-BP代码
- 利用GA遗传算法优化BP神经网络,有理论介绍,有实例(BP neural network optimization using GA genetic algorithm, a theoretical introduction, there are examples)
新建 WinRAR 压缩文件
- 遗传算法经典代码,可以根据需要直接修改即可使用(Genetic algorithm classic code, you can directly modify the need to use)
基于GA的WSN路由协议
- 基于遗传算法的WSN通信路由协议matlab仿真代码,讲解清楚适合实用(WSN routing protocol based on genetic algorithm matlab simulation code, to explain clearly, suitable for practical)
GA-BP模板
- 遗传算法优化BPmatlab代码(标注清晰),保证新手看了原理之后能看懂(Genetic algorithm optimizes the BPmatlab code (clearly marked) to ensure that the novice can understand the principle after reading it.)
GA(vrp)
- 用MATLAB编写遗传算法代码求解带有时间窗的VRP问题(The genetic algorithm code is used to solve the VRP problem with time window.)
完整的matlab遗传算法代码
- 完整的matlab遗传算法代码,解压即可使用(Matlab complete genetic algorithm code, decompression can be used)
GA
- GA算法的matlab代码实现,包括选择函数和简单的测试问题(GA algorithm matlab code)