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

搜索资源列表

  1. pso(sphere)

    0下载:
  2. 标准PSO算法,运用SPHERE测试函数,最终收敛于0-standard PSO algorithm, using SPHERE test function, eventually converge to 0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:王道军
  1. SPSOOptimize

    0下载:
  2. 微粒群算法,c语言编写,通过优化,可以自己添加测试函数-particle swarm algorithm, c language, through optimization, can add their own function testing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1927
    • 提供者:雪肤
  1. Cheap_PSO

    0下载:
  2. C语言开发的微粒群优化算法源程序,程序用到了多个测试函数:包括Rosenbrock 函数等,操作时首先打开文件选择一个函数,然后点击计算就可以了。-C language development Particle Swarm Optimization algorithm source, a number of procedures used test functions : Functions include Rosenbrock, the first operation of a choice
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:77848
    • 提供者:zhangtao
  1. GAwork

    0下载:
  2. 遗传算法 虽然比较简单 但功能可以实现 找一个测试函数的最值 效果可以-genetic algorithm is relatively simple but can be achieved to find a function of test results can be the most value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9992
    • 提供者:zn
  1. SimpleGA

    1下载:
  2. 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:2976
    • 提供者:东方志柱
  1. PSOt

    0下载:
  2. psotoolbox程序已经通过了测试函数,可用来进行svm或ann的参数优化
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97950
    • 提供者:徐冲
  1. vbpso

    0下载:
  2. 粒子群算法的vb源程序,可以自定义算法参数,实现对6个非约束性测试函数极小值的全局优化,动态显示粒子的移动。低维下,优化效果很好。直接解压,无须密码。请多指正。-PSO algorithm vb source, the algorithm can define parameters to achieve the six non-binding function tests minimum of global optimization, dynamic display particle movem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23760
    • 提供者:陈超
  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. Artificial-Bee-Colony

    5下载:
  2. 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-12-22
    • 文件大小:4770
    • 提供者:陈旭
  1. pbbo

    1下载:
  2. 基于生物地理优化进化算法(BBO)代码,以及几组测试函数;使用方法: 输入BBO(@函数名),如BBO(@QuarticDisc) )-matlab code for biography-based algorithm. The software can be run by typing the following MATLAB command: BBO(@"function name")
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1102035
    • 提供者:向健
  1. PSO

    0下载:
  2. 一个Matlab PSO算法简单例子。测试函数为Griewank函数-A simple example of Matlab PSO algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1044
    • 提供者:
  1. GSO-code

    3下载:
  2. 一种全新的智能算法-萤火虫群算法。该算法主要用于求解多峰函数。包含2个文件。用matlab打开GSO.m可以直接运行。如果要修改测试函数,可以修改J1.m函数。-A new intelligent algorithms- fireflies swarm. The algorithm used to solve multimodal function. Contains two files. Open GSO.m can use matlab to run. If you want to modi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-28
    • 文件大小:1637
    • 提供者:
  1. FDA

    1下载:
  2. Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1493
    • 提供者:chris
  1. testfunction-fiugre

    5下载:
  2. 各类测试函数的matlab画图程序,已经调试通过。-Various types of test functions matlab Paint program has been debugging through.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-05
    • 文件大小:12261
    • 提供者:小王
  1. n57

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

    • 发布日期:2017-04-25
    • 文件大小:110446
    • 提供者:李林
  1. Peking_University_PSO_All_in_one

    7下载:
  2. 北京大学计算智能研究室几位计算智能教授的辛苦结晶,包含粒子群算法源代码,PPT文档说明,十五个典型的测试函数,算法注释详尽,简明扼要,是难得的粒子群算法学习材料-Institute of Computational Intelligence Computational Intelligence Research Laboratory Professor of several hard crystal that contains the source code for Particle Swarm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-29
    • 文件大小:7351182
    • 提供者:liutianya
  1. youhuahanshu

    0下载:
  2. 一篇英文文章。有关函数优化的。个人认为文章中的50个测试函数比较好,可以采用。-An article in English. The function optimization. Personally think that the article 50 test functions better, can be used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:497767
    • 提供者:刘洪霞
  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. Matlab代码

    1下载:
  2. 有约束和无约束的测试函数代码,可以在优化算法测试时使用(Constrained and unconstrained test function codes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:29696
    • 提供者:Jane5514
  1. DTLZ_PF_Generator

    4下载:
  2. DTLZ测试函数生成真实Pareto前端(DTLZ test function to generate true Pareto front)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-12-21
    • 文件大小:1024
    • 提供者:timbosun
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com