CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 遗传算法的程序

搜索资源列表

  1. matlab基于实数编码遗传算法的函数极植优化程序

    3下载:
  2. 基于实数编码遗传算法的函数极植优化程序,MATLAB环境下
  3. 所属分类:matlab例程

    • 发布日期:2012-05-24
    • 文件大小:2005
    • 提供者:邵斓
  1. 遗传算法程序

    3下载:
  2. 一个混合遗传算法的源程序。还有一篇硕士论文,是论文附录的代码示例。
  3. 所属分类:matlab例程

  1. GeneticAlgorith遗传算法

    3下载:
  2. 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
  3. 所属分类:matlab例程

  1. 改进遗传算法求最大值程序

    0下载:
  2. matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:千千Sama
  1. 基于遗传算法的 TSP 算法

    1下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:146432
    • 提供者:淡然踏歌
  1. 遗传算法

    0下载:
  2. 遗传算法matlab程序应用实例,详细介绍了遗传算法的使用(Genetic algorithm matlab application examples, introduced in detail the use of genetic algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:6144
    • 提供者:超神1997
  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:傲视天下
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法的简单应用,可以参考看看学习一下(any one who is intereted in this field can have a look into the file and learn basic data)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:ulaula
  1. matlab编写的量子遗传算法

    2下载:
  2. 量子遗传算法的matlab程序,用于解决优化问题(The matlab program of quantum genetic algorithm is used to solve optimization problems)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:8192
    • 提供者:wcggcw012
  1. 遗传算法程序 matlab

    0下载:
  2. 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作(As the main program of genetic algorithm, binary Gray encoding is adopted, nonlinear ranking selection based on roulette method, uniform crossover, mutation operation, and inversion operat
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:时章漫
  1. 遗传算法matlab程序实例

    0下载:
  2. 利用MATLAB软件进行编程,解决遗传算法的相关问题的实例(Calculation of genetic algorithm)
  3. 所属分类:matlab例程

  1. (MTSP)的遗传算法的MATLAB程序

    1下载:
  2. 本例程是基于MATLAB编写的遗传算法的源代码,具有较高的实用价值(The source code of the genetic algorithm written in MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:1334849784
  1. 遗传算法matlab程序

    2下载:
  2. 遗传算法matlab程序,用于最优化问题的求解。原理可以参考其他资料(Genetic algorithm matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:奇瑜
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 针对matlab简单函数优化的遗传算法的优化(Optimization of genetic algorithms for matlab simple function optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:yaya3
  1. 22蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:晗宝宝
  1. 各种遗传算法的程序%2C非常的全%2C非常的有效

    0下载:
  2. 遗传算法的matlab代码,用起来还不错,欢迎下载使用,谢谢各位。(The matlab code of genetic algorithm is pretty good to use. Welcome to download and use. Thank you.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:104448
    • 提供者:黄小星儿
  1. 多种群遗传算法的函数优化算法

    2下载:
  2. 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-10
    • 文件大小:5120
    • 提供者:八戒不吃鱼
  1. 基于粒子群算法和遗传算法的PID参数优化

    1下载:
  2. 基于粒子群算法和遗传算法的PID参数优化程序和相应文档(The Optimization of PID Parameters Based on Particle Swarm Optimization and Genetic Algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-18
    • 文件大小:1236992
    • 提供者:乐言
  1. 遗传算法

    1下载:
  2. 理解遗传算法的入门程序,这里面每一个程序的代码都有标注。便于理解生成种群、遗传和变异过程,附带了一个算例,可以参考。(Understand the entry procedure of genetic algorithm, in which every program's code is marked. It is easy to understand the process of population, heredity and mutation. A numerical example is
  3. 所属分类:matlab例程

    • 发布日期:2019-11-07
    • 文件大小:3072
    • 提供者:恰若烟雨
  1. 改进遗传算法的程序

    0下载:
  2. 遗传算法的程序,并做了改进,很适合初学者上手,直接出结果,对学习很有帮助。
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com