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

搜索资源列表

  1. pentaho_data-1.2.0.534-GA

    2下载:
  2. A complete business intelligence platform that includes reporting, analysis (OLAP), dashboards, data mining and data integration (ETL). Use it as a full suite or as individual components that are accessible via web services. Ranked #1 in open source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:738.69kb
    • 提供者:lyb
  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.99kb
    • 提供者:胡朋
  1. AHybidGeneticAgorithmtoSolveTS

    0下载:
  2. 求解TSP和MTSP的混合遗传算法_英文_,Abstract:M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup cit ies and returns the same start ing city. The to tal length of all subtours is required to be m ini2 mum. Th is is called
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:211.53kb
    • 提供者:Notics
  1. GA-TSP

    0下载:
  2. 遗传算法求解TSP问题。包含6个文件。用matlab打开gatsp1.m,点击运行即可以得出结果。distTSP.txt文件包含了城市数据。如果更改了城市数,则须修改gatsp1.m文件中的N参数。-Genetic algorithm for TSP. Contains 6 files. Using matlab to open gatsp1.m, click on the results of running that can be drawn. distTSP.txt file contai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:11.49kb
    • 提供者:
  1. applet.iceblox

    0下载:
  2. 企鹅推冰块游戏,A,D左右移动.K,M上下移动- The penguin pushes the ice piece game, A, about D moves K, M reciprocated
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:21.44kb
    • 提供者:曾琼
  1. tsp-ga.m

    0下载:
  2. sovling TSP(Travelling Salesman Problem) with GAs -sovling TSP (Travelling Salesman Problem) with GAs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.24kb
    • 提供者:li
  1. gatbx

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

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

    0下载:
  2. 程序中包括了数据进制转换和适应度等计算的遗传算法-Procedures, including data conversion and M-ary fitness in terms of the genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.92kb
    • 提供者:刘雯雯
  1. fitnessfunction

    0下载:
  2. 线性二次最优控制加权阵遗传算法优化适应度函数m文件;模糊控制器量化比例因子遗传算法优化适应度函数m文件-Linear quadratic optimal control weighted array genetic algorithm fitness function m documents quantization scale factor of fuzzy controller optimized by GA fitness function m file
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4.38kb
    • 提供者:张立迎
  1. GA

    0下载:
  2. 基因演算法genetic algorthim的程式實現,可利用此程式找出最佳化解-Genetic algorthim genetic algorithm implementation of the program, this program can be used to resolve the best
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:12.09kb
    • 提供者:邱品其
  1. ga

    0下载:
  2. 本次上传的m文件是关于遗传算法中的一种简单方法,对遗传算法进行初步编程实现。-From this the m file is in the genetic algorithm on a simple method of genetic algorithm initial programming.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:555byte
    • 提供者:小光
  1. GA

    0下载:
  2. 遗传算法工具箱以及用遗传算法找最优值,主函数是zuiyou.m-Genetic Algorithm Toolbox and using genetic algorithms to find optimal values, the main function is zuiyou.m
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:11.21kb
    • 提供者:周玉
  1. GA

    0下载:
  2. 采用M语言编写,利用遗传算法二进制编码求函数极值的程序.可以设定编码位数,进化代数,种群大小等。-With M written in binary-coded genetic algorithm function extremum seeking procedure. Can be set to encode digits, evolution algebra, population size.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:8.71kb
    • 提供者:lizheran
  1. GA-RBF

    3下载:
  2. 1.利用GA算法优化RBFNN的各种权值; 2.利用RBFNN进行函数跟踪; 3.比较测试未用GA优化的和使用GA优化的RBFNN的结果。-1.Use GA algorithm to optimize a variety of weights in RBFNN 2. Use RBFNN to realize tracking function 3. Compare and test the results of using GA and not using GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:6.96kb
    • 提供者:天天
  1. Genetic_Algorithm

    0下载:
  2. How to use the program for your own purposes: The main thing that needs to be changed in ga.m is the fitness function and a few parameters. It is now set to minimize a function z=f(x,y) that is a sum of scaled translated Gaussian distr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:33.32kb
    • 提供者:ffault
  1. Adapting-GA

    1下载:
  2. 多目标遗传算法优化PID参数,是M文件。内容很详细,有需要的可以下载-this is matlab file ,it is for adpation GA for PID
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3.11kb
    • 提供者:周建玉
  1. ga

    0下载:
  2. ga.m遗传算法,多个处理操作分开,具体简洁-main code of ga~
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4.85kb
    • 提供者:叶文兴
  1. GA

    3下载:
  2. matlab 编写的遗传算法,内涵M文件和simulink模块,可直接运行(this is a matlab file. it include m file and simulink file. you can run the file named GA_run directly.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:9kb
    • 提供者:pajyyy
  1. C M

    0下载:
  2. this is GA-PSO algorithm
  3. 所属分类:文章/文档

    • 发布日期:2018-01-10
    • 文件大小:1.83mb
    • 提供者:adnan1991
  1. GA

    2下载:
  2. 一个使用遗传算法整定PID参数的例程,使用M文件调用Simulink模型。(A routine that uses genetic algorithms to tune the PID parameters uses the M file to call the Simulink model.)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-13
    • 文件大小:42kb
    • 提供者:xcyz
« 12 3 4 5 6 »
搜珍网 www.dssz.com