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

搜索资源列表

  1. Self-MATLAB-code-genetic-algorithm

    0下载:
  2. 发一份自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Send a self-compiled MATLAB genetic algorithm code, with the simple genetic algorithm (Simple Genetic Algorithm or Standard Genetic Algorithm, SGA) to stri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:6782
    • 提供者:李慧
  1. SGA

    0下载:
  2. 遗传算法经典源代码,可移植性极强,方便测试-Classical genetic algorithm source code, portability is extremely convenient test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3478
    • 提供者:jiangyuzhe
  1. GA-CPP

    0下载:
  2. 基本遗传算法(Simple Genetic Algorithms,简称SGA,又称简单遗传算法或标准遗传算法),是由Goldberg总结出的一种最基本的遗传算法,其遗传进化操作过程简单,容易理解,是其它一些遗传算法的雏形和基础。 -Basic genetic algorithm (Simple Genetic Algorithms, referred to as the SGA, also known as simple genetic algorithm or standard genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1502056
    • 提供者:于少沛
  1. Agent_GA

    0下载:
  2. 将Agent和遗传算法相结合,得到新的基于Agent的GA算法,加速了标准遗传算法的收敛性。-Based_agent GA algorithm is very usful for improving the SGA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1586
    • 提供者:shili
  1. SGA

    0下载:
  2. 遗传算法解决旅行商(tsp)问题,规模较小,适合初学者学习。-Genetic algorithm to solve traveling salesman (tsp) problem, smaller, suitable for beginners to learn.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2366
    • 提供者:Andy
  1. youhua

    0下载:
  2. 给出了基于MGA算法和SGA算法的结果比较,得到所要求的函数优化结果。-MGA algorithm is given based on comparison of the results and SGA algorithms, function optimization to get the required result.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:16206
    • 提供者:weixiaoli
  1. SGA

    0下载:
  2. 经典的实数编码遗传算法 采用轮盘赌 用于解决函数优化-The classic real-coded genetic algorithm for sloving the function optimization by Roulette
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3180
    • 提供者:jenny
  1. answer3

    0下载:
  2. sga的一个小例程,是个真实的源代码,可以看看哦-sga a small routine, is a true source code, you can see Oh
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:737
    • 提供者:li
  1. Oracle.Performance.Tuning

    0下载:
  2. hared Pool是Oracle SGA设置中最复杂也是最重要的一部分内容,Oracle通过Shared Pool来实现SQL共享、减少代码硬解析等,从而提高数据库的性能。在某些版本中,如果设置不当,Shared Pool可能会极大地影响数据库的正常运行-hared Pool Oracle SGA setting is the most complex and most important part, Oracle SQL through the Shared Pool to achieve
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:216302
    • 提供者:sky13and23
  1. MATLAB

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。 -In artificial intellig
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:47273
    • 提供者:李际超
  1. SGA

    0下载:
  2. 按照标准的遗传算法步骤编写的matlab遗传算法程序-Matlab genetic algorithm written in accordance with the standard genetic algorithm steps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1666
    • 提供者:罗旭
  1. SGA

    0下载:
  2. Standard Binary Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2509
    • 提供者:mami
  1. GA

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-a genetic algorithm (GA)
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:10569
    • 提供者:xuxianfeng
  1. sga

    0下载:
  2. 基于基本遗传算法的函数最优化 《遗传算法——理论、应用与软件实现》,王小平、曹立明编着 -A function of the basic genetic algorithm-based optimization "Genetic algorithm- theory, application and software implementation, Wang Xiaoping, Cao Liming, ed
  3. 所属分类:transportation applications

    • 发布日期:2017-04-03
    • 文件大小:4724
    • 提供者:chengfeng
  1. oracle

    0下载:
  2. oracle内存结构:主要介绍SGA、PGA与UGA的功能与作用,及其它们的联系-oracle memory structure: describes the function and role of the SGA, PGA and UGA, and their contact
  3. 所属分类:Oracle

    • 发布日期:2017-04-02
    • 文件大小:11597
    • 提供者:guomeihua
  1. SGA

    0下载:
  2. Simple Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3087
    • 提供者:Farnaz
  1. SGA

    0下载:
  2. 基本遗传算法,有c语言实现的,根据遗传算法的原理对函数极值进行求解-Basic genetic algorithm, with C language, according to the principle of genetic algorithm for solving extreme value of function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:5666
    • 提供者:hello
  1. SGA

    0下载:
  2. 主要通过Matlab实现遗传算法的操作,帮助那些对遗传算法感兴趣的人进行学习参考-Matlab genetic algorithm operation to help those people interested in the genetic algorithm to learn the reference
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4383
    • 提供者:竹子
  1. develop_GA

    0下载:
  2. 针对SGA的早熟,收敛慢,收敛于次优点的缺陷,做三大改进:自适应交叉变异,模拟退火,交叉方式改进,速度提升65 -For the SGA premature, slow convergence, convergence on the merits of defects, do the three major improvements: Adaptive crossover and mutation, simulated annealing, the cross-ways to improve 6
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:360906
    • 提供者:gaosuwen
  1. SGA

    0下载:
  2. 运用了简单遗传算法,在matlab环境下设计了轮盘赌法-Simple genetic algorithm roulette
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1999
    • 提供者:qss
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com