搜索资源列表
CODEOFGA
- 本代码是用遗传算法求解一般问题的基本程序,注释清晰-the code is using genetic algorithms to solve the general problem of the basic procedures clear Notes
GA_Denis_Cormier
- 这是最简单的,也是最清楚的遗传算法代码,您只要自定义其评价函数,定义说明在文档里,然后就直接可用!
gasample
- 一个使用遗传算法实现桥梁的最优化维护的代码
GA
- 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
datamining
- 数据挖掘相关算法集合,有聚类、神经网络、遗传算法等的代码实现-Data mining correlation algorithm collection has clustering, neural networks, genetic algorithms, such as the code implementation
yichuan
- 遗传算法matlab代码,是最实用的算法之一-Genetic algorithm matlab code, is one of the most practical method
SIALAB
- 此代码是有关群智能优化算法的集合平台,集成了遗传算法、微粒群算法和蚁群算法的BenchMark优化问题以及TSP问题的求解。-This code is related to group a collection of intelligent optimization algorithm platform, integrating the genetic algorithm, particle swarm optimization and ant colony optimization algor
0-1guihua
- 这是一个完整的01规划遗传算法C语言实现代码 希望对有这方面研究的朋友有帮助-This is a complete 01 planning genetic algorithm C language code want to study in this regard to help friends
GA
- 遗传算法的代码,已知自变量取值范围,求解函数最大值。-the code of GA
genetic
- 遗传算法(完全变异法),对于解决多序列联配问题有一定的作用,由于完全变异法有两个随机数的,所以结果波动幅度较大,最佳遗传代数为200代,多序列联配的补空方案请自行调节。代码简单,方便。-Genetic algorithm (complete variation method) for solving the multiple sequence alignment problem to a certain extent, two random numbers due to total variat
gentic1
- 求解10*sin(5*x)+7*cos(4*x)最值的遗传算法代码-Solving 10* sin (5* x)+7* cos (4* x), the most value of the genetic algorithm code
20131126
- 学习遗传算法时使用的例子,是win控制台程序,我根据网上下载的java代码,自己读java代码,然后改成c++代码,用自己的思维写出来的,编译可以通过,那时候就一个cpp文件包含了全部代码-Examples of the use of genetic algorithms when learning is win console program, I downloaded java code based on their own reading java code, and then chang
divideroute1
- 路径规划TSP简单实现,基于遗传算法java代码,-route planning TSP algorithm based on generation implemented by Java
yichuansuanfayouhua
- 基于matlab的遗传算法优化bp神经网络,代码齐全,欢迎大家使用。-Matlab genetic algorithm optimization based on bp neural network, code complete, welcome everyone to use.
4editioncode
- 非线性系统第四版书中代码。混沌,分形,元胞自动机,遗传算法,基因表达式编程,支持向量机,小波,隐马尔可夫模型,模糊逻辑与C++、JAVA和SymbolicC++程序》-The fourth edition of the book code for nonlinear systems
GATSP
- 遗传算法解决TSP问题的代码,可以有效运行-GA FOR TSP
yichuan2
- 本文所述为C++实现的遗传算法的类文件实例。一般来说遗传算法可以解决许多问题,希望本文所述的C++遗传算法类文件,可帮助你解决更多问题,并且代码中为了便于读者更好的理解,而加入了丰富的注释内容,是新手学习遗传算法不可多得的参考代码。-Examples of the types of documents herein is implemented by a genetic algorithm C++. General genetic algorithm can solve many problem
GA
- 用VC++实现,遗传算法求函数的最大值。代码能直接运行,不要调试。(With the vc + + implementation, the genetic algorithm takes the maximum value of the function.The code can run directly, not debugging.)
NSGA-II
- matlab实现的多目标优化遗传算法代码。可输出结果并画图。(The matlab program of NSGA-II.)
遗传算法实例
- 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val