CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 遗传算法的MATLAB程序

搜索资源列表

  1. ge-matlab

    0下载:
  2. 遗传算法的matlab程序,里面有几个小块,方便用户随时调用。-Matlab genetic algorithm process, there are several small, user-friendly call at any time.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6955
    • 提供者:yab
  1. Nonlinear Integer Programming Matlab Genetic Algorithm Procedure

    1下载:
  2. 本程序是基于非线性整数规划的遗传算法所编写的Matlab程序-This procedure is based on the non-linear integer programming genetic algorithm written Matlab program
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:5373
    • 提供者:liuyuanyuan
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599431
    • 提供者:
  1. ga1

    0下载:
  2. 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3485
    • 提供者:hexing
  1. GAandrealization

    0下载:
  2. 遗传算法及其matlab实现:用两个实例说明遗传算法的matlab程序实现-Matlab genetic algorithm and its realization: two examples of using genetic algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:206510
    • 提供者:秦勤
  1. GAPSO

    6下载:
  2. 这个算法是遗传算法和粒子群优化算法相互结合的matlab程序,优化效率提高很多,不会陷入局部最优-This algorithm is a genetic algorithm and particle swarm optimization algorithm combined with each other matlab program, optimizing the efficiency a lot and will not fall into local optimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-17
    • 文件大小:5057
    • 提供者:细细
  1. GA

    1下载:
  2. 遗传算法的matlab程序 最小二乘支持向量机程序-Genetic algorithm matlab process procedures for least squares support vector machine
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-07-24
    • 文件大小:218211
    • 提供者:zhuhong
  1. path-planning2

    0下载:
  2. 用matlab程序编写的遗传算法路径规划程序用来实现最短路径问题。-Programming using genetic algorithm matlab path planning process used to achieve the shortest path problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2324
    • 提供者:丁彪
  1. julei

    0下载:
  2. 图像处理,图像分割,基于matlab的遗传算法的一些程序-Image processing, image segmentation, based on some of the genetic algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:50390
    • 提供者:shuren21
  1. matlab

    0下载:
  2. 遗传算法的MATLAB程序实例,遗传算法的MATLAB程序实例-genetic algorithm instance of the MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:12493
    • 提供者:leichenjian
  1. genetic-algorithm-matlab-program

    0下载:
  2. 本文介绍了三个遗传算法的matlab程序实例-This article describes three genetic algorithm matlab program instance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:19419
    • 提供者:高幸
  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. BP and LVQ Neurl Networks

    0下载:
  2. BP神经网络和lvq神经网络的MATLAB程序,程序中包含有网络的识别效果图。(BP neural network and LVQ neural network training and pattern recognition)
  3. 所属分类:matlab例程

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

    0下载:
  2. 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Kelly0928
  1. 遗传算法matlab

    0下载:
  2. 这是一个能运行的DV-Hop的MATLAB仿真程序,大家可以学习使用(This is a can run DV-Hop MATLAB simulation program, we can learn to use)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:106496
    • 提供者:yuanking
  1. 非支配排序遗传算法

    1下载:
  2. 非支配排序遗传算法NAGS2,算法程序进行了相应的注释,可以运行(Non dominated sorting genetic algorithm NAGS2, algorithm procedures for the corresponding notes, you can run)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:532480
    • 提供者:Slfwoniu
  1. matlab

    0下载:
  2. 用于解决TSP的启发式算法的matlab程序,包含模拟退火算法与遗传算法。(Matlab program for solving TSP heuristic algorithm, including simulated annealing algorithm and genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:82944
    • 提供者:canlee1992
  1. matlab遗传算法程序_2017

    0下载:
  2. MATLB做的经典遗传算法程序,包括算法的选择、交叉、变异函数,以及一些简单的MABTLAB遗传算法例子!(Classical genetic algorithm MATLB program, including the selection of algorithms, crossover, variogram, and some simple examples of MABTLAB genetic algorithm!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:54272
    • 提供者:wliaoc
  1. 遗传算法工具箱

    0下载:
  2. 这是遗传算法工具箱,大量的MATLAB程序(Genetic algorithm toolbox, a large number of MATLAB program)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:112640
    • 提供者:shangruo
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com