CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - ga函数

搜索资源列表

  1. Matlab-GA

    0下载:
  2. 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
  3. 所属分类:其他小程序

    • 发布日期:2013-04-05
    • 文件大小:6164
    • 提供者:周晓阳
  1. ga

    0下载:
  2. 遗传算法源代码,多元单峰函数优化源代码,很好哦-Genetic algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:11283
    • 提供者:wangjun
  1. GA

    1下载:
  2. 多目标的十进制遗传算法,可求解多个测试函数的多维的最优值-Multi-objective Genetic Algorithms decimal, multiple tests can be solved multidimensional optimal value function
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2156
    • 提供者:心海赤潮
  1. matlab--ga

    0下载:
  2. 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6607
    • 提供者:刘军华
  1. ga-tool

    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-01
    • 文件大小:4599
    • 提供者:周军
  1. ga-tool1

    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
    • 文件大小:8137
    • 提供者:周军
  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. 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

    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. 在matlab下实现遗传算寻找二元函数最大值-Achieve the genetic algorithm to find the maximum value of a binary function under the matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3470
    • 提供者:杨芳
  1. ode45new

    0下载:
  2. matlab中的ga函数的详细算法程序,适用于优化问题求极值点。-using matlab to develop a funtion
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4140
    • 提供者:云峰
  1. MATLAB-ga

    0下载:
  2. matlab经典遗传算法GGA求解一元函数优化问题-Matlab genetic algorithm optimization of one element function
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:薄荷
  1. Nonlinear-DP-and-GA-algorithm

    0下载:
  2. 非线性规划和ga算法求解函数极值,提高非线性规划的优化能力-Nonlinear programming and GA algorithm to solve the extreme value of function, improve the optimization ability of nonlinear programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4145
    • 提供者:谢达
  1. GA

    0下载:
  2. 简单的遗传算法,python实现 以函数优化问题作为背景,对GA的实现过程进行探讨。大部分函数优化问题都可以写成求最大值或者最小值的形式,为了不是一般性,我们可以将所有求最优值的情况都转换成求最大值的形式,例如,求函数f(x)的最大值,-GA pytho
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2826
    • 提供者:肖铁
  1. GA

    0下载:
  2. matlab下的遗传算法,针对的是罚函数下的遗传算法优化-Matlab under the genetic algorithm, for the penalty function of the genetic algorithm optimization
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1822
    • 提供者:张强
  1. demo4

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。(Genetic algorithm (GA) is a search algorithm for solving optimization in computational mathematics. It is a kind of evolutionary algorithm. Evolutio
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:风12369874
  1. GA

    0下载:
  2. GA拟合多元函数,实现函函数的拟合。遗传算法在拟合复杂函数具有很好的效果。残差小。(GA fitting multivariate functions, the realization of the function of the fitting. The genetic algorithm has a good effect in fitting complex functions. Small residual.)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:1066
    • 提供者:keykang1001
  1. ga函数

    0下载:
  2. 遗传算法是一个万精油,几乎很多的地方都会用到这个算法。希望对大家有用(Genetic algorithm is a million essential oils, almost in many places will use this algorithm. Hope to be useful to everyone)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1309696
    • 提供者:春1
  1. GA(PSO)

    7下载:
  2. A算法解决多式联运问题,有主程序文件和相关函数文件。(Using the GA algorithm to solve the multimodal transport problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:7168
    • 提供者:从武书生
« 12 »
搜珍网 www.dssz.com