搜索资源列表
TS_TSP
- 解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率;
Matlab
- 本文介绍了遗传算法的流程及几个算子, 给出了在matlab 语言环境下实现编码、译码、选择、重组和变异各算子的编程方法, 最 后用一个实例来说明遗传算法在寻找全局最优解中的应用。
gatbx-origin1
- matlab中遗传算法的通用函数,如:选择、交叉、变异等常用算子的遗传算法程序
myGA
- matlab编的改进遗传算法的程序,对交叉算子和变异算子进行了自适应改进-Improved genetic algorithm matlab code procedure, the crossover operator and mutation operator to improve the adaptive
MATLAB-genetic-algorithm-toolbox
- 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
GA-PSOPSO
- (粒子群算法)作为添加算子改进GA (遗传算法),供大家学习-(PSO), as the operator to add to improve the GA (genetic algorithm) for them to learn
PSOGA
- 带交叉因子的改进PSO算功能:求解多维无约束优化问题收敛性强,还可以加入变异算子-With cross-factor improvement of PSO operator functions: Solving multi-dimensional unconstrained optimization problem of strong convergence can also add mutation operator
Genetic_Algorithm_new
- 本文介绍了遗传算法的流程及几个算子,给出了在matlab 语言环境下实现编码、译码、选择、重组和变异各算子的编程方法,最后用一个实例来说明遗传算法在寻找全局最优解中的应用。-Genetic_Algorithm_new
main
- 遗传算法 算法实例MATLAB程序,包括了:选择 变异 交叉 遗传算子-GA
HSOGA
- 《求解全局优化问题的混合自适应正交遗传算法》一文的源码,见软件学报2010年第6期的文章。该代码中的自适应正交叉遗传算子有极强的搜索能力,特别适合高维工程函数模型的优化,如机器人多自由度的数学模型优化。虽然本人虽已不从事什么学术上的研究,但若你借鉴了其中的代码或者思想,请把该文献加入到你的参考文件中,谢谢。-" Global Optimization Problem with adaptive orthogonal genetic algorithm," a source te
MATLAB-program
- 简要阐述了遗传算法的基本原理,探讨了在matlab 环境中实现遗传算法各算子的编程方 法,并以一个简单的实例说明所编程序在函数全局寻优中的应用.-The principle of genetic algorithm has been presented and its realization in MATLAB has been discussed .A function optimization problem has been given to demonstrate the globa
A-Genetic-Algorithm-in-MATLAB
- 简要阐述了遗传算法的基本原理,探讨了在MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-The principle of genetic algorithm has been presented and its realization in MATLAB has been discussed. A function opti2 mization problem has been given to demonstrate the global
NicheGeneticAlgorithm
- 小生境遗传算法Matlab实现,采用实值编码,选择交叉变异算子-Niche genetic algorithm to achieve Matlab
GA_TOOLBOX
- 与雷英杰编写《Matlab遗传算法工具箱及应用》对应的工具箱,基本算子及函数功能齐全。-The corresponding Matlab genetic algorithm toolbox and its application " toolbox, LEI Yingjie write basic operators fully functional sub and function.
TSP-GA.zip
- 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
cross-factor-pso-and-qpso
- 带交叉算子的量子粒子群优化算法和粒子群算法的matlab源程序.m-QPSO and PSO with crossover operator. MATLAB CODE
pso-to-solve-jizu-zuhe
- 利用PSO算法,通过matlab平台实现,旨在解决机组优化问题,适合初学者了解粒子群算法及其应用,程序内有相关注释,为避免算法陷入局部最优,对相关算子做了适当改进。 -Xin an river model, using the PSO algorithm, through the matlab platform, aims to solve the optimal problem, suitable for beginners to understand particle swarm alg
遗传算法选择算子
- 有关于遗传算法中一些经典选择算子的MATLAB实现(Some Realizations of Classical Selection Operators in Genetic Algorithms)
遗传算法变异算子
- 有关遗传算法中一些经典的变异算子的MATLAB实现(Some Realistic Variation Operators in Genetic Algorithms)
局部算子
- matlab的LBP代码,最基础的图像处理算法(the local binary pattern code)