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

搜索资源列表

  1. SCCAD

    0下载:
  2. VC编的遗传算法源代码,可以显示测试问题的曲线。-VC for the genetic algorithm source code, to show the curve of the test problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1916891
    • 提供者:ggb
  1. GeneticAlgorithm

    0下载:
  2. 遗传算法的一个matlab实例,运行测试通过-A genetic algorithm matlab example, run the test
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3729
    • 提供者:cherry
  1. RGA

    0下载:
  2. 这是一个采用了UNDX-MMG模型的实数遗传算法。有5个测试函数。-the code is for real coded genetic algorithm using UNDX crossover and MMG model. it is tested using five bench mark function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:5804
    • 提供者:chenzhiqiang
  1. tspGeneticAlgorithm

    0下载:
  2. 一个遗传算法求解TSP问题的具体实现,采用C++实现,可以采用网上提供的城市节点数据测试-A genetic algorithm for TSP on the specific implementation, using C++ implementation, available online the city can use the node data test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:149588
    • 提供者:wangrenbiao
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27734
    • 提供者:mayi789
  1. GACOMSOL

    2下载:
  2. 简单遗传算法实现,包括与数值软件comsol有关的测试函数。-GA with the numerical sofaware COMSOL.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-10-30
    • 文件大小:8017
    • 提供者:xieyihong
  1. yichuan

    0下载:
  2. 用遗传算法求解函数优化问题,自编遗传算法程序对2维变量函数进行寻优并测试主要参数对结果的影响。-A Genetic Algorithm for function optimization, genetic algorithms program to two self-dimensional variable function optimization and test results of main parameters.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2155
    • 提供者:幻叶
  1. edamcp

    0下载:
  2. 用遗传算法写的检测点集中是否存在最大团的算法,测试数据为标准库,可以检测到80个点-Detection of the genetic algorithm point of writing the existence of the largest groups focused on algorithms, test data for the standard library, can detect 80 point
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:16799
    • 提供者:白蔚
  1. MOEAD_TF_ZDT

    1下载:
  2. MOEAD算法实现 多目标遗传算法分解为单个目标 测试列子 用了 ZDT测试-MOEAD algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-30
    • 文件大小:2048
    • 提供者:rainy
  1. GAoptimization

    0下载:
  2. 用遗传算法在MATLAB环境下实现求复杂函数求极值的例子,内有详细说明,测试通过-Using Genetic Algorithm in MATLAB environment to achieve extremum seeking examples of complex functions, with detailed instructions, tested
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:55973
    • 提供者:尹晓峰
  1. MATLAB

    0下载:
  2. 1.本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数 2.演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。 3.测试数据 输入初始变量后用y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 -1.
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:10562059
    • 提供者:季琳
  1. ga

    2下载:
  2. 遗传算法,用 matlab 实现,用于基准函数测试优化,精彩不可错过-genetic algorithm, using matlab realize, is extremely exciting. Not to be missed
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-10
    • 文件大小:1024
    • 提供者:任子武
  1. ga

    0下载:
  2. MATLAB 版遗传算法源码,内含详细说明和测试案例-MATLAB version of the genetic algorithm source code, containing detailed instructions and test cases
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:22313
    • 提供者:高星爱学习
  1. SGA

    0下载:
  2. 遗传算法经典源代码,可移植性极强,方便测试-Classical genetic algorithm source code, portability is extremely convenient test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3478
    • 提供者:jiangyuzhe
  1. genetic-algorithm

    0下载:
  2. 采用遗传算法解决八数码问题。分六个子程序,有代码说明和测试结果。-Using genetic algorithm to solve the problem eight digital. Divided into six routines, there are code descr iptions and test results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:16630
    • 提供者:苏柏良
  1. yichuansuanfa

    0下载:
  2. 基本遗传算法程序,用于程序测试,软件开发等,对遗传算法初学者作用较大-The basic genetic algorithm for program testing, software development, the role of genetic algorithm beginners larger
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3819
    • 提供者:信宁宁
  1. vs2008GAwin32

    0下载:
  2. 遗传算法,基于vc++的,有数据可测试,附加详细讲解-Decision tree classifier based on vc++, the data can be tested,Additional details to explain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:10038
    • 提供者:程港
  1. Fourbar_M

    1下载:
  2. 用于优化曲柄摇杆机构的M文件,用遗传算法工具箱求解,经测试matlab2010b运行通过-Crank rocker mechanism for optimizing M-file, using the genetic algorithm toolbox for solving, the test matlab2010b run by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5602
    • 提供者:何飞
  1. paikeguanlixitongmatlab

    0下载:
  2. 遗传算法程序 对初学者比较有益 经测试比较成功-yichuan suanfa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3857
    • 提供者:肖婷
  1. benchmark

    0下载:
  2. 该函数由于遗传算法,粒子群算法等各类测试,可以很好地对你所编程序进行评估,以验证你提出的算法的合理性-Function due to genetic algorithms, particle swarm optimization, and other tests can be well on your programmed assessment, to verify the rationality of the proposed algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:28043
    • 提供者:xiaocao
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com