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

搜索资源列表

  1. 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取

    6下载:
  2. 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取
  3. 所属分类:matlab例程

  1. ANN-moving-robot

    0下载:
  2. 运用人工神经网络和遗传算法实现机器人程序能够自动排除地图中的障碍物。-The use of artificial neural networks and genetic algorithm procedures robot can automatically rule out the possibility of obstructions map.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:143.55kb
    • 提供者:李佳鹤
  1. sjzycsf(matlab)

    0下载:
  2. 十进制遗传算法matlab程序,该程序主要实现十进制下的遗传算法.-Decimal genetic algorithm matlab program, the program is primarily to achieve the decimal under the genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4.37kb
    • 提供者:liangbo
  1. yuchuansuanfa

    0下载:
  2. 本代码是关于,运用遗传算法实现旅行商问题的所有代码,以及MATLAB的使用方法以及工具箱等,是你做设计和其他方面的好例子,s是基于MATLAB软件的运行程序-jhjjsdh shdisd sdhjskd sdjdhsjk skdhsj sdhjs hsdh sd sd s s d s sd s d s d s d sd sd s d s d s d s sd s d sd dsd s dds d sd s d d s d s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:46.01mb
    • 提供者:shiwei
  1. GeneticAlgorith遗传算法

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

  1. GA

    0下载:
  2. 用matlab写的有关遗传算法的程序,可以实现选择、交叉、遗传(Matlab written by the relevant genetic algorithm procedures, you can achieve the choice, cross, genetic)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:9kb
    • 提供者:liaoli
  1. GA

    0下载:
  2. 遗传算法的实现,包含遗传算法的程序,如何实现,注释全面。(Implementation of genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2.2mb
    • 提供者:ZomBiezzZZZ
  1. 遗传算法程序

    0下载:
  2. 主要功能利用选择,交叉,变异等遗传学方法,实现最优值求解。(The main functions of selection, crossover, mutation and other genetic methods to achieve the best value solution.)
  3. 所属分类:matlab例程

  1. 4.遗传算法求解最优解最大值项目

    1下载:
  2. genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:4kb
    • 提供者:AllenHong
  1. 遗传算法优化神经网络matlab源码

    2下载:
  2. 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:116kb
    • 提供者:xihananhai
  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
    • 文件大小:75kb
    • 提供者:傲视天下
  1. 遗传算法

    0下载:
  2. 实现了最佳路劲选择,而不遗漏任何一个坐标位置的遗传算法程序,c++.(A genetic algorithm program for the best choice of road strength without missing any one coordinate position, c++.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:596kb
    • 提供者:Starkey
  1. 遗传算法改进的神经网络程序

    0下载:
  2. 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:50kb
    • 提供者:leesinger
  1. 用MATLAB实现遗传算法程序

    0下载:
  2. 数值智能算法:用MATLAB实现遗传算法(Using MATLAB to implement genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6kb
    • 提供者:任宇
  1. 969655366

    0下载:
  2. 用遗传算法实现二次规划问题,很好的算法,值得下载(Using genetic algorithm to realize quadratic programming problem, good algorithm is worth downloading.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6kb
    • 提供者:你恒哥
  1. 遗传算法及其MATLAB程序

    0下载:
  2. 遗传算法简介 及 matlab计算实现过程(the brief introduction of GA and the method to get it)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:84kb
    • 提供者:kuiger
  1. 用MATLAB实现遗传算法程序

    0下载:
  2. 收录了大多数遗传算法,可以用matlab实现(contain genetic algorithm can be run on matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:159kb
    • 提供者:Monocerotis
  1. 用MATLAB实现遗传算法程序

    0下载:
  2. 遗传算法程序,内有相关ppt与例子讲解及源代码(tool of genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 排课

    5下载:
  2. 实现基于改进的遗传算法的课表编排功能,适用于新高考走班制背景下的课表编排。移植性高。(It realizes the function of timetable arrangement based on improved genetic algorithm, which is suitable for the timetable arrangement under the background of the new college entrance examination shift syste
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-07-12
    • 文件大小:31kb
    • 提供者:zfy0918
  1. 2 免疫遗传算法实现图像阈值分割

    2下载:
  2. 免疫算法应用于图像分割,已经通过程序仿真验证。(Immune algorithm applied to image segmentation)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-23
    • 文件大小:121kb
    • 提供者:无好先生
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com