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

搜索资源列表

  1. 10242419TSP遗传算法程序

    0下载:
  2. 是tsp遗传算法,详细的描述其进行的过程,可以使人很容易理解。(TSP genetic algorithm, a detailed descr iption of its process, can make it easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:134144
    • 提供者:yongwong
  1. MATLAB遗传算法

    0下载:
  2. 遗传算法和非线性规划的函数寻优,BP神经网络优化(Genetic algorithm and nonlinear programming function optimization, BP neural network optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:43008
    • 提供者:drafei
  1. chapter1遗传算法工具箱

    0下载:
  2. 遗传算法实例,用于遗传算法的学习和工作,为同学和开发人员提供参考。(Genetic algorithm examples, for genetic algorithm learning and work, for students and developers to provide reference.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. chapter7多种群遗传算法的函数优化算法

    0下载:
  2. 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:心空岁月
  1. chapter8基于量子遗传算法的函数寻优算法

    0下载:
  2. 本文件为基于量子遗传算法的MATLAB软件去寻优(This paper is based on the MATLAB software to seek optimization based on the quantum genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:心空岁月
  1. chapter11基于多层编码遗传算法的车间调度算法

    0下载:
  2. 基于多层编码的遗传算法的车间调度算法研究(The study of workshop scheduling algorithm based on multi-layer coding genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:10240
    • 提供者:心空岁月
  1. 遗传算法优化神经网络matlab源码

    1下载:
  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
    • 文件大小:118784
    • 提供者:xihananhai
  1. 基于神经网络遗传算法的系统极值寻优

    0下载:
  2. 基于神经网络遗传算法的系统极值寻优 初始化遗传算法参数(Optimization of system extremum based on neural network genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:193536
    • 提供者:李四3601
  1. 遗传算法求解

    1下载:
  2. 多个设计参数下以两目标函数采用遗传算法优化进行择优(Multi parameter, two objective function, genetic algorithm, optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:小叶儿
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimization BP neural network nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:52224
    • 提供者:青鱼
  1. 基本遗传算法

    0下载:
  2. 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:三百碗饭
  1. 基于遗传算法的BP神经网络优化算法

    5下载:
  2. 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-07
    • 文件大小:1024
    • 提供者:haozhelingyun
  1. 基于遗传算法的TSP算法

    0下载:
  2. 基于遗传算法的TSP算法,Matlab代码。(TSP algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:haozhelingyun
  1. Sheffield的遗传算法工具箱

    2下载:
  2. MATLAB谢菲尔德 遗传算法工具箱 很好用 加载在MATLAB里(MATLAB Sheffield GA tool)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:422912
    • 提供者:chaoyiliu
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:96256
    • 提供者:阿雨
  1. chapter5基于遗传算法的LQR控制器优化设计

    0下载:
  2. 遗传算法LQR最优控制器设计的MATLAB实现及应用(Genetic algorithm, LQR, optimal design)
  3. 所属分类:数值算法/人工智能

  1. matlab编写的量子遗传算法

    0下载:
  2. 量子遗传算法MATLAB实现,可以作为编程参考(Quantum genetic algorithm MATLAB implementation, can be used as a programming reference)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:岁月骑士
  1. GA遗传算法

    0下载:
  2. 应用遗传算法求函数最优解,采用c++编程,包括三个文件。建议迭代次数大于等于100(Application of genetic algorithm to optimal solution of function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:nglnc
  1. 遗传算法及其在函数优化问题中的应用研究 (2)

    0下载:
  2. 遗传算法在函数优化中的作用,解释了遗传算法的可行性。。。。。(Application of genetic algorithm in sparse matrix)
  3. 所属分类:人工智能/神经网络/深度学习

  1. _基于交叉库与并行变异的自适应遗传算法_苗振华

    0下载:
  2. 遗传算法在交叉,变异中的并行关系。。。。。。。。。(Parallel relation of genetic algorithm in crossover and mutation)
  3. 所属分类:其他

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com