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

搜索资源列表

  1. genetic

    0下载:
  2. 理解普通的遗传算法和佳点集遗传算法的基本思想和不同点,用遗传算法测试一标准函数。佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点-Understanding of the general genetic algorithm and good point set genetic algorithm' s basic idea and the different points, by using genetic algorithms to test a stand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5766
    • 提供者:黄永聪
  1. Optimization_of_RBF_Network

    2下载:
  2. Matlab粒子群算法优化RBF网络 采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Matlab PSO RBF network optimization using particle swarm optimization on RBF neural network parameters are optimized, in the test procedures and verified thr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4621
    • 提供者:陳子力
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2083
    • 提供者:pauly_917
  1. RWXML8

    1下载:
  2. 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3844190
    • 提供者:龚有平
  1. SGA3

    0下载:
  2. 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:314300
    • 提供者:张一
  1. 6

    0下载:
  2. 继续上次传的简单遗传算法,本次加入啦测试部分。-Continue to the last mass of the simple genetic algorithm, to join you in this part of the test.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:小光
  1. Test_funtion

    1下载:
  2. 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:35844
    • 提供者:周旭
  1. ACO

    0下载:
  2. 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试-Ant colony algorithm to help you understand the typical TSP attached dat file for all the test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3204
    • 提供者:李伟
  1. DES

    0下载:
  2. DES算法单机版,VB编程环境,经过测试,可以使用。-DES Athmetic, In Visual Basic
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:9937
    • 提供者:在水一方
  1. computation_geometry_lib

    0下载:
  2. 计算常见的几何算法问题, 参加竞赛常用的算法,都经过了测试,欢迎大家使用,C代码-computation geometry lib
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:27198
    • 提供者:keenas
  1. matlabforVRP

    2下载:
  2. 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:6693
    • 提供者:ly
  1. ACMfilecompare

    0下载:
  2. ACM 模拟测试, 文件分析器, 内附详细实现过程,算法相关.-ACM simulation tests, the document analyzer, containing a detailed implementation of the algorithm related.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:262817
    • 提供者:UlSean
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:342705
    • 提供者:张帅
  1. hundun_svd_0525

    0下载:
  2. 效果非常好的数字水印的源代码,实现了基于小波变换的奇异值分解算法,选取载体图像的LH子带作为载体,并进行攻击测试算法性能-The effect of a very good source of digital watermarking, wavelet transform based on the realization of the singular value decomposition algorithm, select the carrier of the LH sub-band ima
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2026
    • 提供者:xiaobao89
  1. PSO-CODE

    0下载:
  2. 以Rosenbrock矩阵做为测试函数的微粒群算法的一些源码-Rosenbrock matrix in order to function as a test of the Particle Swarm Optimization of a number of source
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11681
    • 提供者:刘翔
  1. f1

    1下载:
  2. 这是几个常用的测试函数,通过这个测试函数可以比较算法性能的优劣。-This is a test of several commonly used functions, through this test function can compare the algorithm performance is good or bad.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:840
    • 提供者:gaoqian
  1. opt4j-2.0

    1下载:
  2. Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-17
    • 文件大小:1968447
    • 提供者:stuart
  1. ACO_0_1_bag

    0下载:
  2. 蚁群算法解0-1背包问题 内附测试文件 解的质量一般叫好,但是背包数增加时,耗时较长-Ant Colony Algorithm for 0-1 Knapsack Problem solution document containing test the quality of the general good, but the increase in the number of backpack, the longer time-consuming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:46847
    • 提供者:CuipingSu
  1. PageChange

    0下载:
  2. 页面置换算法演示及其性能测试系统: 1最佳适应(Optimal) 2先进先出(FIFO) 3最近最久未使用(LRU) 4最少使用(LFU) 5内存页面数配置 6输入测试- the system of Page replace arithmetic demo and to testing of the capability
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:14684
    • 提供者:zhhuo
  1. scheduling

    0下载:
  2. 用于车间调动的自适应遗传算法,高效,带有Benchmark测试案例-Workshop for the mobilization of the adaptive genetic algorithm, high efficiency, with a Benchmark Test Case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:187985
    • 提供者:王天
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com