CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Genetic Algorithm c

搜索资源列表

  1. GA_C_code

    0下载:
  2. genetic algorithm c code-genetic algorithm code c
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:125.65kb
    • 提供者:黃綜三
  1. jiandan0101

    0下载:
  2. 这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu, 目录 coe/evol中的文件prog.c中
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.67kb
    • 提供者:nokia8
  1. GA-FCM.rar

    5下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改,Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
  3. 所属分类:matlab

    • 发布日期:2016-07-09
    • 文件大小:1.96kb
    • 提供者:许翔
  1. NSGA-II

    9下载:
  2. 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-14
    • 文件大小:124.1kb
    • 提供者:赵爽
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1.48kb
    • 提供者:孙准
  1. GAOT

    0下载:
  2. 遗传算法matlab工具 1.工具箱文件拷贝至Matlab文件夹下,具体路径为:C:\program files\MATLAB\R2009a\toolbox。 2.工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\文件夹加入该路径系统中。 3 重新启动Matlab,运行即可。 4 一般情况下,会出现如下情况。 安装遗传工
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:102kb
    • 提供者:wirser
  1. GA

    0下载:
  2. 这是一个c++实现的基本遗传算法 很好用的,只要按照提示输入数值区间就行了或者自己把那个函数改一下就可以做了。-c++ to achieve a good basic genetic algorithm used
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:307.92kb
    • 提供者:liuruitie
  1. Genetic-algorithm

    1下载:
  2. 有约束的最优问题,对优化求解很有用,特别是在运筹规划问题上用途很大-The constrained optimization problem, on the optimal solution is useful, especially in the use of large logistics planning issues
  3. 所属分类:matlab例程

    • 发布日期:2012-12-26
    • 文件大小:6.49kb
    • 提供者:钱程
  1. GA

    0下载:
  2. 使用遗传算法优化PID参数,附原创教程及源码、试验数据及照片-PID parameters using genetic algorithm optimization, with tutorials and the original source code, test data and photographs
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.78mb
    • 提供者:杨杨
  1. GA_implementation

    0下载:
  2. MATLAB has a wide variety of functions useful to the genetic algorithm practitioner and those wishing to experiment with the genetic algorithm for the first time. Given the versatility of MATLAB’s high-level language, problems can be coded in m
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1.79mb
    • 提供者:mohaideen
  1. PP

    0下载:
  2. 摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对 选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有 结果准确、收敛速度快等特点。 关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软-Abstract: 0IE problem is a typical combinatorial
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.21kb
    • 提供者:alex
  1. genetic-algorithm

    0下载:
  2. 遗传算法可用于优化计算,C++,lingo都可用-Genetic algorithms can be used for optimization, C++, lingo are available
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:11.18kb
    • 提供者:王同济
  1. SGA-simple-Genetic-Algorithm

    0下载:
  2. C语言编的简单遗传算法程序 各项功能齐全-SGA-simple Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3.09kb
    • 提供者:李超
  1. Matlab_tsp

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序 D是距离矩阵,n为种群个数 参数a是中国31个城市的坐标 C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 m为适应值归一化淘汰加速指数,最好取为1,2,3,4,不宜太大 alpha为淘汰保护指数,可取为0~1之间任意小数,取1时关闭保护功能,建议取0.8~1.0之间的值 R为最短路径,Rlength为路径长度- TSP problem (also known as: traveling
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4.39kb
    • 提供者:fuhai
  1. Gasen

    0下载:
  2. 这个程序是用遗传算法生成单个的神经网络,并且个体神经网络精度高,差异性大。并应用于回归的实例中。-to use this function, GAOT toolbox must be available. refer: C.R. Houck, J.A. Joines, and M.G. Kay. A genetic algorithm for function optimization
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:5.2kb
    • 提供者:刘茂
  1. YIQUN

    0下载:
  2. 遗传算法计算最短圈MATLAB算法,矩阵C是邻接矩阵,NC是迭代次数。-Genetic algorithm for computing the shortest path
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1.02kb
    • 提供者:CYH
  1. geneticTSP

    0下载:
  2. matlab这是一个完整的基于遗传算法的TSP算法,调用格式为: [Shortroute,ShortLen]=GATSP(C) 其中,Shortroute为最优圈; ShortLen为最优圈的长度; C为节点(城市)的坐标矩阵:第一列为横坐标,第二列为纵坐标。-TSP algorithm based on genetic algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.56kb
    • 提供者:随风
  1. dastebandi

    1下载:
  2. Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:88.64kb
    • 提供者:mohsen
  1. Genetic-algorithm-to-optimize-svm

    1下载:
  2. 遗传算法优化支持向量机的惩罚系数C与高斯核系数g,能够提高支持向量机的分类精度-Genetic algorithm to optimize the punish coefficient of support vector machine (SVM) with gaussian kernel coefficient C g, can improve the support vector machine (SVM) classification accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:T和
  1. 模拟退火和模糊C均值分类

    1下载:
  2. 遗传模拟优化初始聚类中心,模糊C均值聚类(Genetic algorithm is used to optimize initial clustering centers and fuzzy C means clustering.)
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com