搜索资源列表
yichuan
- 量子遗传算法重要函数解析,我看了很有用 ,希望能对大家有所帮助
M_file
- 量子遗传算法MATLAB源代码,内含多个子文件,测试时运行main文件即可
qga_2
- 绝对原创的matlab 量子免疫遗传算法。改程序功能是实现求一个函数的最小值。可运行 (又发一遍,说我格式不对,不知有没有成功)-matalab QGA.
matlab
- matlab编写的量子遗传算法,使用MATLAB实现,可用于对数据分类等-prepared quantum genetic algorithm matlab
1_2_2
- 基于BLOCH球面坐标的量子遗传算法程序-quantum genetic algorithm
1_5_1
- 基于量子遗传算法的倒立摆模糊控制器参数优化仿真程序-Quantum genetic algorithm based fuzzy controller for inverted pendulum simulation program optimization
quantumgeneticalgorithm
- 一种快速的,稳定的量子遗传算法。 量子遗传算法-An improved quantum genetic algorithm genetic algorithms, faster and more stable.
qga
- 量子遗传算法的源程序,很实用,很经典,适合入门 -Quantum genetic algorithm source code, very practical, very classic, suitable for entry
QGA
- matlab量子遗传算法及调试信息 txt文档中的是matlab .m文件源码-the quantum genetic algorithms and some of this test info. the txt doc. contain .m(matlab) doc.
double-qga
- 双链量子遗传算法双 链量子遗传算法双 链量子遗传算法双链量子遗传算法-DOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGA
fish121
- 量子遗传算法函数寻优,用鱼群求解非线性函数-Quantum genetic algorithm for function optimization, fish for Nonlinear Function
myQG
- 量子遗传算法简单实现,增加种群多样性,以函数极值为例-Quantum genetic algorithm is simple to achieve, increasing diversity of the population, in order to function extreme example.
QGA
- 传统量子遗传算法,是基于遗传算法基础上通过种群编码方式的不同和进化方式的不同而提出的-Traditional quantum genetic algorithm is based on genetic algorithm based on the different ways through population coding and evolution proposed by the different ways
LIANGZIYICHUAN
- 量子遗传算法MATALB源码 经过测试可以使用.-Quantum genetic algorithm source MATALB code go though the test and it can work.
chapter8基于量子遗传算法的函数寻优算法
- 本文件为基于量子遗传算法的MATLAB软件去寻优(This paper is based on the MATLAB software to seek optimization based on the quantum genetic algorithm)
matlab编写的量子遗传算法
- 量子遗传算法MATLAB实现,可以作为编程参考(Quantum genetic algorithm MATLAB implementation, can be used as a programming reference)
chapter8 基于量子遗传算法的函数寻优算法
- chapter8 基于量子遗传算法的函数寻优算法(Chapter8 function optimization algorithm based on quantum genetic algorithm)
matlab编写的量子遗传算法
- 量子遗传算法的matlab程序,用于解决优化问题(The matlab program of quantum genetic algorithm is used to solve optimization problems)
量子遗传算法
- 量子遗传算法MATLIB的代码本程序,对量子遗传算法中的量子旋转门的调整策略进行改进(The code of the quantum genetic algorithm MATLIB The adjustment strategy of quantum revolving door in quantum genetic algorithm is improved.)
量子遗传算法
- 以量子计算的一些概念和理论为基础,将量子计算和遗传算法相结合,利用量子位编码来表示染色体,用量子旋转门作用更新种群来完成进化搜索的一种概率优化方法。