搜索资源列表
SGA_for_testing
- 在软件测试的单元测试中,需要找出满足某种覆盖率(如分支覆盖)的测试数据(函数参数值)来判断被测函数是否有bug。源程序利用遗传算法的全局寻优特性实现了测试数据的自动产生而不用人工凭经验输入参数值。程序中被测试函数用的是三角函数。源码用C++实现了GA的寻优过程,并注有必要的注释,运行结果能够很快找到解。
ga
- 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
Tggenetich
- 此文档是遗传算法原理加源代码。生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。 已通过测试。 -This document is the Genetic Algorithm and source code. Biological evolution is a fantastic optimization process, it is eliminated, by selecting
uronnghees
- 用遗传算法做的图象融合,这是MATLAB源程序源码,,希望对需要的人提供帮助! 可直接使用。 已通过测试。 -Genetic algorithm to do image fusion, which is the MATLAB source code, hoping to help those who need it! Can be used directly. Has been tested.
GmmatlabGAe
- 遗传算法:基于轮盘赌法的非线性排名选择, 均匀交叉叉,变异操作。-GA ,经测试可直接使用。 -Genetic Algorithms: nonlinear ranking selection based on the roulette method, uniform cross fork, mutation operation.-GA, has been tested and can be used directly.
MMMatlabega
- 基于 Ma t l a b语言的遗传算法工具箱支持二进制和浮点数编码方式, 并且提供了多种选择、 交叉、 变异的方法。 通过具体实例对 Ma t l a b的遗传 算法工具箱的用法进行 了说 明介绍. 已通过测试。 -Binary and floating-point encoding genetic algorithm based on Ma tlab language toolbox support, and provides a variety of options, cross-va
EGA_and_GA_Mad
- 张文修老师主编的详细介绍遗传算法及其数学基础的一本书,研究遗遗传算法的一本很好的参考书,特别推荐!,已通过测试。 -Zhang Wenxiu teacher edited introduce genetic algorithm and its mathematical foundations of a book, of Heritage genetic algorithm a good reference book, especially recommended! , Has been te
matlab
- 本算法是基于遗传算法的十杆桁架的截面优化程序,经matlab10.0测试,可完美运行-The MRD damper matlab program
3SAT-TEST8
- 自己写的遗传算法测试程序,部分内容需要调试-Write their own genetic algorithm test program, part of the contents need to debug
GA
- 多目标的十进制遗传算法,可求解多个测试函数的多维的最优值-Multi-objective Genetic Algorithms decimal, multiple tests can be solved multidimensional optimal value function
GA_real_coded_min
- 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
matlab--ga
- 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
matlabGA-PSOBP
- 遗传算法通用程序 粒子群优化bp神经网络程序 本人已经测试 欢迎探讨-General Program particle swarm genetic algorithm optimization bp neural network program I have tested welcome to explore
Improved-real-genetic-algorithm
- 这个课题是我的一个课设课题,不过,在此基础之上对实数遗传算法进行了一个很大胆的设定,在参考食物链的基础之上提出了一个新的框架,该框架经测试,具有良好的可行性,该算法从一定程度上来说是一种协同算法。课设结束后,并将该算法成果进行了发表,如果有这方面研究的朋友,希望对你们有所帮助。在里面也附带了,我个人的详细以及概要设计说明。-This issue is one of my class-based issues, however, on this basis of real genetic algo
GA1
- 标准遗传算法,通过修改里面的测试函数即可为你所用!-Standard genetic algorithm, by modifying the inside of the test function can work for you!
给予遗传算法tsp程序 实现
- 放入程序,直接运行,非常完美,改文件是MATLAB编写的,亲自测试过,能够实现该算法,(Into the program, run directly, very perfect)
DeJong遗传算法
- 测试函数,matlab平台下的测试函数DeJong,对于用来遗传等智能算法的性能非常有用.(Test function, matlab platform under the test function DeJong, used for genetic and other intelligent algorithm performance is very useful.)
基于遗传算法优化BP神经网络的非线性预测
- 针对BP神经网络的初始权值和阈值是随机选取的弊端,采用遗传算法寻优BP的初始权值和阈值,然后进行BP训练和测试。遗传算法包括编码 选择 交叉 和变异等操作(Aiming at the disadvantage that the initial weights and thresholds of BP neural network are randomly selected, genetic algorithm is used to optimize the initial weights and
nsga2code
- 对多目标遗传算法进行解析,基于多目标协同优化算法编写的遗传算法程序,具有很好的收敛性,提供了相应测试算例。(Analyzing multi-objective genetic algorithm, the genetic algorithm program based on multi-objective cooperative optimization algorithm has good convergence, and provides corresponding test example
CEC 2017
- 测试函数:主要用于测试智能优化算法,如遗传算法、粒子群算法等的性能(Test function: it is mainly used to test the performance of intelligent optimization algorithms, such as genetic algorithm and particle swarm optimization algorithm)