CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ga fitness

搜索资源列表

  1. 一个GA源程序

    0下载:
  2. This 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 - This a simple genetic algorithm implementation where the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.74kb
    • 提供者:刘海
  1. java-ga-devel-alpha-0.1.tar

    0下载:
  2. 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛。-genetic algorithm source code and realized the choice of operation, crossover and mutation operation, through fitness function completed Stocks choice and convergence.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:29.87kb
    • 提供者:李文
  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

    0下载:
  2. This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:11.23kb
    • 提供者:siva
  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-Elitst

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

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