搜索资源列表
GA
- matlab遗传算法源码,英国社菲尔德工具箱
gaot
- matlab遗传算法源码-Matlab genetic algorithm source code
matlab遗传算法
- 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
MATLAB遗传算法工具箱及应用
- MATLAB遗传算法工具箱及应用 包括pdf和源码
量子遗传
- 本源码是用matlab编写的量子遗传算法,里面包含有量子进化过程的各个步骤的源码,用户可以根据自己的组要选择调用
gatbx.Matlab遗传算法工具箱源码
- Matlab遗传算法工具箱源码,添加路径后可直接调用遗传算法函数,Matlab GA Tools source code
GAFCM
- 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
45666011matlab
- 遗传算法,其他人不需帐号就可自由下载此源码 -genetic algorithm, other people can not account free download this source
matlab
- MATLAB遗传算法源码 我是初学 希望能有人指点我一下-MATLAB genetic algorithm source code I am a beginner want to someone show me
5956487matlab_gatbx
- matlab开发遗传算法源码,和遗传算法工具箱配套-genetic algorithms developed by matlab
DCQGA
- 双链量子遗传算法源码的matlab实现!希望大家喜欢-Double Chain Quantum Genetic Algorithm
《Matlab遗传算法工具箱及应用》源码
- 《Matlab遗传算法工具箱及应用》源码(Matlab genetic algorithm toolbox and application" source code)
遗传算法优化神经网络matlab源码
- 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
遗传算法解释及代码(一看就懂).docx
- matlab 源码 跟着老师搞项目时候 自己写的 注释也比较全 适合初学者入门(Matlab source code, with the teacher to engage in projects, the time to write their own notes are more comprehensive, suitable for beginners)
《Matlab遗传算法工具箱及应用》源码
- 《Matlab遗传算法工具箱及应用》源码,雷俊杰版,适用于基础薄弱的学者(genetic algorithm toolbox and application Matlab source, Lei Junjie version, suitable for the weak foundation of the scholars)
Matlab遗传算法的部分映射交叉算子(pmx)源码
- Matlab遗传算法的部分映射交叉算子(pmx)源码(Partial mapping crossover operator (PMX) source code of Matlab genetic algorithm)
《Matlab遗传算法工具箱及应用》源码
- 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
遗传算法
- 基于带容量车辆约束问题算法MATLAB源码(MATLAB algorithm based on capacity constrained vehicle routing problem)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part