搜索资源列表
实数自适应并行遗传算法的研究
- 曾孝平,陈燕飞,李勇明.实数自适应并行遗传算法的研究。针对遗传算法中的早收敛现象,提出了一种实数自适应并行遗传算法(real adaptive parallel genetic algo- rithm,RAPGA)。该算法采用了一种并行遗传进化结构,并将自适应交叉、变异算子引入到本算法中,增强和保 持了种群的多样性。最后,通过与其他经典优化遗传算法进行比较显示,RAPGA对多个标准测试函数均表现出 较好的搜索性能。
一种新的基于小生境的自适应遗传算法
- 针对遗传算法在全局优化问题中容易出现早熟和收敛速度慢的问题 ,根据群体适应值的分布特点 ,启发性地提出了一种新的基于小生境的自适应遗传算法(ANGA) .
遗传算法实现车间工件生产的优化排序
- 该程序是基于遗传算法编写的,用于解决车间生产工件的优化排序问题。
改进遗传算法结合灵敏度分析的无功优化
- 改进遗传算法结合灵敏度分析的无功优化
采用遗传算法优化最小二乘支持向量机参数的方法
- 采用遗传算法优化最小二乘支持向量机参数的方法
一种基于遗传算法的优化分类器的方法
- 一种基于遗传算法的优化分类器的方法。
约束优化问题的遗传算法求解
- 基于matlab的约束优化问题的遗传算法求解-Matlab-based constrained optimization problems of the genetic algorithm
geneticalgorithmforthegenealizedassigmentproblem.r
- 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
GA
- 遗传算法及其MATLAB实现 主要内容: (1)遗传算法简介 (2)遗传算法的MATLAB实现 (3)应用举例 (4)遗传算法优化神经网络方向-MATLAB realization of genetic algorithm and its main elements: (1) brief introduction to genetic algorithm (2) realize MATLAB Genetic Algorithm (3) application, for exa
gann
- zh这是一个用遗传算法优化神经网络的例子-zh is a genetic algorithm with neural network examples
GoodsAllocatingProblemwithMultiAimsbasedonTheHybri
- 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
ga_work1
- 利用改进的遗传算法求取函数的最大值,进行优化设计,在MATLAB下可以运行使用。-Using improved genetic algorithm to strike a function of the maximum optimized design, the use of MATLAB can be run under.
eeee
- 基于免疫的多目标优化遗传算法[PDF].-Multi-objectiveOptimizationGeneticAlgorithm Based on Immune
Thestatusoffuzzycontrol
- 文章简要介绍了模糊控制的概念和特点,并对模糊控制的原理作了说明,较详细的介绍了模糊控制的现状,包括模糊PID控制、自适应模糊控制、神经模糊控制、遗传算法优化的模糊控制、专家模糊控制等,最后对模糊控制的发展作了展望。-This paper briefly introduces the concept and characteristics of fuzzy control, and fuzzy control principle is illustrated in more detail the
用遗传算法优化模糊控制器的隶属度函数的参数
- 使用遗传算法优化模糊控制器的隶属度函数的一种新方法
简单函数优化的遗传算法程序
- 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
遗传算法
- 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)
遗传算法路径规划
- 遗传算法路径规划MATLAB仿真,基于栅格图环境建模,以遗传算法优化路径。(Genetic Algorithms for Optimal Path Planning)
6退火遗传算法优化BP神经网络的研究
- 退火算法优化BP神经网络的研究,介绍了一种新的方法(Annealing algorithm to optimize BP neural network)
改进的遗传算法求解旅行商问题
- 一篇优化算法的论文,用改进的遗传算法优化求解旅行商问题。