搜索资源列表
5个遗传算法源码
- (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
delphi遗传
- 关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation of the c code by 10%, creating
遗传算法_VC源码
- 最近研究遗传算法,得到这点程序,均很好运行,共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。没有加密,解压即可-recent research on genetic algorithms, to be this procedure which is a good run for everyone to share. While more would like to be better in the GA process, we look a lot dedication.
sga-c
- David E. Goldberg所写经典遗传算法源码,包含多种经典遗传算法,不可多得的学习资料。-David E. Goldberg, written in classical genetic algorithm source, covering a wide variety of classical genetic algorithm, a rare learning materials.
GA
- 基于VC++的遗传算法源码(相当经典),非常可观
ycsf
- 基本遗传算法源码 学人工智能的同志们或许能够用的着
GA_java
- 我下载的一个遗传算法源码,用java写的,适合同时学习java和遗传算法的人
GA
- matlab遗传算法源码,英国社菲尔德工具箱
7u
- 实数遗传算法源码 delphi实现,用户可以参考并改进
gaot
- matlab遗传算法源码-Matlab genetic algorithm source code
vc GA
- VC 遗传算法源码-VC genetic algorithm source code
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
经典遗传算法C++源码
- 经典的遗传算法C++源代码,运行正确,可以根据自己的需要进行修改
C#遗传算法源码实例集
- 该资源包含了常用的7种C#遗传算法源码实例集,和遗传算法C#五子棋游戏程序
基于遗传算法的投影寻踪模型Matlab源码
- 基于遗传算法的投影寻踪模型Matlab源码,Projection pursuit based on genetic algorithm model of Matlab source
GeneticsDevTwoSource
- 自适应遗传算法的C#源码,可用sharpdevelope编译-Genetics Dot Net Two- Adaptive Programming
SGAC
- 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
DCQGA
- 双链量子遗传算法源码的matlab实现!希望大家喜欢-Double Chain Quantum Genetic Algorithm
Csharpcode
- 非常好用的遗传算法源码,肯定能帮上大家-the best algo software,hope to help everybody!!!
遗传粒子群优化算法-GAPSO
- 遗传算法改进粒子群算法及混沌粒子群算法的源码(Improved genetic algorithm for particle swarm optimization and chaotic particle swarm optimization)