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

搜索资源列表

  1. SGA2[1].0

    0下载:
  2. GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9187
    • 提供者:yuandi
  1. SGA-JAVA

    0下载:
  2. 遗传算法的JAVA实现 做了一个简单函数优化示例~~~~~~体现了面向对象思想
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7880
    • 提供者:邓信
  1. SGA.rar

    0下载:
  2. 基本的遗传算法matlab语言实现,可变换其中的目标函数,实现计算,Basic genetic algorithm matlab language can transform one of the objective function, the realization of the calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2082
    • 提供者:刘军海
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4685
    • 提供者:闫安心
  1. (SGA)

    0下载:
  2. 基于MATLAB遗传算法(SGA)实现 基于MATLAB遗传算法(SGA)实现-MATLAB based genetic algorithm (SGA) based on MATLAB genetic algorithm (SGA) to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:169548
    • 提供者:陈玲
  1. matlab-yichuan-suanfa

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

    • 发布日期:2017-04-02
    • 文件大小:6809
    • 提供者:蒋鑫
  1. RBFNN

    0下载:
  2. Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sigma為 ? 值 W為輸出層權重,nc×1矩陣 y
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2168
    • 提供者:aaronwu
  1. sga

    0下载:
  2. 一个简单的遗传算法(GA)入门程序,附有详细的说明,适合初学者入门使用。-A simple genetic algorithm (GA) entry procedures, with detailed descr iption of entry for beginners to use.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1292
    • 提供者:韩勇
  1. yichuansuanfa

    0下载:
  2. 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Optimizing a function using Simple Genetic Algorithm with elitist preserved
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1011
    • 提供者:宋晓夏
  1. ReadMe

    0下载:
  2. SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行 优化。-SGA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithm, which imitate the laws of population reproduction is optimized.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1148
    • 提供者:冯紫藤
  1. SGAPublic

    0下载:
  2. 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-The SGA can optimize the variables, find minimum, maximum (when the function is also seeking the minimum reciprocal friends) and support for floating-
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:557
    • 提供者:冯紫藤
  1. sga

    0下载:
  2. 一个非常基础的求最大值的程序,适合初学者。-Maximum demand in a very basic program for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1210
    • 提供者:ajitai
  1. toolforSGAPublic

    0下载:
  2. SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行 优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algor
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5518
    • 提供者:王龙隐
  1. SGAPublic

    0下载:
  2. SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;调用时Genetic(目标函数名) 使用SGA时,首先需要一个目标函数(像AimFunc.m),该函数返回适应度输入变量为待优化变量x输出为一个适应度。然后修改Genetic.m中可以修
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4266
    • 提供者:余风
  1. sga

    0下载:
  2. 单体生长算法(SGA)的matlab程序实现,提取10个端元-Single growing algorithm (SGA) in the matlab program to achieve the extraction of 10 end-
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3803114
    • 提供者:
  1. SGA-simple-Genetic-Algorithm

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

    • 发布日期:2017-03-31
    • 文件大小:3161
    • 提供者:李超
  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. answer3

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

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:li
  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-15
    • 文件大小:10569
    • 提供者:xuxianfeng
  1. SGA

    0下载:
  2. 实现简单遗传算法matlab编程,实现多值函数优化,找到最优解实现函数收敛(The realization of a simple genetic algorithm matlab programming, realize the optimization of multi function value, find the optimal solution to achieve the function of convergence)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:20480
    • 提供者:swan95
« 12 »
搜珍网 www.dssz.com