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

搜索资源列表

  1. VC_GAD

    0下载:
  2. 简单遗传算法VC实现,包括选择,交叉,变异以及种群初始化-simple genetic algorithm VC, including the selection, crossover and mutation, and initialization Stocks
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7623
    • 提供者:王斌
  1. GoodPointSetBasedGeneticAlgorithm

    0下载:
  2. 利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法 站长不接受我的代码说明名你对佳点集完全不了解我白传了-use of the theory of good points of the theory and method of genetic algorithm crossover operator of a new design. is a new genetic algorithm, call it good point-
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20223
    • 提供者:lixijuan
  1. asda

    0下载:
  2. 1.设计一个十字路口的交通灯控制电路,要求甲车道和乙车道两条交叉道路上的车辆交替运行,每次通行时间都设为25秒; 2.要求黄灯先亮5秒,才能变换运行车道; 3.根据交通灯控制系统框图,画出完整的电路图。 3.设计出PCB图 -1. Design a crossroads, the traffic lights control circuit, A request lane motorway and two B crossover vehicles on the road alter
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:256097
    • 提供者:kaimin
  1. tsp.cpp

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

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

    0下载:
  2. 用C++编写的遗传算法代码 可以随意改变交叉率和变异率-With C++ Prepared genetic algorithm code can change the crossover rate and mutation rate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4493
    • 提供者:郑若金
  1. qq

    0下载:
  2. 遗产算法的完整计算,包括交叉,变异,以及适应函数的计算-Heritage integrity of the computing algorithm, including the crossover and mutation, as well as the calculation of fitness function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1075
    • 提供者:maomao
  1. simpleXover

    0下载:
  2. p1 - the first parent p2 - the second parent bounds - the bounds matrix for the solution space Ops - Options matrix for simple crossover-p1- the first parent p2- the second parent bounds - the bounds matrix for the solution space Ops - Options m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:973
    • 提供者:Aron
  1. orderbasedXover.

    0下载:
  2. Orderbased crossover takes two parents P1,P2 and performs order based crossover by Davis. -Orderbased crossover takes two parents P1,P2 and performs order based crossover by Davis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1046
    • 提供者:Aron
  1. ctcoffenpin

    0下载:
  2. 利用ctc模式产生分频器。用atmega16单片机。有proteus仿真/。-Crossover use of patterns ctc. Single-chip microcomputer with atmega16. There proteus simulation /.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:30307
    • 提供者:邢建鹏
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1719
    • 提供者:田文杰
  1. pso

    0下载:
  2. 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1675175
    • 提供者:张岩
  1. GA3

    0下载:
  2. 遗传算法--函数最优化任意随机交叉父体。在遗传算法中引入任意随即交叉概念,增加个体多样性。-Genetic algorithms- function is to optimize the parent body of arbitrary random crossover. The introduction of any genetic algorithm is then cross-concept, increase the diversity of individuals.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:13685
    • 提供者:张瑞
  1. SGA_C

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

    • 发布日期:2017-03-29
    • 文件大小:283232
    • 提供者:王佳
  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. GoodPoint

    0下载:
  2. 使用佳点集遗传算法,解决安徽十七市的TSP问题,求出最短路径主要区别于普通遗传算法的地方是染色体交叉部分,另外编码方式使用十进制方式。-Good point set genetic algorithm used to solve TSP problem the city of Anhui, 17, find the shortest path to the main place is different from ordinary genetic algorithm is crossover s
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1999213
    • 提供者:yangshoping
  1. oxcrossover

    0下载:
  2. crossover in tsp genetic with cx
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:12451
    • 提供者:zahra
  1. Crossover

    0下载:
  2. 分频器的设计,包含普通分频器和占空比为50 的奇数分频 ;4位乘法器的VHDL程序;-Crossover design, including general divider and the duty cycle of 50 of the odd frequency 4-bit multiplier VHDL procedures
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:8329
    • 提供者:倪明
  1. Verilog-crossover-design

    0下载:
  2. Verilog分频器设计分频器是FPGA设计中使用频率非常高的基本单元之一-Verilog crossover design
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:4087
    • 提供者:何超
  1. PZ_MACrossover_EA

    1下载:
  2. MA crossover EA this is for forex EA trading etc..
  3. 所属分类:其他

    • 发布日期:2020-07-19
    • 文件大小:43008
    • 提供者:Fab12345
« 12 3 4 »
搜珍网 www.dssz.com