Welcome![Sign In][Sign Up]
Location:
Search - QGA

Search list

[Mathimatics-Numerical algorithmsQGA

Description: 量子遗传算法的原代码!
Platform: | Size: 2771 | Author: zhangbing_1124 | Hits:

[Special EffectsQGA

Description: 本算法一种基于量子遗传算法的图像增强方法,包含多个m子文件。使用量子旋转门-The algorithm based on quantum genetic algorithm of image enhancement methods, contains more than one m subfolders. The use of quantum revolving door
Platform: | Size: 3072 | Author: wuhao3424 | Hits:

[File OperateQGA

Description: 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu,目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。-This is a very simple genetic algorithm source code is determined by Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North Carolina at Charlotte) amendment. Code to ensure as little as possible, in fact there is no need troubleshooting. The application of a specific amendment to this code, the user simply by changing the definition of constants, and the definition of "evaluation function" can be. Note that the code is designed to seek maximum value, where the objective function can only take on positive values and the function values and individuals there is no difference between the values of adaptation. The system uses the ratio option, essence model, a single point of hybridization, and uniform mutation. If we replace the uniform Gaussian mutation variation, may get better results. Code without any graphics, or even no screen output, mainly to ensure a high portability between platforms. Readers can ftp.uncc.edu, directory coe/evol file pr
Platform: | Size: 4096 | Author: 陈朋 | Hits:

[AI-NN-PRQGA

Description: 该算法明确描述了量子遗传算法的实现流程,通过运行,该程序是正确的。-The algorithm clearly describes the realization of the quantum genetic algorithm process, by running the program is correct.
Platform: | Size: 3072 | Author: 黄智渊 | Hits:

[matlabqga_2

Description: 绝对原创的matlab 量子免疫遗传算法。改程序功能是实现求一个函数的最小值。可运行 (又发一遍,说我格式不对,不知有没有成功)-matalab QGA.
Platform: | Size: 1024 | Author: chenlan | Hits:

[AI-NN-PRQGA_for_Diameter2_degree

Description: 毕业论文,用量子遗传算法求解图的度/直径-2问题源码-版本1_0-source code of postgraduate thesis--QGA to solve Diameter-2/Degree problem
Platform: | Size: 6144 | Author: tanyi | Hits:

[AI-NN-PRQGA

Description: 量子遗传算法的matlab程序,和大家分享-Quantum genetic algorithm matlab program
Platform: | Size: 4096 | Author: 何新 | Hits:

[matlabqga

Description: 量子遗传算法的源程序,很实用,很经典,适合入门 -Quantum genetic algorithm source code, very practical, very classic, suitable for entry
Platform: | Size: 8192 | Author: 归然 | Hits:

[matlaba753f7b400a5

Description: program codes for QGA
Platform: | Size: 15360 | Author: anand ratnesh | Hits:

[matlabQGA

Description: matlab量子遗传算法及调试信息 txt文档中的是matlab .m文件源码-the quantum genetic algorithms and some of this test info. the txt doc. contain .m(matlab) doc.
Platform: | Size: 2048 | Author: jun | Hits:

[matlabGQA

Description: QGA的原代码,你可以很快的上手进行编写你自己所有的程序,如果有什么困难可以联系我,谢谢!-QGA of the original code, you can quickly get started to write all your own procedures, if any difficulties you can contact me, thank you!
Platform: | Size: 10240 | Author: zhoumeng | Hits:

[matlabdouble-qga

Description: 双链量子遗传算法双 链量子遗传算法双 链量子遗传算法双链量子遗传算法-DOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGADOUBLE qGA
Platform: | Size: 1024 | Author: Arthas | Hits:

[Windows Developqga

Description: ga 算法 量子优化计算方法 详细代码-ga Algeria liaangzi good method
Platform: | Size: 47104 | Author: lvang | Hits:

[AI-NN-PRQGA

Description: 自己编的实数编码量子进化算法,配对交叉 交叉是指把两个父代个体的部分结构加以替换重组而生成新个体的操作。遗传算法中起核心作用的就是交叉算子-Their own series of real-coded quantum evolutionary algorithm, the matching of crossing is part of the structure of the two parent individuals to replace the reorganization generate the operation of the new individual. Play a central role is the crossover operator in genetic algorithm
Platform: | Size: 4096 | Author: 陈建成 | Hits:

[matlabga_bp

Description: 遗传算法优化BP神经网络的源程序,可以运行出结果-QGA-BP of matlab
Platform: | Size: 4096 | Author: 爱笑的精灵 | Hits:

[matlabQGA

Description: 基于种群进化和自然选择的远离,量子遗传的相关源代码,用于优化种群,-Based on population evolution and natural selection away from the the quantum genetic source code for optimization populations
Platform: | Size: 6144 | Author: 皮皮鲁 | Hits:

[AI-NN-PRqga.8chapter

Description: 量子遗传算法是新型的一门学科,值得探究,尤其在运算速度上,下面是书上的一段其对函数优化的程序。与大家分享-Quantum genetic algorithm is a subject worth exploring, model, especially in speed, the following is a book on the function optimization procedure. To share with you
Platform: | Size: 3072 | Author: 张力 | Hits:

[AI-NN-PRQGA

Description: 量子遗传算法的matlab原程序,寻优精度高,收敛速度快-Quantum genetic algorithm matlab original program, the optimization of high precision, fast convergence
Platform: | Size: 15360 | Author: jl | Hits:

[LabViewQGA

Description: this cod is QGA this cod is QGA-this cod is QGA this cod is QGA this cod is QGA
Platform: | Size: 4096 | Author: m | Hits:

[Special EffectsQGA

Description: 利用量子遗传算法进行自适应图像增强。源码完整可直接使用。-Enhancing the image aotumatically by QGA
Platform: | Size: 33792 | Author: Tye | Hits:
« 12 »

CodeBus www.codebus.net