搜索资源列表
AutomaticImageSegmentationAlgorithmThreshold
- 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分 参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数, . / 01234 采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的 改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计算时间还没有用 到二维模糊熵算法的一半。
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
改进遗传算法结合灵敏度分析的无功优化
- 改进遗传算法结合灵敏度分析的无功优化
用遗传算法解迷宫问题的实现与改进
- 用遗传算法解迷宫问题的实现与改进
FLoat_GA.rar
- 基于改进的遗传算法,使用浮点编码,使用变量的真值,使其物理意义明确,加速了收敛,Improved genetic algorithm based on the use of floating-point encoding, the true value of the use of variables to make it clear physical meaning to speed up the convergence
fuzzyC
- 遗传算法改进的模糊C均值聚类的matlab源程序,可以运行,格式需要更改-Improved genetic algorithm fuzzy C means clustering matlab source code, you can run, you need to change the format
GA
- 提出一种改进的二维遗传算法用于图像恢复。-An improved two-dimensional genetic algorithm for image restoration.
123123
- TSP遗传算法的改进及其并行化研究. -TSP genetic algorithm and its parallel study.
ga_work1
- 利用改进的遗传算法求取函数的最大值,进行优化设计,在MATLAB下可以运行使用。-Using improved genetic algorithm to strike a function of the maximum optimized design, the use of MATLAB can be run under.
GA_SOURCE_CODE
- 二进制编码的遗传算法源程序,可以对此算法进行改进,编写出自己需要的程序-Binary-coded genetic algorithm source code, you can improve on this algorithm, write out the procedures they need
AGA
- 介绍一种改进传统遗传算法的新方法,通过调节交叉概率和变异概率-Introduction of a new genetic algorithm to improve the traditional method, by adjusting the crossover probability and mutation probability
book
- 基于遗传算法的一些书籍,包括遗传算法原理,编程分析,改进等内容。-A number of books based on genetic algorithms, including genetic algorithm, the program analysis, and improvement of the content.
ga01beibao
- 改进后的遗传算法采用自然数直接编码在个体选择上结合使用常用的最优个体保留策略和轮盘赌法,基于经典0-1背包问题的数学模型基础,构造改进后的遗传算法和适应度评估,减少二进制编码或浮点型编码的复杂性,同时精 简 适 应 度 评 估 的 计 算。-Improved genetic algorithm uses natural number encoded on individual choice combined with the use of commonly used best individua
57843
- 识获取的模糊控制系统的基础上改进的遗传算法和神经网络 -Knowledge Acquisition of Fuzzy Control System Based on Improved Genetic Algorithm and Neural Networks
Reactive-improved-
- 基于改进交叉操作的遗传算法无功优化研究-Optimization of Reactive improved genetic algorithm based crossover operation
Distributed-energy-system-_-DING
- 在一个小型分布式发电系统的基础上, 建立分布式供能系统的调度策略和经济调度模型, 通过考虑各种电源的约束条件, 用改进的遗传算法进行求解, 使得分布式微网系统能够实现热电联供, 满足用户的需求. 算例系 统验证了模型与算法的可行性。-On the basis of a small distributed generation systems established on the scheduling policy and economic dispatch model of distribu
Improved-genetic-algorithm
- 一个改进的遗传算法来求解柔性job-shop问题,主要是初始种群形成的改进,算法讲解很清晰,也有具体的实现流程-An improved genetic algorithm to solve the flexible job shop problem, mainly is the formation of initial population improvement, the algorithm is explained clearly, also have specific implementa
Improved-job-shop-scheduling-method
- 为了解决考虑生产总成本的车间调度问题,对引入加工成本、库存管理成本和拖期惩罚成 本的车间调度问题进行了研究,提出了一种改进的遗传算法求解该问题。论述了改进遗传算法的 编码、初始化、选择、交叉和变异操作,通过与基本遗传算法的仿真比较,验证了该算法在收敛速度 和最优解值上的优越性。 -In order to solve the job shop scheduling problem considering the total production cost, the process
改进的遗传算法求解旅行商问题
- 一篇优化算法的论文,用改进的遗传算法优化求解旅行商问题。
多目标遗传算法论文
- 快速非支配排序和精英选择策略的改进多目标遗传算法NSGA-II