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

搜索资源列表

  1. 遗传算法优化BP神经网络的权值的matlab程序源代码

    26下载:
  2. 遗传算法优化BP神经网络的权值的matlab程序源代码。,Genetic algorithm BP neural network weights of the matlab source code.
  3. 所属分类:matlab例程

    • 发布日期:2015-05-18
    • 文件大小:130872
    • 提供者:hexing
  1. JobShopSchedulingProblemMatlabGeneticAlgorithm

    0下载:
  2. 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1725
    • 提供者:sxb
  1. robot_motion_planning

    0下载:
  2. This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-define
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1364992
    • 提供者:guigui
  1. ImmuneAlgorithmsCode

    0下载:
  2. 人工免疫算法基于遗传MATLAB代码很有用哦-Artificial immune algorithm based on genetic code useful MATLAB Oh
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:89982
    • 提供者:123456
  1. GA_tower_crane_location

    0下载:
  2. This program is a Matlab code for finding optimal solution of tower crane location in construction project using Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2047
    • 提供者:TJ
  1. GA_main

    0下载:
  2. 遗传算法整套源程序,包括初始种群,计算适应度值,选择,交叉变异等-Genetic algorithm source code package, including the initial population, calculation of fitness value, selection, crossover and other variant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1768
    • 提供者:Mike
  1. speedyGAv1.3

    0下载:
  2. 向量化的遗传快速遗传算法,是M.Mutchell 的遗传算法书中 10,11 业的经典快速算法-SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4231
    • 提供者:李继
  1. pso

    0下载:
  2. This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization al
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4248
    • 提供者:Chris Leung
  1. HybridGAPSOCode

    0下载:
  2. Hybrid Genetic And PSO Algorithm Code in matlab-Hybrid Genetic And PSO Algorithm Code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2594
    • 提供者:rozita
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:118143
    • 提供者:
  1. Codes

    0下载:
  2. a source code for application of genetic algorithm in MWTMP problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11349
    • 提供者:abolfazl
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. cbir-GA-code

    0下载:
  2. its the matlab coding for pattern recoganization in image processing using genetic algorithm-its the matlab coding for pattern recoganization in image processing using genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:224291
    • 提供者:suresh
  1. genetic-algorithm-in-matlab-language

    0下载:
  2. 利用matlab语言编写多个城市间,求最短路径的遗传算法源代码-Genetic algorithm source code, find the shortest path between the Matlab language multiple cities。
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:9716
    • 提供者:zhanglei
  1. NSGA-II-in-MATLAB-[www.MatlabSite.com]

    1下载:
  2. MATLAB Code for: Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1 - November 2011 Programmed By: S. Mostapha Kalami Heris (MatlabSite Member)-MATLAB Code for: Non-dominated Sorting Genetic Algorithm II (NSGA-II) Version 1.1
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:56150
    • 提供者:nadem
  1. Genetic-Algorithm-TOOLBOX-manual

    0下载:
  2. Genetic Algorithm TOOLBOX manual MATLAB遗传工具箱使用手册,英文原版,本书籍详细介绍了MATLAB遗传工具箱使用设计技巧,书内有测试代码-Genetic Algorithm TOOLBOX manual MATLAB genetic toolbox manuals, English original, this book details the genetic toolbox MATLAB design techniques, test code in th
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:168528
    • 提供者:张韬
  1. Genetic-Algorithm

    0下载:
  2. Genetic Algorithm code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1175
    • 提供者:Dexter
  1. CODE

    0下载:
  2. 此代码为遗传算法优化BP神经网络的编码程序部分。(this file is the code program in the genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:李宁227
  1. (MTSP)的遗传算法的MATLAB程序

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

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

    0下载:
  2. 使用MATLAB编写的模拟退火算法和遗传算法的源代码(The source code of the simulated annealing algorithm and genetic algorithm written in MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:1334849784
« 12 3 »
搜珍网 www.dssz.com