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

搜索资源列表

  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. BPNN

    2下载:
  2. 该程序包包含三个函数,一个用于建立BP神经网络,一个用于训练该网络,最后一个用于测试样本。-The package contains three functions, one for the establishment of BP neural networks, one for training the network, the last one for the test samples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3557
    • 提供者:culbert
  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. empca

    0下载:
  2. EMPCA算法的函数代码,附带有训练测试数据集,用于特征降维等方面。-Algorithm EMPCA function code, attached to the test data set there is training for the characteristics of dimensionality reduction and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:159288
    • 提供者:苗晨
  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. constrainpso

    0下载:
  2. 一个解决约束优化问题的算法,但是对一个测试函数无法达到全局最优.希望能加以改进并应用。-A solution algorithm for constrained optimization problems, but a test function can not reach the global optimum. Would like to be improved and applied.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1603
    • 提供者:zangtianlei
  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. GA-RBF

    3下载:
  2. 1.利用GA算法优化RBFNN的各种权值; 2.利用RBFNN进行函数跟踪; 3.比较测试未用GA优化的和使用GA优化的RBFNN的结果。-1.Use GA algorithm to optimize a variety of weights in RBFNN 2. Use RBFNN to realize tracking function 3. Compare and test the results of using GA and not using GA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:7122
    • 提供者:天天
  1. 11111111111111

    0下载:
  2. 微粒群算法的matlab程序,好用,对测试函数进行优化-Particle swarm algorithm matlab program, easy to use,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1202
    • 提供者:华晓
  1. MATLAB_mse

    2下载:
  2. 本文采用最小平方误差准则(MSE准则)通过训练样本集建立线性判别函数,并用线性判别函数去判断测试集。 数据集报告: 1、男女生 2、sona 3、ups-In this paper, the least square error criterion (MSE criterion) the training sample set by a linear discriminant function, and a linear discriminant function to dete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2211
    • 提供者:李碧聪
  1. ABC-matlab

    1下载:
  2. 人工蜂群算法Matlab工具箱,包含基本优化测试函数。-artificial bee colony algorithm, MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3235
    • 提供者:张一
  1. cec14-matlab-code

    0下载:
  2. cec2014 benchmark测试函数,用于智能算法-cec2014 benchmark text function for intelligence algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2975233
    • 提供者:edwinlu
  1. Matlab代码

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

    • 发布日期:2018-01-04
    • 文件大小:29696
    • 提供者:Jane5514
  1. 遗传算法的MATLAB实现

    1下载:
  2. 用MATLAB实现的遗传算法,解决函数优化问题,以Rosenbrock的测试函数为例
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 鲸鱼优化算法matlab代码

    6下载:
  2. 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2020-01-07
    • 文件大小:20886109
    • 提供者:haha_@zz
« 12 3 »
搜珍网 www.dssz.com