CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 遗传算法测试

搜索资源列表

  1. 机器人路径规划 遗传算法

    3下载:
  2. 用遗传算法做的一个机器人路径规划,在机器人实验平台上已经测试过的,好使的。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. matlab编写的遗传算法程序,测试通过

    0下载:
  2. matlab编写的遗传算法程序,适合初学者
  3. 所属分类:matlab例程

  1. 遗传聚类

    0下载:
  2. 使用遗传算法优化Kmeans聚类过程,测试数据集都来源于UCI,很好理解,适合初学者。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. DGPSO.rar

    2下载:
  2. 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-07
    • 文件大小:38038
    • 提供者:李剑
  1. GeneticAlgorithm

    2下载:
  2. 一个遗传算法求解两点最短路径问题的具体实现,采用C++编写,经测试当求解路径较复杂时,其算法执行效率高于dijstra算法-A genetic algorithm for two concrete realization of the shortest path problem, using C++ written in the path have been tested when solving more complex, its algorithm is more efficient tha
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-08-07
    • 文件大小:466125
    • 提供者:wangrenbiao
  1. quantum

    3下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2962
    • 提供者:meng
  1. Knapsack

    1下载:
  2. 用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:266519
    • 提供者:蓝点
  1. adapting_GA

    0下载:
  2. 关于自适应遗传算法的MATLAB程序还附有实验测试结果抓图-On Adaptive Genetic Algorithm MATLAB program also included the experimental test results Grab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:38733
    • 提供者:winters
  1. n57

    0下载:
  2. 一个神经网络采用遗传算法训练的PPT,挺不错的-A PPT about GA train used by nn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:110446
    • 提供者:李林
  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-28
    • 文件大小: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. 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. 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. GA-bp

    4下载:
  2. 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1229
    • 提供者:guang dong
  1. 119128666Geneticalgo_MAX

    0下载:
  2. 遗传算法求解测试函数,进行了改进,提高了算法效率 -genetic algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1345
    • 提供者:Athena
  1. GAtoolbox_matlab

    0下载:
  2. 多目标遗传算法工具箱,内容很详细,已经测试过,文件里面有怎么使用的说明-Micro Genetic Algorithm for Multiobjective Optimization,The code is distributed for academic purposes only. It has no warranty implied or given, and the authors assume no liability for damage resulting from its u
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:64893
    • 提供者:francis
  1. Quantum-genetic-algorithm-generation-software

    0下载:
  2. 量子遗传算法的软件测试数据自动生成Quantum genetic algorithm based automatic test data generation software-Quantum genetic algorithm based automatic test data generation software
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:145105
    • 提供者:huay163
  1. xiaoboshenjingwangluo

    0下载:
  2. 搜集的小波神经网络程序 初学小波神经网路,四处搜集的代码,希望与大街共同讨论学习: 小波神经网络、遗传算法优化神经网络代码,测试可以使用,但具体的原理不是很懂 -Wavelet neural network program to collect beginners neural network, collected around the code, I hope to discuss with the Avenue Learning: neural network, genetic
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1306
    • 提供者:wang
  1. NSA

    1下载:
  2. 小生境遗传算法,在求多峰值函数中很好用,提供了三个多峰值函数测试函数,希望对你用帮助!-Niche genetic algorithm, in seeking a good multi-peak function by providing a peak function for more than three test functions, you want to use the help!
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:1343
    • 提供者:lina
  1. 基于c语言的人工免疫算法的源程序

    0下载:
  2. 人工遗传算法的C语言代码,可以在C Free 5.0 IDE上测试通过。亲测有效。(artificial immune genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:116736
    • 提供者:小迪要加U
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com