登录
首页 » AI-NN-PR » 离散二进制粒子群算法 DPSO

离散二进制粒子群算法 DPSO

于 2022-04-08 发布 文件大小:11.33 kB
0 316
下载积分: 2 下载次数: 1

代码说明:

离散二进制粒子群算法 DPSO -DPSO

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 我准备的QR分解的神经网络算法利用QR分解…
    本人编写的QR分解的神经网络算法,该算法用QR分解神经网络的隐含层矩阵,可以作为学术上的比较和分析。适合各种benchmark问题,本人还加了自动产生分类向量和自动适应各种函数的例子-I prepared the QR decomposition of neural network algorithm using QR decomposition neural network hidden layer matrix, can be used as an academic comparison and analysis. Suitable for a variety of benchmark problems, I also added automatically generated classification and automatic vector function to adapt to a variety of examples
    2022-05-13 12:34:46下载
    积分:1
  • 遗传算法遗传算法(遗传算法),在专家系统中…
    遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
    2022-01-26 03:20:14下载
    积分:1
  • 这是一本比较详细介绍进化算法的电子书,是pdf格式的。
    这是一本比较详细介绍进化算法的电子书,是pdf格式的。-This is a more detailed introduction of the e-book evolution algorithm is pdf format.
    2022-01-28 03:23:26下载
    积分:1
  • bp神经网络对短期电力负荷的预测,一周预测一天,输入是归一过的数据。...
    bp神经网络对短期电力负荷的预测,一周预测一天,输入是归一过的数据。-bp neural network for short-term load forecast, the forecast one day a week, enter the data have been normalized.
    2023-08-31 00:20:04下载
    积分:1
  • 1、该工具包用于安装Lm和RBF两个神经网络工具包 2、直接运行LmNet.exe或_install.bat即可; 3、完成成功后,请将 binwin32 目前...
    1、该工具包用于安装Lm和RBF两个神经网络工具包 2、直接运行LmNet.exe或_install.bat即可; 3、完成成功后,请将 binwin32 目前加至系统的 path中。 具体为:我的电脑-->属性-->环境变量-->将“binwin32”加至path路径中。-1, the tool kits for the installation and Lm 2 RBF neural network tool kits 2, or directly running LmNet.exe _install.bat can; Three complete success, I would be grateful if bin win32 increase to the current system which the path. Specifically : my computer-- gt; Attribute-- gt; Environment variables-- gt; "Bin win32" to increase path PATH.
    2022-07-11 05:13:20下载
    积分:1
  • 8 Queen
    8皇后问题。所谓著名的八皇后问题就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。根据前人的研究,在8!=40320种排列中只有92中解决方案。-8 Queen
    2022-02-14 18:50:35下载
    积分:1
  • 自适应线性神经网路应用实例
    自适应线性神经网路应用实例- Auto-adapted linear nerve network application example
    2023-03-30 13:25:04下载
    积分:1
  • 支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。...
    支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。-Support Vector Machine (SVM) algorithm of SMO. Including the matlab source code files, Support Vector Machines pdf documents, source code for word documents.
    2022-07-18 07:22:40下载
    积分:1
  • 数据挖掘中的ID3算法源码 决策树的经典算法之一。
    数据挖掘中的ID3算法源码 决策树的经典算法之一。 -Data Mining Source ID3 decision tree algorithm, one of the classic algorithm.
    2022-07-07 09:47:33下载
    积分:1
  • 10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化...
    10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化中的基本问题――NP问题入手,系统地讲述了近年来所发展起来的智能最优化的各种技术和方法,其中包括启发式搜索、Hopfield神经网络、模拟退火和随机机、均场退火以及遗传算法等;并在此基础上,通过一些典型的应用问题,如旅行商问题、模式识别中的点模式匹配问题、通信和任务调度等问题进一步阐明以上一些基本方法怎样用来解决这些原来具有NP性质的困难问题。本书是作者在美国新泽西州理工学院多年讲授有关课程的基础上写成的。全书深入浅出,理论联系实际。为帮助学生掌握基本概念,提高学习能动性,各章编写了习题。本书可作为通信、计算机、控制各专业的高年级学生和研究生学习有关课程的教材。它对于广大科研工作者也是一本很有实际价值的参考书。 -10. "Optimal for Computational Intelligence," Nirwan Ansali, with Edwin Hou, Li Jun, Pin Zhaoxing chess translation Tsinghua University Press in 1999 the first book version of combinatorial optimization from the discussion of basic questions-- NP problem start, the system described in recent years to develop the intelligent optimization of the technology and methods, These include heuristic search, Hopfield networks, simulated annealing and random machine, mean field annealing and genetic algorithms; and on this basis and through some typical applications, such as the traveling salesman probl
    2023-01-02 18:15:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载