搜索资源列表
geneticalgoritm
- 遗传算法代码,用VC++演示,还有中文说明。-genetic algorithm code, VC demonstration, the Chinese statement.
GeneticAlgorithm
- <遗传算法-理论、应用与软件实现>书的随书参考代码。
BPNN
- 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。
数据挖掘c++代码
- 包括关联 聚类 神经网络 遗传算法
rga
- 遗传算法 C代码 .用的是二进制与十进制混合遗传的-GA in C launguage.GA implementation using binary and real coded variables.
SGA
- 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
Hype-Indicator-Exact-in-Matlab
- hype indicate遗传算法代码matlab版-hype indicate evolutionary algorithm matlab version.
GA_ch_Assign
- MATLAB代码 遗传算法 信道分配 频谱分配-MATLAB code genetic algorithm for channel allocation spectrum allocation
GA
- 用遗传算法求解一个多元函数的极值,用VC代码编写,能够看到执行过程的数据。-Here, this is VC program of find the extreme value of a given function by using the Genetic Algorithm。
solving-multi-objective-
- 用于求解多目标规划的matlab遗传算法代码-Matlab code genetic algorithm for solving multi-objective planning
codeaaa
- 用于求解简单函数优化的matlab遗传算法代码-Matlab genetic algorithm code used to solve simple function optimization
GAPID
- 遗传算法在pid控制器设计过程中的应用,用matlab代码写的-GA in PID controller
several-algorithm-
- 遗传算法 量子遗传算法 模拟退火 粒子群算法 代码很规范-several algorithm (GA QGA SA )
myGA
- 这个源代码是关于基本遗传算法求解一维无约束优化问题的代码-This source code is on a one-dimensional basic genetic algorithm code for unconstrained optimization problems
MPGA
- 多种群遗传算法的函数优化算法,整个程序代码讲的非常详细,分享给大家希望可以对大家有帮助!-Multi-population genetic algorithm function optimization algorithm, the entire program code in a very detailed, we hope to share with all of you can help!
C
- 求某个二元函数的最大值函数优化问题,C语言遗传算法代码-Seeking a binary function of the maximum function optimization, C language code genetic algorithm
GA_TSP
- 用C#语言来实现遗传算法的通用代码GA类,然后调动GA类解决组合优化领域的经典问题TSP,并给出了该算法的实现程序。-Genetic Algorithm
P5-1
- 遗传算法代码,计算确定函数式在【-2,2】上的极值,需要自己整合染色体区间-Genetic algorithm code, calculate and determine the function formula in [2,2] on the extreme value, we need to integrate their chromosomal interval
genetic
- 遗传算法30个基本案例的第一题,我把工具箱也放进了里面,以便更好的运行代码,一元函数的遗传算法优化(Optimization of unary function by genetic algorithm)
pso
- 代码主要介绍遗传算法,基于matlab编写(The code mainly introduces genetic algorithm, based on MATLAB.)