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

搜索资源列表

  1. ga

    0下载:
  2. 实现了一个简单的花朵进化的模拟过程。 花朵的种群数量是10,共进化了50代。 通过运行程序,你会发现通过不断的进化,种群的总的适应环境的能力在逐步提高(fitness的值下降)。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:陈石
  1. GAPLL

    0下载:
  2. ga的一个仿真例子程序,还不错,用起来效果比较好,需要自己根据项目情况写适应度函数-ga a simulation example of the procedure, but also good to use effect is better, the basis of project information required to write their own fitness function
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.93kb
    • 提供者:huangchao
  1. GA

    0下载:
  2. 程序中包括了数据进制转换和适应度等计算的遗传算法-Procedures, including data conversion and M-ary fitness in terms of the genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.92kb
    • 提供者:刘雯雯
  1. fitnessfunction

    0下载:
  2. 线性二次最优控制加权阵遗传算法优化适应度函数m文件;模糊控制器量化比例因子遗传算法优化适应度函数m文件-Linear quadratic optimal control weighted array genetic algorithm fitness function m documents quantization scale factor of fuzzy controller optimized by GA fitness function m file
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4.38kb
    • 提供者:张立迎
  1. GaPlaygroundCode

    0下载:
  2. Java实现的遗传算法工具集:GA Playground -The GA Playground is a general purpose genetic algorithm toolkit where the user can define and run his own optimization problems. The toolkit is implemented in the Java language, and requires (when used as an application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:560.84kb
    • 提供者:LaoGuan
  1. Genetic_Algorithm

    0下载:
  2. How to use the program for your own purposes: The main thing that needs to be changed in ga.m is the fitness function and a few parameters. It is now set to minimize a function z=f(x,y) that is a sum of scaled translated Gaussian distr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:33.32kb
    • 提供者:ffault
  1. GA

    0下载:
  2. 热力学遗传算"~-(therm odynamical genetic algorithms,简称TDGA)借鉴固体退火过程中能量与熵的竞争 模式来协调GA 中“选择压力”和“种群多样性”之间的冲突.然而TDGA 目前极高的计算代价限制了其应用.为了提 高TDGA的计算效率,首先定义一种等级熵(rating—based entropy,J~j称RE)度量方法,它能以较小的计算成本度量种 群中个体适应值的分散程度.然后引入分量热力学替换规则(component thermod)rnami
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:375.33kb
    • 提供者:郭事业
  1. GA

    0下载:
  2. 这是求值函数采取仅正面价值的简单的基因算法实施,并且合适的个体是相同的象目标函数的价值 -This is a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:215.11kb
    • 提供者:李杰
  1. GA_for_clustering

    0下载:
  2. Genetic algorithms (GAs) have recently been accepted as powerful approaches to solving optimization problems. It is also well-accepted that building block construction (schemata formation and conservation) has a positive influence on GA behavior.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:105.01kb
    • 提供者:asad
  1. GA.cpp

    0下载:
  2. 选择:根据遗传算法的收敛定理,赌轮法(蒙特卡罗法) ,进行个体选择。交叉:交叉互换的重要特征是它能产生不同于父体的子体。交叉概率越大,交叉操作的可能性也越大 如果交叉率太低,收敛速度可能降低。单阈值分割由于只有一个参数,所以采用一点交叉,在此设置交叉概率为0.65。变异:变异概率为0.01 。-This is a simple genetic algorithm implementation where the evaluation function takes positive values
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3.97mb
    • 提供者:wangwang
  1. ga-vc

    0下载:
  2. This a simple genetic algorithm implementation where the evaluation function takes positive 这是一个简单的遗传算法实现了评价函数在正面的价值观,只需要一个个体的适应度是相同的目标函数值 -This is a simple genetic algorithm implementation where the evaluation function takes positive values R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3.5kb
    • 提供者:代征宇
  1. GA

    0下载:
  2. 遗传算法源码,按照适者生存和优胜劣汰的原理,逐代(generation)演化产生出越来越好的近似解,在每一代,根据问题域中个体的适应度(fitness)大小选择(selection)个体,并借助于自然遗传学的遗传算子(genetic operators)进行组合交叉(crossover)和变异(mutation),产生出代表新的解集的种群。这个过程将导致种群像自然进化一样的后生代种群比前代更加适应于环境,末代种群中的最优个体经过解码(decoding),可以作为问题近似最优解。-Genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1.34kb
    • 提供者:柯什
  1. GA

    0下载:
  2. 1元简单函数优化的遗传算法程序,包括初始化、适应度函数、交叉、变异、选择和主程序以及画图分析。-A simple function of the genetic algorithm optimization procedures, including initialization, fitness function, crossover, mutation, selection and the main program as well as drawing analysis.
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:4.21kb
    • 提供者:chennan
  1. matlab-GA-FIR

    3下载:
  2. 基于遗传算法来实现频率采样FIR滤波器的设计,本程序采用的是谢菲尔德的遗传算法工具箱,有各种函数,在工程里面添加了自己的适应度函数。-Based on genetic algorithm to implement the frequency sampling FIR filters, this procedure USES a genetic algorithm toolbox of Sheffield has a variety of functions, in engineering to
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:2.01kb
    • 提供者:北极星
  1. GA

    0下载:
  2. 用matlab实现的基本遗传算法、顺序选择遗传算法、适值函数标定的遗传算法、大变异遗传算法、自适应遗传算法、双切点交叉遗传算法、多变异位自适应遗传算法-Using matlab realize the basic genetic algorithm sequentially selects genetic algorithm, fitness function of the genetic algorithm calibration, large mutation genetic algorit
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6.07kb
    • 提供者:xiaofeifei
  1. GA

    0下载:
  2. 遗传算法MALAB程序包,包括适应度、计算、选择交叉、变异等子程序-GA MALAB package, including fitness, calculation, select crossover and mutation subroutine
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.22kb
    • 提供者:talralsha0603
  1. GA

    0下载:
  2. 利用遗传算法所设计的随机产生地图之推箱子小程序 可参阅内容之Fitness以及基因的变异和交配 -Using genetic algorithms designed randomly generated map of Sokoban program can refer Fitness content and gene mutation and mating
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:15.05kb
    • 提供者:付亨
  1. bp-ga-method

    0下载:
  2. 基于遗传算法的BP神经网络算法(以下简称BP—GA)就是在BP神经网络的学习过程中,将权重和阀值描述为染色体,并选取适宜的适应函数,然后进行GA迭代,直到某种意义上的收敛.-GA BP neural network algorithm (hereinafter referred to as BP-GA) is in the learning process BP neural network, the weights and thresholds described as chromosomes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.5kb
    • 提供者:charle007
  1. using-GA-in-antenna-array

    2下载:
  2. 提出了整数编码,动态调整交叉概率、变异概率,并将适应度函数设为最大相对旁瓣电平,一种改进遗传算法的优化方法来实现直线稀疏阵列的设计-Proposed integer coding, dynamic adjustment of crossover probability, mutation probability, and the fitness function is set to the maximum relative sidelobe level, an improved genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-12
    • 文件大小:5kb
    • 提供者:尚兴荣
  1. GA

    0下载:
  2. This program has evolved (hopefully to achieve a higher fitness!) over time using programming ideas several persons including LaMoyne Porter, Will Lennon, Jonathan Cook, and Jim Gremling.-This program has evolved (hopefully to achieve a higher
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:9.75kb
    • 提供者:mohammadreza
« 12 3 »
搜珍网 www.dssz.com