CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Ga function

搜索资源列表

  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2549
    • 提供者:Sonic
  1. fitnessfun

    0下载:
  2. a novel fitness function for utilization for images segmentation using a metaheuristic method (GA, pso, sfla, aco...)
  3. 所属分类:Software Testing

    • 发布日期:2017-11-20
    • 文件大小:161422
    • 提供者:harouni
  1. A-hybrid

    0下载:
  2. 针对传统的BP或GA对模糊神经网络的识别应用存在收敛容易陷入局部极小 识别率低下等问题 提出一 种基于BFGS的混合遗传算法 其基本思想为 首先构造一种前馈型模糊神经网络结构 然后用遗传算法进化若干代 后 当目标函数的梯度或者范数小于预先设定值 则改用BFGS算法进行优化识别 仿真实验表明 对比GA该算法 收敛速度较快 识别精度提高了约7% 能够较好地应用于一类模糊神经网络的识别-In traditional BP or GA to identify the application
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:732350
    • 提供者:renxiuju
  1. A-Novel-Multi-focus---Image--Fusion

    0下载:
  2. We propose in this paper a novel approach to image fusion in which the fusion rule is guided by optimizing an image clarity function. A Genetic Algorithm is used to stochastically select, relative to the clarity function, the optimum block from amo
  3. 所属分类:Development Research

    • 发布日期:2017-10-31
    • 文件大小:246904
    • 提供者:fia4joy
  1. GA-Elitst

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

    • 发布日期:2017-04-01
    • 文件大小:4240
    • 提供者:思辰
  1. yichuansuanfa

    0下载:
  2. 遗传算法(Genetic Algorithm,GA)是通过对自然界中生物的遗传和优胜劣汰的进化过程进行模拟与抽象,进而形成的一种自适应全局随机优化搜索方法。遗传算法只需提供目标函数作为寻优信息,它从某一随机生成的初始群体出发,经过选择、交叉和变异等遗传操作后对个体进行适应度评价,保留适应度较强的个体遗传到子代种群中,经过多次的迭代计算求得最优个体,即问题的最优解。本程序采用遗传算法可求解微网优化运行。-Genetic Algorithm is an adaptive global by natu
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2103
    • 提供者:刘向
  1. shishubianma

    0下载:
  2. 遗传算法是兼职编码求函数的极大值程序,比较详细。-A function or part-time coding genetic algorithm (ga) is a great value program, more detail.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1146
    • 提供者:feiyang_lzk
  1. ga

    0下载:
  2. The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly modifies a population of individ
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1958
    • 提供者:ghassem
  1. weka

    0下载:
  2. tspData <- read.csv( D:\\weka\\hw\\TSP.csv , header = T, sep = , ) #tspData <- `colnames<-`(tspData,c(1:8)) D <- as.matrix(tspData) tourLength <- function(tour, distMatrix) { tour <- c(tour, tour[1]) route <- embed(tou
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:1976
    • 提供者:peipei
  1. 06341870

    0下载:
  2. Abstract—This paper proposes a new strategy to meet the controllable heating, ventilation, and air conditioning (HVAC) load with a hybrid-renewable generation and energy storage system. Historical hourly wind speed, solar irradiance, and load d
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1072847
    • 提供者:senthil
  1. GA-PSO

    0下载:
  2. 粒子群算法与遗传算法的联合的GA-PSO算法运用,带有测试函数-Joint GA-PSO algorithm using particle swarm optimization and genetic algorithm with test function
  3. 所属分类:software engineering

    • 发布日期:2016-09-11
    • 文件大小:12288
    • 提供者:张煜坤
搜珍网 www.dssz.com