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

搜索资源列表

  1. speedyGAv1.3.zip

    0下载:
  2. 一种快速简单的遗传算法程序,基于Matlab7,加入特殊的交叉算子和变异算子,使算法更快。,SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language.SpeedyGA has been created and tested under Matlab 7 (R14). Added mutation and crossover mask pregeneration
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3275
    • 提供者:徐进澎
  1. psowithdate

    0下载:
  2. %--- 名称:带交叉因子的改进PSO算法 %------功能:求解多维无约束优化问题 %------特点:收敛性强,还可以加入变异算子 ---- Name: with cross-factor function to improve the PSO algorithm------: Solving multi-dimensional unconstrained optimization problems------ characteristics: strong convergen
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4969
    • 提供者:依然
  1. A Comparison of Crossover and Mutation in Genetic

    0下载:
  2. 遗传算法的文章- Heredity algorithm article
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:917297
    • 提供者:顾凡一
  1. MK

    1下载:
  2. 气象上常用的检验突变的一个程序,也叫做MK算法 值需要添加文件路径,可直接运行-Weather on the commonly used mutation testing a procedure, also known as MK algorithm will need to add the file path value can be directly run
  3. 所属分类:Algorithm

    • 发布日期:2014-08-17
    • 文件大小:1818
    • 提供者:monica
  1. mutation

    0下载:
  2. 遗传算法的变异操作的源代码-Mutation operation of genetic algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1764
    • 提供者:yab
  1. PSOGA

    0下载:
  2. 带交叉因子的改进PSO算功能:求解多维无约束优化问题收敛性强,还可以加入变异算子-With cross-factor improvement of PSO operator functions: Solving multi-dimensional unconstrained optimization problem of strong convergence can also add mutation operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1750
    • 提供者:当当
  1. ga1

    0下载:
  2. 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3485
    • 提供者:hexing
  1. mutation

    0下载:
  2. matlab 的一些实例,希望对大家有所帮助,多多参考-reference no no no no no no no no no
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:539
    • 提供者:高海龙
  1. aaaa

    1下载:
  2. 基于生物免疫系统的自适应学习、免疫记忆、抗体多样性及动态平衡维持等功能,提出一种动态多目标免疫 优化算法处理动态多目标优化问题.算法设计中,依据自适应ζ邻域及抗体所处位置设计抗体的亲和力,基于Pa- reto控制的概念,利用分层选择确定参与进化的抗体,经由克隆扩张及自适应高斯变异,提高群体的平均亲和力,利 用免疫记忆、动态维持和Average linkage聚类方法,设计环境识别规则和记忆池,借助3种不同类型的动态多目标 测试问题,通过与出众的动态环境优化算法比较,数值实验表明所
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:499820
    • 提供者:王飞
  1. CMOBPSO

    0下载:
  2. OPSOCM: Opposition based PSO with Cauchy Mutation.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1954
    • 提供者:farrukh
  1. yichuansuanfa_jixieshou

    0下载:
  2. 提出一种改进的遗传算法用于求解机械手运动学逆问题. 该算法采用实数编码, 其交叉概率和变异 概率根据解的适应度函数值自适应调整. 计算机仿真结果显示, 该算法较简单遗传算法(SGA) 求解精度高, 收敛速度快且稳定性能好.-An improved genetic algorithm for solving the inverse problem of manipulator kinematics. The algorithm uses real number encoding, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:143065
    • 提供者:杨元龙
  1. psoMB

    0下载:
  2. this code written for solve a sample test function by pso based on mutation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:747
    • 提供者:farrokh
  1. Mutation_of_the_PSO

    0下载:
  2. 引入变异算子的PSO,希望对大家的学习研究有所帮助。-Mutation of the PSO, we hope to help the study of learning.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:6811
    • 提供者:陈波
  1. Simple-genetic-algorithm-source-code

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

    • 发布日期:2017-03-22
    • 文件大小:8642
    • 提供者:李礼
  1. AGA

    0下载:
  2. 介绍一种改进传统遗传算法的新方法,通过调节交叉概率和变异概率-Introduction of a new genetic algorithm to improve the traditional method, by adjusting the crossover probability and mutation probability
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:565531
    • 提供者:firice
  1. 1223345

    0下载:
  2. 摘要:人口迁移算法模拟了人口随经济中心而转移和随人口压力增加而扩散的机制。主要针对该算法提出了一种改进的人口迁 移算法。该改进算法通过引入高斯变异算子和最速下降算子来改善人口迁移算法的收敛速度和全局收敛性,并对其收敛性进行了 证明。通过对函数的数值实验测试结果表明,改进的人口迁移算法的全局寻优能力和收敛速度较人口迁移算法均有所提高。 -Abstract: The migration algorithm simulation with the economic centers of p
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:229489
    • 提供者:杜政
  1. PSOGA

    1下载:
  2. PSO和GA的结合算法,对PSO中效果较差的粒子进行交叉和变异操作。-The combination of PSO and GA algorithm, PSO particles in the less effective cross and mutation.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1960
    • 提供者:bread
  1. MutationTesting

    0下载:
  2. A simple mutation testing based mini project handout
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:665417
    • 提供者:archit
  1. function crossover mutation selection

    0下载:
  2. use crossover, mutation, selection
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:cicily
  1. function crossover mutation &selection

    0下载:
  2. 利用matlab实现种群的选择,交叉,变异等功能(realize of selection, mutation and crossover)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:10240
    • 提供者:cicicicil
« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com