搜索资源列表
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.
7856453
- 一种新的PID型模糊神经网络控制器的研究, 带Smith预估器的改进遗传算法 -A New PID-type Fuzzy Neural Network Controller based on Genetic Algorithm with improved Smith Predictor
TSP-MATLAB-CODE
- 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
-Problem
- 一种求解多目标柔性Job Shop调度的改进遗传算法-An improved genetic algorithm for multi-objective Flexible Job Shop Scheduling Problem
genetic-algorithm-
- 基于改进遗传算法的敏捷卫星姿态路径规划-Based on improved genetic algorithm path planning agile satellite attitude
TSP-matalb-fang-zhen
- 改进遗传算法求解T SP 问题的Matlab 程序设计-Improved Genetic Algorithm T SP problem Matlab programming
Intelligent-algorithm
- 智能算法,包括粒子群,改进粒子群,改进遗传算法等,可用于预测等领域!-Intelligent algorithms, including PSO, improved particle swarm, improved genetic algorithm can be used to predict other fields!
genetic-algorithm-
- 云计算环境下基于改进遗传算法的任务调度算法-Cloud environment task scheduling algorithm based on improved genetic algorithm
Improved-job-shop-scheduling-method
- 为了解决考虑生产总成本的车间调度问题,对引入加工成本、库存管理成本和拖期惩罚成 本的车间调度问题进行了研究,提出了一种改进的遗传算法求解该问题。论述了改进遗传算法的 编码、初始化、选择、交叉和变异操作,通过与基本遗传算法的仿真比较,验证了该算法在收敛速度 和最优解值上的优越性。 -In order to solve the job shop scheduling problem considering the total production cost, the process
GAtest---dansun
- 改进遗传算法用于结构的损伤识别,克服了传统遗传算法的弊端,精度提高-Improved genetic algorithm for structural damage identification, and overcome the shortcomings of traditional genetic algorithm, improve the precision
改进的遗传算法求解旅行商问题
- 一篇优化算法的论文,用改进的遗传算法优化求解旅行商问题。
多目标遗传算法论文
- 快速非支配排序和精英选择策略的改进多目标遗传算法NSGA-II