搜索资源列表
遗传算法(C++)实现
- c++实现的遗传算法,注释清楚,是初学者入门的必备利器;
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
xujinpeng-matlab.rar
- 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
2008101523144260
- 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
fitnessfunction
- 线性二次最优控制加权阵遗传算法优化适应度函数m文件;模糊控制器量化比例因子遗传算法优化适应度函数m文件-Linear quadratic optimal control weighted array genetic algorithm fitness function m documents quantization scale factor of fuzzy controller optimized by GA fitness function m file
PPD
- 通用的遗传算法,可实现以下问题:(a)设计出n种不同尺寸货品的排放方法,使得集装箱的空间利用率最高;(b)给出一批货物所需的最少集装箱数量。请给出在附件一对应具体问题下的最优排放及空间利用率。 -General genetic algorithm, can achieve the following questions: (a) design of size n different methods of emission goods, allowing maximum utilization
gatbx
- 遗传算法程序包; 安装: 1、解压gatbx-origin.zip,得到DOC和SRC文件夹; 2、拷贝SRC到Matlab安装目录下的toolbox文件夹中,并将SRC更名为gatbx; 3、打开toolbox\local\目录下的pathdef.m文件(programme of genetic algorithm)
遗传算法优化神经网络matlab源码
- 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
genetic
- 实现遗传算法,设置一个函数,利用遗传算法多次迭代求取其近似最值。(Genetic algorithm, set a function, the use of genetic algorithm many iterations to find its approximate maximum.)
免疫算法
- 免疫算法,与遗传算法相似,只是多用了一个免疫函数;免疫算法是遗传算法的变体,它不用杂交,而是采用注入疫苗的方法。(Immune algorithm, similar to the genetic algorithm, but the use of an immune function; immune algorithm is a variant of genetic algorithms, it does not hybrid, but the use of vaccination method
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
GA-BPNN
- 遗传算法优化BP神经网络-非线性函数拟合(BP neural network optimized by genetic algorithm for nonlinear function fitting)
yichuansuanfawugong
- 遗传算法(genetic algorithm,GA)是一种近年来发展起来的基于自然选择规律的进化算法,本程序利用改进型遗传算法对电力系统进行无功优化,与遗传算法进行比较,通过实际算例分析及MATLAB编程结果运行,成功解决了无功优化问题,并验证了改进型遗传算法的优越性。(The genetic algorithm (genetic algorithm GA) is an evolutionary algorithm based on natural selection rules develop
GATest_src
- 用遗传算法求解函数最大值的matlab程序(Solving the maximum function of function by genetic algorithm)
遗传算法改进的神经网络程序
- 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
pr
- 用遗传算法和ostu法对灰度图像阈值分割(Threshold segmentation for gray image)
遗传算法
- 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), g
GA
- 使用遗传算法,得到带恶化的置换车间的最佳调度(A genetic algorithm is used to get the best scheduling for a deteriorating replacement workshop)
pso GA PID参数整定
- 该程序为微粒群算法与遗传算法求解pid参数整定MATLAB程序,优化结果包含参数输出与参数曲线变化图。(The program solves the PID parameter tuning MATLAB program for particle swarm optimization and genetic algorithm, and the optimization results include parameter output and parameter curve change dia
遗传算法
- 遗传算法以一种群体中的所有个体为对象,并利用随机化技术指导对一个被编码的参数空间进行高效搜索。其中,选择、交叉和变异构成了遗传算法的遗传操作;参数编码、初始群体的设定、适应度函数的设计、遗传操作设计、控制参数设定五个要素组成了遗传算法的核心内容。(Genetic algorithm takes all individuals in a group as objects, and uses randomized technology to guide efficient search of a c