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

搜索资源列表

  1. 遗传算法SGA

    0下载:
  2. 包含一个cpp文件,含有main()函数! 主要函数如下 void InitData(); int Flip(float probabiliby); float Random(); //generate a pseudorandom integer from 0 to 1 void ResetRandom(); //reset pseudorandom integer array fRand float ObjFunc(float vx); float DeC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-23
    • 文件大小:537650
    • 提供者:arkzhu
  1. tsp.cpp

    0下载:
  2. 用遗传算法(Genetic algorithm)解决Travel salesperson problem. Crossover类型:one-point和two-point. 选择类型:Tournament和RouletteWheel.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2011-04-29
    • 文件大小:2844
    • 提供者:lightlid
  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. AGA.rar

    0下载:
  2. 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.,Paul used the choice of excel
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6071
    • 提供者:棋子
  1. yichuansuanfa_01

    0下载:
  2. 用C#实现了最基本的遗传算法,即单节点交叉变异的遗传算法。可以通过阅读代码自行修改-Using C# to achieve the most basic genetic algorithm, that is a single node in the genetic algorithm crossover and mutation. You can modify the code by reading
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:773217
    • 提供者:sunting
  1. Gan

    1下载:
  2. 遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-The main genetic algorithm binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversion operation!
  3. 所属分类:software engineering

    • 发布日期:2015-01-18
    • 文件大小:61440
    • 提供者:cityuyang
  1. TSP.rar

    1下载:
  2. 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。,Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:56538
    • 提供者:zhangbing
  1. BP_MATLAB

    0下载:
  2. 包括种群初始化、选择、交叉、变异各个子程序,每一部分都作为一个单独M文件。主程序是实现遗传算法网络的训练过程;测试程序可以对训练得到的网络进行结果测试-Including population initialization, selection, crossover and mutation all subroutines, each of which as a separate M-file. Main program is to achieve genetic algorithm netwo
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6356
    • 提供者:樊娟娟
  1. multichanneltest.zip

    0下载:
  2. 完成飛行情報區交叉可以高保真的夢想,它的大幅過濾器和線性信號階段。 but current FFT type of FIR crossover on PC loses time information of audio signal.但目前的FFT類型的FIR交叉在PC失去時間信息的音頻信號。 If you use 10ms frame, time information in 10ms are lost.如果您使用10ms幀,在10ms時間信息都將丟失。 Now nVidia CUDA G
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1781926
    • 提供者:bigecho
  1. myGA

    0下载:
  2. matlab编的改进遗传算法的程序,对交叉算子和变异算子进行了自适应改进-Improved genetic algorithm matlab code procedure, the crossover operator and mutation operator to improve the adaptive
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:956
    • 提供者:曹路
  1. genalg

    0下载:
  2. The simple class for real-numbers genetic algorithm. The main advantage of this realisation is a lot of crossover functions. Simple, Arithmetic, Geometry, Discrete, Binary Crossover, Blend Crossover (BLX) are implemented. Class useful for numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4454
    • 提供者:luckydevil
  1. chap1

    1下载:
  2. 基于遗传算法的PID参数优化的MATLAB程序,采用的是二进制编码方式,通过传递函数的离散经过适应度计算 选择复制 交叉 变异操作得到最优解。-PID parameters based on genetic algorithm optimization of the MATLAB program, using the binary encoding, by the discrete transfer function adapted calculation select Copy crossov
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1829
    • 提供者:wangchanglin
  1. MATLAB-genetic-algorithm-toolbox

    0下载:
  2. 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9717883
    • 提供者:CaoJunlong
  1. RealGeneticAlgorithm

    0下载:
  2. 自已编写的c#自适应实数编码遗传算法,提供多种交叉变异和选择方法,应用时结合需要,修改适应度函数即可!-Write their own adaptive real-coded genetic algorithms, offers a variety of crossover and mutation and selection methods, application integration needs, modify the fitness function can be!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:12718
    • 提供者:David
  1. dividerfrequency

    0下载:
  2. 分频器,包括2分频,4分频,8分频,16分频;6分频;20分频-Divider, including two-way, 4-way, 8-way, 16 sub-frequency six-way 20 Crossover
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:1092
    • 提供者:Yothen.Lam
  1. VB-COM-chat

    0下载:
  2. 串口聊天,顾名思义,两台电脑用串口聊天.需要事先用232交叉线将两台电脑的串口连接起来,设置通信端口为COM1.打开软件,先点击"连接",之后便可开始聊天.-Serial chat, the name suggests, the two computers using the serial port chat prior to the 232 crossover cable to connect the two computers serial port, set the communicati
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:7062
    • 提供者:zs.zhao
  1. A Comparison of Crossover and Mutation in Genetic

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

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

    0下载:
  2. 本文件为遗传算法的工具箱,包括遗传算法的各种选择、交叉、变异等算法。-This document is for the genetic algorithm toolbox, including a variety of genetic algorithm selection, crossover, mutation and other algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:217393
    • 提供者:周钟
  1. mhsj

    0下载:
  2. 针对遗传算法的特点,提出一种用模糊控制的方法来调整交叉概率和变异概率的改进模糊遗传算法及其算法结构,并 将其应用于神经模糊控制器的综合优化设计。-For the characteristics of genetic algorithm, a method using fuzzy control to adjust the crossover probability and mutation probability of improving the fuzzy genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:239848
    • 提供者:陆见
  1. test

    0下载:
  2. 包括建初始种群,编码,适应值计算,以及交叉、变异、重组等源码-Including building the initial population, coding, adaptation values, as well as crossover and mutation or re-source
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5068
    • 提供者:liujimin
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com