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

搜索资源列表

  1. pso

    0下载:
  2. This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization al
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4248
    • 提供者:Chris Leung
  1. GA

    0下载:
  2. 遗传算法求解函数最大值 设计的种群规模,采用的选择算子,交叉概率,变异概率,进化代数和最优解-Design of population size, using the selection operator, crossover probability, mutation probability, evolutionary algebra and the optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:246063
    • 提供者:zsy
  1. GA_test1_2

    0下载:
  2. Genetic algorithm , It is about cross over , mutation ,, roulette wheel
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:28169
    • 提供者:Sika
  1. GA

    0下载:
  2. C++ implementation of a Genetic algorithm (GA). A population of binary chromosomes is generated randomly to attempt to solve the Weighted MAX SAT Problem. Parameters of crossover, mutation, population size can be controlled via macros in code.There a
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:15215576
    • 提供者:MJ
  1. Genetic

    0下载:
  2. 遗传算法中,初始化,编码,解码,选择,交叉,变异,倒位的源程序-Genetic algorithms, initialization, encoding, decoding, selection, crossover, mutation, inversion of the source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:9329
    • 提供者:邓延丽
  1. mann-kendalltubianfenxi

    0下载:
  2. mann-kendall突变点分析,vb应用程序,简单-mann-kendall mutation point analysis, vb application, a simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:823
    • 提供者:langziliu
  1. Ga

    0下载:
  2. 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作. -Binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but also introduces the inversion operation.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3423
    • 提供者:lq
  1. genetic-algorithm-vc

    0下载:
  2. 用VC实现的遗传算法的完整工程文件。有转轮法,交叉和变异。-VC genetic algorithm implemented with the full project file. There wheel method, crossover and mutation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:310184
    • 提供者:胡丹
  1. 360139

    0下载:
  2. In this paper, an attractive approach for teaching genetic algorithm (GA) is presented. This approach is based primarily on using MATLAB in implementing the genetic operators: crossover, mutation and selection
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:97351
    • 提供者:ABDELHEDI
  1. BGA

    0下载:
  2. 题目:非平稳时间序列突变检测的启发式分割算法(BG算法) 本源码实现了下面参考文献中的算法,并对该文献中的实例进行了仿真-Title: Non-stationary time series mutation detection heuristic segmentation algorithm (BG algorithm) of the source references to achieve the following algorithm, and examples of the liter
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1600
    • 提供者:张望
  1. BMDCP

    1下载:
  2. 突变分为如下主要的几种:均值突变(最常见)、方差突变、线性回归突变(也称趋势突变)、概率突变、空间型突变、谱突变、模型参数突变,等等。贝叶斯突变检测属于概率突变检测方法,其特点是能给出突变点的概率分布图。-Mutations are divided into the following main categories: the mean mutation (the most common), variance mutation, linear regression mutation (also
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:935
    • 提供者:张望
  1. SGA

    0下载:
  2. 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:3104
    • 提供者:李娟
  1. tsp

    0下载:
  2. 该程序解决10个城市的货郎担问题(TSP),主要使用简单的遗传算法实现。该过程中包括:编码、解码,选择,交叉,变异等!-The program to solve the traveling salesman problem of 10 cities (TSP), the use of simple genetic algorithm. The process includes: encoding, decoding, selection, crossover and mutation!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:11080
    • 提供者:yangshoping
  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. SGA_C

    0下载:
  2. 基本遗传算法的实现,包括简单的交叉,变异操作-Basic genetic algorithm, including the simple crossover and mutation operators
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:283232
    • 提供者:王佳
  1. GA-1

    0下载:
  2. 遗传算法求解函数极值问题。完整实现了遗传算法的选择/交叉/变异等功能,可设定交叉和变异概率。C++语言,输出为文件形式-Genetic Algorithm for function extremum problem. Full realization of the genetic algorithm selection/crossover/mutation and other functions, can be set crossover and mutation probability. C+
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2041
    • 提供者:arrow
  1. geneticalgorithm

    0下载:
  2. 典型遗传算法的具体实现过程,包括 选择算子 交叉算子 变异算子的 选择方法-Concrete realization of a typical genetic algorithm process, including selection operator crossover mutation operator selection method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2241802
    • 提供者:王小玲
  1. code

    0下载:
  2. 注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。-Note that the code is designed to seek maximum value, in which the objective function can only take positive and the function value and the individ
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3484
    • 提供者:
  1. TSP

    0下载:
  2. 遗传算法,可以实现遗传算法TSP优化,图形显示优化过程。可以设定遗传种群个数、变异率等参数。-Genetic algorithm, genetic algorithm can achieve TSP optimization, graphics optimization process. Can set the number of genetic populations, mutation rates and other parameters.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2716172
    • 提供者:gyf
  1. IGA

    0下载:
  2. 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2014
    • 提供者:碧天
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 41 »
搜珍网 www.dssz.com