搜索资源列表

  1. java_roulette

    0下载:
  2. 模拟摇奖程序的Java作业,多线程实现,欢迎批评指点-simulation draws the Java operating procedures, multithreading, pointing out the welcome criticism
  3. 所属分类:游戏

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:赠礼
  1. roll_display

    0下载:
  2. 一个轮盘显示程序,用LABVIEW开发,接入串口设备即可-a roulette display program with LABVIEW development, can access serial equipment
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:史逢时
  1. ClockRecDoc

    0下载:
  2. 水表读数识别对于楼宇水费的自动采集,创建智能化小区,提高收费员的工作效率都有着重要的意义。然而由于轮盘的转动,常常出现半个字符的情形,造成此类识别与通常的号码识别不同。本算法枚举出所有半个字符的情况,提取特征,从而匹配识别,达到了较好的效果。-meter readings for the identification of automatic building water collection, create intelligent n
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:白云
  1. TSP

    0下载:
  2. 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared usin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:71680
    • 提供者:sdfsfdsf
  1. monisuanfa

    0下载:
  2. 遗传算法及轮盘赌选择的C++实现.pdf-Genetic Algorithm and roulette choose C to achieve. Pdf
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:208896
    • 提供者:gaozhiyuan
  1. RouletteWheelSelectionMethod

    0下载:
  2. 功能:使用旋转轮盘法实现遗传算法的选择操作使用旋转轮盘法实现遗传算法的选择操作-Function: the use of rotating wheel method to achieve genetic algorithm to choose the operation method using the rotating wheel realize the choice of genetic algorithm operation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:
  1. routelleloginforwindows

    0下载:
  2. routelle login for windows 一个台湾轮盘赌的登陆工具条!-routelle login for windows of a Taiwan roulette landing Toolbar!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:翁进飞
  1. fga

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

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:王力
  1. AGA

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

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:棋子
  1. yichaunsuanfa

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:张生
  1. GA_TSP

    0下载:
  2. 用遗传算法解TSP问题 编码方式:次序编码 选择算子:轮盘赌 杂交:单点 变异:均匀变异-Genetic Algorithm for TSP with the issue of encoding: coding sequence selection operator: roulette hybridization: a single point mutation: uniform mutation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:110592
    • 提供者:CuipingSu
  1. AdvancedGeneticAlgorithm

    0下载:
  2. This code and accompanying explanation is designed to be a genetic algorithm. It uses the roulette wheel method to optimize the function x^2 using six digit binary strings. The accompanying document goes through the algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:anatolia
  1. ex-8

    0下载:
  2. RouletteWheel.java 轮盘法随机抽样(实数),抽100次后再依出现频率排序K-Means.java -ouletteWheel.java roulette randomly sampling (real number), pumping 100 times and then sorted according to frequency of occurrence
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:林好
  1. GAbit_roulette

    0下载:
  2. Algorithm génétique roulette
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:Ines
  1. GA_program

    0下载:
  2. Simple Genetic Algorithm binary coded roulette wheel method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:254976
    • 提供者:henry
  1. main

    0下载:
  2. 遗传算法的轮盘赌实现和竞标赛实现,很完整-Genetic Roulette Tournament achieve the realization and very complete
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:吴清源
  1. GA_test

    0下载:
  2. 遗传算法:二进制、单点交叉、单点变异、轮盘赌、模拟退火(默认无)、最优个体保留(默认无)-Genetic algorithm: binary, single-point crossover, single-point mutation, roulette, simulated annealing (default no), best individual reservations (default no)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:owen
  1. chat

    1下载:
  2. 俄罗斯少年开发的轮盘赌随机视频聊天,在线人们超过1-The development of Russian roulette juvenile random video chat, online people are more than 10,000
  3. 所属分类:WEB源码

    • 发布日期:2024-05-18
    • 文件大小:344064
    • 提供者:里面
  1. Genetic

    0下载:
  2. 遗传算法解八数码问题,交配用的是轮盘赌法-Genetic Algorithm for the eight-puzzle problem, mating with the roulette method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:harry
  1. SGAPublic

    0下载:
  2. 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-The SGA can optimize the variables, find minimum, maximum (when the function is also seeking the minimum reciprocal frie
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:冯紫藤
« 1 2 34 5 6 7 8 9 »

源码中国 www.ymcn.org