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

搜索资源列表

  1. 遗传算法_VC源码

    1下载:
  2. 最近研究遗传算法,得到这点程序,均很好运行,共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。没有加密,解压即可-recent research on genetic algorithms, to be this procedure which is a good run for everyone to share. While more would like to be better in the GA process, we look a lot dedication.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:86.27kb
    • 提供者:绿原
  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
    • 文件大小:76.02kb
    • 提供者:zhangtao
  1. duodianjiaocha

    0下载:
  2. 用多点交叉实现遗传算法,能够自主选择种群大小、变异率、交叉率以及染色体编码的输出,结果输出为文本。-with more cross-Genetic algorithm, can choose the size of population, the mutation rate, chromosome cross-rate encoding and output, the output text.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:flying840310
  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
    • 文件大小:5.38kb
    • 提供者:丁如敏
  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
    • 文件大小:10.14kb
    • 提供者:丁如敏
  1. 遗传算法多点交叉算法

    0下载:
  2. 遗传算法多点交叉算法-genetic algorithms more cross-Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.19kb
    • 提供者:飞燕
  1. fivestones(v1.0.0)

    0下载:
  2. 电脑下子时先检查未落子点的权值,在权值最高的位置下棋。如果要提高人工智能,可用探索回溯的方法多搜索几步,在比较那点权值最高。   检查m,n点的权值的方法:
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:184.41kb
    • 提供者:kgd
  1. k-means

    1下载:
  2. 空间数据分析中最常用的是聚类分析,而K-MEANS算法是聚类分析中常用的,其主要思想是在给定的聚类数目下对多维(我做的是三维空间点)向量进行聚类,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.85kb
    • 提供者:tangkezong
  1. AFunctionOptimizerusingSimpleGeneticAlgorithm

    0下载:
  2. 这是用C编写的一个遗传算法 中 多点交叉算法,希望对 大家 有 帮助 !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:xiankong
  1. ga-bp

    0下载:
  2. 程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.55kb
    • 提供者:fk774
  1. GA

    1下载:
  2. matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.47kb
    • 提供者:夏雨泽
  1. fisher

    0下载:
  2. Fisher分类器,用于对多维采样点进行分类。可根据类别数修改分类器,我们的模式识别作业。-Fisher classifier, multi-dimensional sampling points used for classification. Can be modified according to the number of classification categories, and our pattern recognition operation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:2.6kb
    • 提供者:王兵
  1. ycsf

    0下载:
  2. 通过两点之间的距离来实现多点之间的相互定位,利用遗传算法实现,可用于Zigbee模块的室内定位。-Through the distance between two points to achieve multi-point between the positioning, the use of genetic algorithm, can be used for indoor positioning Zigbee module.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2.68kb
    • 提供者:Jian Fu
  1. ga

    0下载:
  2. 遗传算法中的新的多点交叉算法用来优化选择最优值-Genetic algorithm in the new multi-point crossover algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:zhaowei
  1. multi-class-classification

    0下载:
  2. 对多类点进行分类,有图像界面,使用了多种分类算法-Points to the many types of classification, there are graphical interfaces, using a variety of classification algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:128.19kb
    • 提供者:夏雨
  1. GAandtheimprove

    0下载:
  2. 包含功能强大的遗传算法实现和改进的遗传算法实例,改进思想为模拟退火,自适应,多点交叉,均匀交叉-Contains the instance of the powerful genetic algorithm and improved genetic algorithm, improving the ideological and simulated annealing, adaptive, multi-point crossover, uniform crossover
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7.44mb
    • 提供者:gaosuwen
  1. GA-source-code

    0下载:
  2. 遗传算法源代码,单点交叉和多点交叉,C++开发经典的进化算法-genetic algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:83.73kb
    • 提供者:davidding
  1. 9-10

    0下载:
  2. 不同方法估计协方差矩阵的Capon波束形成,以及多点约束的Capon波束形成和方向图,自己运行效果很好。-Different methods of estimation covariance matrix Capon beamforming, and multi-point constraints Capon beamforming and direction maps, run their own good results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:小屯
  1. matlab-基本蚁群算法(TSP)(多点版)

    1下载:
  2. 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:2kb
    • 提供者:双月神鸟
  1. 暴风高效刷单EA

    6下载:
  2. 有着暴风式的刷单模式,融合顺势加仓,单品种对冲,多品种对,把握趋势和震荡策略单量比一般刷单王数量都还要多,做单准确率高,对点差和平台没有要求,经测试该EA单货币月平均刷单80手左右,盈利20%左右,多货币刷单月平均可达110手左右,盈利可突破40%。(It has a storm style brush mode, which integrates with the trend to add positions, single variety hedging, multi variety pai
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-01-29
    • 文件大小:334kb
    • 提供者:一直奔跑
« 12 3 4 »
搜珍网 www.dssz.com