CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 基本遗传算法

搜索资源列表

  1. BAdapGAAa

    0下载:
  2. 基本遗传算法,可以通过简单的调调用即可实现最大值和最小值等函数 -Basic genetic algorithm, maximum and minimum values ​ ​ can be realized by simple call to the tune function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:877
    • 提供者:ttian1000
  1. gac_plus_plus

    0下载:
  2. 王小平老师编写的书中,基本遗传算法在vc++中的实现程序-simple genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5491
    • 提供者:陈魁
  1. Ant_clony_of_alogrithm

    1下载:
  2. 基本蚁群聚类算法及其改进算法[带Matlab源代码] 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。 改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子, 产生变异,从而更快的收敛。 -The basic ant clustering algorithm and its improved algorithm with Matlab source code of the algorithm to solve the non-con
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:259882
    • 提供者:陈魁
  1. GA_operator

    0下载:
  2. 这是基本遗传算法的三个遗传算子(选择,交叉,变异)的编程,一看就懂,是初学者最好的学习-This is the three basic genetic algorithm genetic operators (selection, crossover and mutation) programming, could be easily understood, is the best way to learn for beginners
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1946
    • 提供者:陈魁
  1. Tgaoptth

    0下载:
  2. 使用基本遗传算法(GA)对函数进进行最优化的C语言源程序可直接使用。 -Using the basic genetic algorithm (GA) optimization functions into C language source code can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:7864
    • 提供者:bargain
  1. 基本蚁群算法程序

    1下载:
  2. 本文算法可用于优化、识别等问题,和其他遗传算法有同工异曲之妙
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-10
    • 文件大小:33280
    • 提供者:xinkuan123
  1. ga

    1下载:
  2. 本程序是一个用C++模板实现的遗传算法库,包括了基本遗传算法,自适应遗传算法和分层遗传算法,具有优秀的通用性和可复用性。 main函数是一个对建筑能耗作分析的例子,需要安装Energy plus 6.0才能正确运行,否则报错。 附有说明文档。 -The program is a C++ template implementation genetic algorithm library, including the basic genetic algorithm, adaptive g
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:1800515
    • 提供者:lee
  1. myGA

    0下载:
  2. 基本遗传算法求解一维无约束优化问题,采用轮盘赌策略。-Basic genetic algorithm for solving one-dimensional unconstrained optimization problem, using the roulette strategy.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1105
    • 提供者:zhengjianhui
  1. Knapsack-problem-based-on-GA

    1下载:
  2. 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:421039
    • 提供者:李海波
  1. optimization-algorithm

    0下载:
  2. 基于遗传算法的函数优化,根据基本遗传算法方法原理,设 f(x) = -x^2 - 4x + 1,求 min f(x), xÎ [-2, 2],解的精度保留二位小数。-Function of the genetic algorithm-based optimization, according to the principles of the basic genetic algorithm method, set f (x) =-x ^ 2- 4x+ 1, seeking min f (x
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1228
    • 提供者:roy
  1. sga

    2下载:
  2. 这是一个针对simulink模型的四个参数的基本遗传算法参数辨识的.m文件-This is a basic genetic algorithm parameters for the the simulink model four parameters identification. M files
  3. 所属分类:matlab

    • 发布日期:2017-06-24
    • 文件大小:2048
    • 提供者:郑跃
  1. call-center2-20120920-3P3P2

    0下载:
  2. 本代码用遗传算法解决多技能呼叫中心问题的排班问题,使用的是基本遗传算法-genetic algorithm to solve staffing problem in multi-skill call centers
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:56629
    • 提供者:zhaofei
  1. matlab-ga

    0下载:
  2. 基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
  3. 所属分类:MPI

    • 发布日期:2017-11-11
    • 文件大小:3462
    • 提供者:derek
  1. sga

    0下载:
  2. 基本遗传算法,含有测试函数,可以准确运行,出图,对代码有解释,清晰,容易理解-Basic genetic algorithm, containing the test function, can accurately run, a map, explained the code, clear, easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:1143
    • 提供者:杨彬
  1. Basic-genetic-algorithm

    0下载:
  2. 基本遗传算法,本程序是学习遗传算法最简单的例子,供大家参考-Basic genetic algorithm, this program is to learn from the most simple example of the genetic algorithm, for your reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:315425
    • 提供者:夏刚
  1. ants(colony_basic)

    0下载:
  2. 基本遗传算法求解tsp问题,包含GA的选择、交叉、变异等操作。-Basic genetic algorithm tsp problem contains the GA' s selection, crossover, and mutation operation.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:2118
    • 提供者:良东
  1. tsp_ga_basic

    0下载:
  2. tsp问题用基本遗传算法来解决,matlab的源代码-tsp problem to solve basic genetic algorithm, matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:3121
    • 提供者:良东
  1. Matlab_gap282dp29

    0下载:
  2. 基本遗传算法的Matlab程序(2维函数),Matlab程序 282维函数 29,最优函数值变化趋势-Basic genetic algorithm Matlab program (2-D function), Matlab program 282-dimensional function 29 optimal function value trends
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:1024
    • 提供者:良东
  1. GA

    0下载:
  2. 基本遗传算法的介绍,以及相关测试-The introduction of the basic genetic algorithm, and related testing and so on and so forth
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:1146
    • 提供者:谢林云
  1. GA

    0下载:
  2. 基本遗传算法,采用单点交叉算子和倒位变异算子-Basic genetic algorithm using a single point crossover operator and inversion mutation operator
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:5769
    • 提供者:梁乐乐
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 27 »
搜珍网 www.dssz.com