搜索资源列表
改进的遗传算法
- vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
reactive_power_optimization
- 一种改进遗传算法,用于电力系统无功优化,已经编译通过-an improved genetic algorithm for reactive power optimization, has been compiled by
sga code
- 本程序为基于工艺参数优化的改进遗传算法程序-based on the procedures for the optimization of process parameters improved genetic algorithm
vcga
- 标准的VC写的遗传算法,用于测试,改进,优化
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
BP_GA.用BP网络建立映射关系
- 用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化,the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题
- matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
GA
- 自适应遗传算法 [matlab] 对遗传算法的改进 效果不错-Adaptive genetic algorithm [matlab] of genetic algorithms to improve the effectiveness of good
cellga_optimization_results
- 一种改进的遗传算法及用于数值优化的结果分析-An improved genetic algorithms and numerical optimization for the results of analysis
IGA-gaotv5
- 免疫遗传算法IGA,可以求解多目标遗传优化、改进遗传优化-IGA
improvedGAmain
- 改进的遗传算法源程序,采用实数编码,对多个参数的优化起到很好的改良作用!-Improved genetic algorithm source code, using real-coded, and the optimization of multiple parameters of the improved play a good role!
nsga2-v1.1
- 用C语言实现的改进遗传算法,主要用于非线性多目标函数的优化。 -This code can be used in the multi-objective optimization.
BP-IMPROVEMENT
- BP神经网络的遗传优化及其应用研究,针对BP神经网络的改进进行了介绍-BP neural network optimization and application of genetic research for improved BP neural network was introduced
ga
- 求解电力系统无功优化的改进遗传算法程序,程序效率高,推荐-Solving reactive power optimization of improved genetic algorithm
GA
- 改进遗传算法程序,用来优化参数的选择,很好用的方法-GA
微电网在电力系统中的改进遗传算法优化
- 用于微电网在电力系统中的改进遗传算法优化,仿真运行-Improved Genetic Algorithm for micro-grid power system optimization, simulation run
GeneticAlgorith遗传算法
- 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
.rar
- 风电场优化调度,基于改进遗传算法,内含算法及程序,2017年(wind power le=zeros(1,length(f)); le=zeros(1,length(f));)
遗传粒子群优化算法-GAPSO
- 遗传算法改进粒子群算法及混沌粒子群算法的源码(Improved genetic algorithm for particle swarm optimization and chaotic particle swarm optimization)
基于遗传算法matlab优化程序
- 改进型的GA,寻优速度快,可用用作电力系统潮流计算等方面。(The improved GA has fast optimization speed and no dimension disaster)