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

搜索资源列表

  1. Ring-gear-design-decisions

    1下载:
  2. 利用matlab编程实现实现齿轮优化设计的遗传算法。-Using Matlab programming the gear to optimize the design of the genetic algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-03-31
    • 文件大小:22528
    • 提供者:赵宝
  1. principles-of-evolutionary-algorithm

    0下载:
  2. 简要阐述了进化算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用。 -Briefly the basic principles of evolutionary algorithm, to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:2760200
    • 提供者:张嘉城
  1. yichuanTSP

    0下载:
  2. 在matlab编程环境下,利用智能算法中的遗传算法,实现实现了旅行商问题。-Genetic algorithm for TSP
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-16
    • 文件大小:4096
    • 提供者:feiyanyan
  1. Mid-ship-optimization

    0下载:
  2. 遗传算法优化船舶中剖面构件尺寸,matlab编程,先加载X文件-Ships in genetic algorithm optimization section scantlings, matlab programming, first load X files
  3. 所属分类:transportation applications

    • 发布日期:2017-11-17
    • 文件大小:2462
    • 提供者:zhiyuli
  1. GA

    0下载:
  2. 利用MATLAB编程实现遗传算法,并结合一维多峰值函数对算法性能进行了测试,在MATLAB环境中采用遗传算法有效地解决了求解函数的优化问题,仿真结果验证了该算法的有效性,图像直观,性能优越,为遗传算法的实际应用开辟了新的途径和渠道。-Genetic algorithms using MATLAB programming, combined with a function Victoria Peak performance of the algorithm was tested in the MA
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2438
    • 提供者:Chengwei Xiao
  1. Genetic-algorithm

    0下载:
  2. 采用MATLAB编程,采用遗传算法求分段函数极值-Using MATLAB programming, using genetic algorithm for segmentation function extremum
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:138971
    • 提供者:liuyong
  1. Shop-scheduling-algorithm

    0下载:
  2. 根据多层编码遗传算法原理,在matlab中编程实现基于多层编码遗传算法的车间调度算法-According to the principle of multi-coded genetic algorithm in matlab programming shop scheduling algorithm based on multi-coding genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:12039
    • 提供者:吴逸
  1. initpop

    0下载:
  2. 一个matlab遗传算法源程序遗传算法实例也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。对于初学者,尤其是还没有编程经验的非常有用的一个文件-A genetic algorithm matlab source code examples genetic algorithm also got their own, the original code was flawed, I have been corrected, and have passed the commissi
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3889
    • 提供者:
  1. Matlab_codes

    0下载:
  2. Matlab编程,包括:PID控制、遗传算法、蒙特卡罗模拟、小波边缘提取及图像去噪等-Matlab programming, including: PID control, genetic algorithms, Monte Carlo simulation, wavelet edge detection and image de-noising, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4571
    • 提供者:zzz
  1. GA-to-optimize-BP

    0下载:
  2. 本文档是使用遗传算法(GA)优化BP神经网络的编程实例,运行环境为matlab r2007b,内有注释-This document is the use of genetic algorithms (GA) to optimize BP neural network programming examples, the operating environment for matlab r2007b, there are notes
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1543
    • 提供者:xiaOshi
  1. BP-GA

    0下载:
  2. 将遗传算法和BP神经网络算法结合起来组成优化算法,matlab编程-The genetic algorithm and BP neural network algorithm combines composition optimization algorithm, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5543
    • 提供者:ztc
  1. geneticVRP

    0下载:
  2. matlab编程遗传算法代码,解决VRP车辆路径问题-Genetic algorithm matlab programming code to solve VRP Vehicle Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4403
    • 提供者:兰少曼
  1. generic-algorithm

    0下载:
  2. 为方便学习遗传算法基本流程及编程,这里给出了遗传算法的MATLAB程序-To facilitate the learning process and the basic genetic programming algorithm, here are a genetic algorithm in MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:22009
    • 提供者:zdl
  1. feixianxingnihe

    0下载:
  2. 在matlab软件中编程实现基于遗传算法优化BP神经网络非线性系统拟合算法-In the matlab software programming based on genetic algorithm to optimize the BP neural network nonlinear system fitting method
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:47955
    • 提供者:feiyang_lzk
  1. adaptive-GA-TSP

    0下载:
  2. 运用matlab进行编程,能够解决TSP旅行商问题的基本遗传算法的实现,其中参数可自定义-Programming using matlab, able to solve the TSP traveling salesman problem of the realization of the basic genetic algorithm, the parameter can be customized
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:8953
    • 提供者:liuxing
  1. Genetic-Algorithm

    0下载:
  2. 基于遗传算法原理,利用matlab编程,求函数最小值-matlab program for GA, which can be used to obtain minimum value
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1975
    • 提供者:clh
  1. esvga

    0下载:
  2. 遗传算法求解离散问题投资组合,matlab编程实现!-GA for profit combination
  3. 所属分类:transportation applications

    • 发布日期:2017-04-13
    • 文件大小:2408
    • 提供者:pengpeng
  1. ga1

    0下载:
  2. 使用matlab软件编程遗传算法在不规则自由空间中的路径规划-Matlab software programming using genetic algorithms in irregular free space path planning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:7859
    • 提供者:ls
  1. SPSOS

    0下载:
  2. 多目标的粒子群算法例程,可以通过该粒子群遗传优化算法,进行matlab编程仿真,得到优化结果-Particle Swarm Optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:781
    • 提供者:he
  1. GA_tsp

    0下载:
  2. 遗传算法求解TSP问题,C++编程实现,matlab画图-Genetic Algorithm for TSP
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8571187
    • 提供者:jy_mail
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com