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

搜索资源列表

  1. binary

    0下载:
  2. 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2 * * * x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding val
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11685
    • 提供者:陈仕林
  1. 模拟退火程序

    2下载:
  2. 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right u
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1748
    • 提供者:小刘
  1. GAfunction

    0下载:
  2. 请大家看一看, 我编的这个用遗传算法求 f(x)=xsin(10pi*x)+2.0 x为-1到2区间的值-Please look, I spent part of the genetic algorithm for f (x) = xsin (10pi * x) 2.0 x 2 -1 range of values
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2819
    • 提供者:徐春鸽
  1. GeneticAlgorithms_matlab

    0下载:
  2. X(t)=Asin(2*pi *f *t+ q)+n(t) 估计其中的参数为A,f, q。n(t)为随机噪声,服从正态分布。 其他的具体见附件中的程序 -X (t) = 4sin (2 * pi * f * t q) n (t) is estimated parameters A, f, q. N (t) of random noise, subject to normal. Other specific see annex to the proceedings
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6288
    • 提供者:戴朝华
  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15954
    • 提供者:刘波
  1. 遗传算法TDOA解决

    6下载:
  2. 用遗传算法解决通信中的TDOA问题 文件名 program 完成功能 求出在进行account_test次的试验中每一次的最优染色体,并且求出均值MV,和均方误差MSE 文件名 definition_constant( ) 完成功能 对各个常量试验参数进行设定 文件名 main_program 完成功能 完成一次试验的计算 文件名 all_Noise 完成功能 计算TDOA值(由基站所测量的TDOA(受到噪声的干扰)) 文件名 gen_ini_pop_
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2846
    • 提供者:田园
  1. NoiseNeuralNetwork

    0下载:
  2. 单输出的神经元网络拟合有噪声干扰的函数:y=x1/(1+x1) + x2/(1+x2) + x3/(1+x3) + x4/(1+x4)-single output neuron network fitting a noise function : y = x / (1 x1) x2 / (1 x2) x3 / (1 x3) x / (1 x4)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6666
    • 提供者:周善人
  1. realDBSCAN

    2下载:
  2. 二维的DBSCAN聚类算法,输入(x,y)数组,搜索半径Eps,密度搜索参数Minpts。输出: Clusters,每一行代表一个簇,形式为簇的对象对应的原数据集的ID-two-dimensional clustering algorithm, the input (x, y) array, search radius Eps. Minpts density search parameters. Output : Clusters, each firm on behalf of a cluste
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:胡瑞飞
  1. GA_C

    0下载:
  2. 这是一个求 f(x)=x*sin(10PI*x)+2.0 的遗传算法程序-for f (x) = x * sin (10PI * x) 2.0 Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5510
    • 提供者:李律
  1. maxsin

    0下载:
  2. 一个遗传算法应用的小程序 使用遗传算法求解sin^2(x)的极大值-a genetic algorithm application procedures for the use of small genetic algorithm sin ^ 2 (x) Maximum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10996
    • 提供者:Kissinger
  1. matlab_min_use_PSO

    0下载:
  2. 使用pso求最小化一函數 matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學習matlab和各種optimize methods 最小化:(x-15)^2+(y-20)^2 The swarm matrix is swarm(index, [location, velocity, best position, best value], [x, y components or the value compo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13154
    • 提供者:pychang
  1. MYGA0

    0下载:
  2. 本程序是一个基本的简单遗传算法示范程序,其优化目标是在〔0,2*pi〕上搜索函数sin(x)*sin(x)的最大值-this procedure is a basic and simple genetic algorithm model procedures, optimizing their goal is [0, 2 * pi] search function sin (x) * sin (x) maximum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2648
    • 提供者:堂木
  1. AIbashuma

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5507
    • 提供者:丁如敏
  1. AIbashumaJava1

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10381
    • 提供者:丁如敏
  1. TestJavaSKNN

    2下载:
  2. 一个基于网格和最近邻居的聚类算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) ),while Link(x, y)=1-a Grid-based, and the nearest neighbor clustering algorithm similarity (x, y) = size (SKNN (x) SKNN (y)), while Link (x, y) = 1
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者:高雷
  1. fuzzy control.语言变量X,Y,Z的隶属度函数

    1下载:
  2. 语言变量X,Y,Z的隶属度函数.模糊控制规则表,还有matlab程序,阐述了模糊规则的生成过程!,good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-02-11
    • 文件大小:2508
    • 提供者:惠小锁
  1. yi_chuan_suanfa

    0下载:
  2. 一个遗传算法算Y=X*X在1到31范围的最大值-A genetic algorithm calculation Y = X* X in the 1-31 range of the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2438
    • 提供者:张小伟
  1. YXX

    0下载:
  2. 一个简单遗传算法的程序,用于求函数y=x*x 的最大值,适合初学者学习。-A simple genetic algorithm procedure for seeking the function y = x* x the maximum value, suitable for beginners to learn.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2811
    • 提供者:陈峥
  1. licheng

    0下载:
  2. 基于MATLAB的遗传算法,用遗传算法训练y=x^2的最大值-MATLAB-based genetic algorithm trained with genetic algorithms y = x ^ 2 the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:862
    • 提供者:张刚
  1. zengjianhu

    0下载:
  2. pso算法 用c语言来实现的 优化的y=x^2函数 -pso algorithm using c language to realize the optimization of the function y = x ^ 2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1307769
    • 提供者:温度虚构
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com