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

搜索资源列表

  1. ga-tool2

    0下载:
  2. 基于matlab的关于遗传算法的一些重要的函数的m文件,供读者参考 -Based on some of the important matlab m file on genetic algorithm function for readers reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6514
    • 提供者:周军
  1. ga-tool3

    0下载:
  2. 基于matlab的关于遗传算法的一些重要的函数的m文件,供读者参考 -Based on some of the important matlab m file on genetic algorithm function for readers reference
  3. 所属分类:Other windows programs

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

    0下载:
  2. this code implements a genetic algorithm that finds the maximum of a function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:491586
    • 提供者:pablomadoery
  1. GA

    0下载:
  2. 遗传算法求解函数的极值,使用“轮盘赌”选择法-Genetic algorithm for solving the extreme value of function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1106
    • 提供者:刘彬
  1. GA-

    0下载:
  2. 遗传算法求解二元函数的最优值,是非常有用的参考例程,有详细上网注释-Genetic algorithm for optimal value of the dual function is very useful reference routines, detailed notes online
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:985
    • 提供者:luoxinyong
  1. universal-application-of-GA

    0下载:
  2. 一个具有普遍的应用型的遗传算法代码,只要改变目标函数以及一定的条件,就可实现。本代码以求取二次函数的最大值为例编写-A universal application-oriented genetic algorithm code, as long as the objective function as well as changes in certain conditions, can be achieved. The code to strike a maximum of a quadrati
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7736
    • 提供者:磐石
  1. gA-MAX

    0下载:
  2. 这是遗传算法求解函数极值的一个算法程序,对求解具有很大意义-This is a genetic algorithm function extremum of an algorithm for solving the great significance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3777
    • 提供者:liang
  1. tsp-GA

    0下载:
  2. 遗传算法解决TSP问题,词程序为30个城市的TSP问题,其中交叉和变异函数有点问题,在结果中可能无法遍历30个城市-Genetic algorithm to solve TSP, the word program is 30 cities TSP problem where a problem with the crossover and mutation function, the result may not traverse 30 cities
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:9343
    • 提供者:王贾予沣
  1. ga-jobshop-jsp

    0下载:
  2. 遗传算法解决jobshop问题,添加了缺少遗传算法工具箱的相关函数,可直接运行main函数。-Jobshop genetic algorithm to solve the problem, add the missing genetic algorithm toolbox correlation function can be directly run the main function.
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:9511
    • 提供者:chenzhen
  1. BPSO-and-GA

    0下载:
  2. 使用粒子群算法和遗传算法求取简单函数的极值,代码将两个算法糅在一起写的,遗传算法又含有二进制码和格雷码编码方式。-The use of particle swarm optimization and genetic algorithm to strike a simple function of the extreme, the code will be melted together to write two algorithms, genetic algorithms and contain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:689685
    • 提供者:cc
  1. ga

    0下载:
  2. 遗传算法程序代码,包括函数最优化,基本算法,分层遗传改进算法等-Genetic algorithm code, including function optimization, the basic algorithm, hierarchical genetic algorithm to improve
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1842508
    • 提供者:zazaza
  1. GA

    0下载:
  2. 隔离的遗传算法,主程序,目标函数,约束分得很清楚。-Isolated genetic algorithm, the main program, the objective function, constraints are clearly divided.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2259
    • 提供者:蒋玉龙
  1. GA

    0下载:
  2. 基于遗传算法的函数极值求解,就是通过遗传算法求解函数极大极小值-use the GA algorithm to get the min or max vaual of the function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:256927
    • 提供者:李斯定
  1. Algoritma-GA-(Optimasi-Fungsi)

    0下载:
  2. Genetic Algorithm for Minimizing Function Output -- editable function
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2819
    • 提供者:mahmuddwis
  1. Ga-tsp

    7下载:
  2. 遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:185344
    • 提供者:
  1. Real-Coded-GA

    0下载:
  2. GA algorithm for optimization with all Roulette Wheel Selection and.... with this algorithm you can optimize any function you want to minimize or maximize . just you need to make your function then add it name in this scr ipt.
  3. 所属分类:Editor

    • 发布日期:2017-04-13
    • 文件大小:2389
    • 提供者:amin
  1. GA-taylor-Fortran

    0下载:
  2. 采用二进制编码,实现遗传算法功能,并添加了泰勒幅度激励这一功能 -Binary coding, Genetic algorithms function, and Taylor added incentive of this magnitude function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3266
    • 提供者:
  1. GA-and-PSO

    0下载:
  2. GA遗传算法与PSO离子群组合算法matlab程序,以下是使用本程序的简单介绍与使用步骤 1)修改设计变量个数 NPar变量定义的是设计变量个数,本例为8,使用时需根据自己实际情况进行修改。 2)修改设计变量的上下限 VarLow 与VarHign定义的是设计变量的上下限,使用时需根据自己实际情况进行修改。记住,变量的维数,要与1)变量个数一致哦。 3)修改FunName 变量FunName定义的是优化目标函数值的计算函数,根据自己实际情况改成自己的函数名。 4)修改
  3. 所属分类:matlab

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

    0下载:
  2. MATLAB实现遗传算法求函数最大值,可以改变变量数目,函数形式-Seeking maximum MATLAB Genetic algorithms function, you can change the number of variables, functional form
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10461
    • 提供者:lbh
  1. GA

    0下载:
  2. GA遗传算法求函数的极值,函数已给出,程序可以正常运行,得到满意效果-The use of genetic algorithms achieve about extremal function of problem solving, function has been give.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:182362
    • 提供者:李媛
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com