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

搜索资源列表

  1. yich

    0下载:
  2. 遗传算法就是那么点东西呗,就是在一个域内搜索最优解, 比如那个配送中心选址,如果用最低级的算法, 它的复杂度是C(n,m)*n!以上对吧?然后用遗传算法就可以使得复杂度降低呗, 迅速达到收敛。<br/>遗传算法的确是目前的一个在很多领域都比较先进的求解算法,你去搜一下它的原理看看吧, 我写程序之前光看这个算法的原理就看了两三天才全看明白。 这是我用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2800
    • 提供者:liumengqian
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. cSHARP

    1下载:
  2. C#编写的遗传算法 可以用于多机器人路径规划方面 可以参考-C# prepared by genetic algorithm can be used in many aspects of robot path planning can refer to
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:13538
    • 提供者:王孟萌
  1. sgaMethod

    0下载:
  2. 利用标准遗传算法求解函数f(x)=(x-5)*(x-5)的最小值,其中x属于区间[-255,255],算法的参数自己设定。-SGA method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:59283
    • 提供者:ycf
  1. ga

    0下载:
  2. 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:726
    • 提供者:qinming
  1. 001

    0下载:
  2. 一个人工智能的课设,是遗传算法求最值,主要代码在kernel.h中!-Set up a course in artificial intelligence, genetic algorithms are seeking the most value in the main code at kernel.h!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7164953
    • 提供者:lele
  1. TSP

    1下载:
  2. 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:7371
    • 提供者:liujingai
  1. PaiKe

    0下载:
  2. c#编写的排课系统,基于遗传算法的,很有研究价值-c# Timetable prepared systems, based on genetic algorithm, it is the research value of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:135736
    • 提供者:yaofeng
  1. PID-GAs

    1下载:
  2. 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1846
    • 提供者:qiqi
  1. A_very_simple_genetic_algorithm_source_code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:4281
    • 提供者:Kaavield
  1. stglxt

    0下载:
  2. 一个c#实习的遗传算法,希望对大家有帮助-C# practice a genetic algorithm, we want to help
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:462000
    • 提供者:fengchangbao
  1. VC-gp

    0下载:
  2. 作为人工智能领域一大分支的遗传算法。基于VC++的遗传算法编程实现,-As a major branch of artificial intelligence, genetic algorithm. Based on VC++ programming genetic algorithms,
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:5859
    • 提供者:fengyanghe
  1. GA1E1

    2下载:
  2. 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
  3. 所属分类:Console

    • 发布日期:2016-08-10
    • 文件大小:4153129
    • 提供者:张帅
  1. GATest

    0下载:
  2. 用C#实现遗传算法,包括选择,交叉,变异和计算适应度-use C# improw math ,you can see it how to run, marry use happy to you !Thank you very much! Thank you very much! Thank you very much!
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:181524
    • 提供者:陆鹏
  1. 9927397yichuanandmiyi

    0下载:
  2. 免疫遗产酸的一个小程序 里面包含了人工免疫 遗传算法几部分-Heritage acid immunization program in a small manual which contains several parts of immune genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2221
    • 提供者:王佳妮
  1. GA

    8下载:
  2. 本程序是用遗传算法实现的目标火力分配问题,绝对能运行处你想要的结果-This procedure is used to achieve the goal of genetic algorithm the distribution of power, absolutely you want to run the Department the results of
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-30
    • 文件大小:329194
    • 提供者:limeicui
  1. GA_TSP

    0下载:
  2. 用VC写的遗传算法求解TSP问题程序,研一时候的作业,有多种变异和交叉方法,可以对比各中组合的计算结果-Written by VC genetic algorithm procedure TSP problem, a study of the operation time, there are several variations and cross-method comparison of the results of portfolio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:54140
    • 提供者:章鱼
  1. gafuzzymatlab

    0下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集 -Simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4582
    • 提供者:王朗
  1. yichuan

    0下载:
  2. 一个简单的遗传算法,求一个函数在某个区间的最大值,作为学习一窜算法的初学者使用-A simple genetic algorithm, for a function at a certain interval of the maximum, as a learning algorithm for a beginner to use channeling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7304
    • 提供者:nini
  1. 2

    0下载:
  2. 两个基本遗传算法的例子,给大家一个参考吧-Two examples of the basic genetic algorithm, a reference to everyone you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1175
    • 提供者:hejizhu
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com