CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GA matlab

搜索资源列表

  1. GA

    0下载:
  2. 经典遗传算法,MATLAB实现,希望对大家有所帮助。-Classical genetic algorithm, MATLAB to achieve, I hope all of you to help.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7275
    • 提供者:佳佳
  1. GA-FOR-VRP

    1下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8818
    • 提供者:pengyang
  1. GA_Test

    0下载:
  2. 利用GA算法实现软件测试的测试用例选取,对参数估计进行GA估计-GA algorithm using software testing test cases selected, the parameter estimate is estimated GA
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3153980
    • 提供者:kevin
  1. ARX_Identification

    2下载:
  2. 基于GA(遗传算法)的ARX模型参数辨识-Based on GA (genetic algorithm) of the ARX model parameter identification
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-28
    • 文件大小:13710
    • 提供者:
  1. Kalman_All

    0下载:
  2. Kalman滤波算法的matlab仿真程序,比较详细-Kalman filter algorithm matlab simulation program, more detailed
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:254281
    • 提供者:赵彦雷
  1. GA

    0下载:
  2. 基本的遗传算法实现,并举了一个简单的例子,编程语言matlab-Basic genetic algorithm, both a simple example, programming language matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6195
    • 提供者:liliane
  1. GA

    0下载:
  2. 遗传算法序列(GA)(全)利用matlab编写遗传代码 很有用的啊-Sequence of genetic algorithms (GA) (wide) the use of the preparation of the genetic code matlab useful ah
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2537
    • 提供者:马天然
  1. chejian

    0下载:
  2. 车间作业调度问题遗传算法通用程序,请查看-GA used in factory manufacture plan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:6287
    • 提供者:aircraft
  1. gatbx

    0下载:
  2. 此文件为遗传算法的操作说明和M文件程序文件-books and m files for GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:266573
    • 提供者:felixscape
  1. ga

    0下载:
  2. 基于遗传神经网络的图像分割[神经网络实用教程中的实例]-Based on Genetic Neural Network for Image Segmentation [neural network tutorial and practical examples]
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:117884
    • 提供者:吴真
  1. ga

    0下载:
  2. 用C语言实现遗传的算法,MATLAB虽然有很多算法,但有时用c语言编写的代码执行的快得多-Using C language implementation of genetic algorithm, MATLAB although has a lot of algorithms, but sometimes using c language code implemented much faster
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2431
    • 提供者:杜波
  1. circle1

    0下载:
  2. 此代码是一个遗传算法的应用。它解决了以下问题:在一个有很多星的空间上,画最大的圈,并且使得圈不碰到任何星。最后的输出是一个图像。-This code is an application of GA. It solves the following problem: Draw the largest possible circle in a space of stars without enclosing any of them. The final output is a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:12788
    • 提供者:竹子的信仰
  1. TSP

    1下载:
  2. 各种算法的TSP源码,包含GA、SA、TS、ANN。-TSP source of various algorithms, including GA, SA, TS, ANN.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:8126
    • 提供者:
  1. GA

    0下载:
  2. 遗传算法的MATLAB程序-MATLAB Genetic Algorithm procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3051
    • 提供者:gao
  1. ga

    0下载:
  2. 用MATLAB编写的遗传算法的代码,希望对大家有用,学习下-Prepared using MATLAB genetic algorithm code, in the hope that everyone useful under study
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:187787
    • 提供者:lee
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13929
    • 提供者:lin
  1. GA

    0下载:
  2. 热能工程专业硕士研究生毕业课题:遗传算法目标函数优化-Thermal engineering graduate Master' s graduate student issues: genetic algorithm to optimize the objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1137
    • 提供者:郝晓冬
  1. ga

    0下载:
  2. 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:726
    • 提供者:qinming
  1. TSP

    1下载:
  2. 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:7371
    • 提供者:liujingai
  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 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com