登录
首页 » AI-NN-PR » 基本遗传算法的源代码,比较各代种群的进化。

基本遗传算法的源代码,比较各代种群的进化。

于 2022-01-25 发布 文件大小:13.12 kB
0 229
下载积分: 2 下载次数: 1

代码说明:

基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.

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

发表评论

0 个回复

  • 机器人路径规划演示平台,自主移动的智能机器人演示程序源代码,可以实现机器人壁障功能...
    机器人路径规划演示平台,自主移动的智能机器人演示程序源代码,可以实现机器人壁障功能-Demonstration platform for robot path planning, intelligent autonomous mobile robot demo program source code, you can realize robot barrier function
    2022-08-09 16:57:38下载
    积分:1
  • 聚类CLIQUE算法 的基本思路.zip
    聚类CLIQUE算法 的基本思路.zip-clustering algorithm basic ideas. Zip
    2023-06-29 00:40:03下载
    积分:1
  • C language can be used to develop a variety of neural networks : BP, RBF, HOP ~...
    可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author"s ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
    2022-04-01 17:33:50下载
    积分:1
  • 这是美国的一个毕业设计,博士论文,是用神经…
    这是一篇美国博士毕业设计的论文,是用神经网络实现mppt的方案-This is a graduation project of the United States, Dr. thesis, is to use neural network program to achieve MPPT
    2022-05-28 13:01:04下载
    积分:1
  • Game Theory classic book is the pre
    博弈论的经典书 应该算是人工智能算法的先修书籍吧-Game Theory classic book is the pre-artificial intelligence algorithms books it
    2023-04-03 07:20:03下载
    积分:1
  • bp neural network simulation, which is based on a three
    bp神经网络模拟,是根据以立体的模拟程序-bp neural network simulation, which is based on a three-dimensional simulation program
    2022-04-20 23:05:53下载
    积分:1
  • SOM算法,matlab程序,是经典的教科书的例子程序
    SOM算法,matlab程序,是经典的教科书的例子程序-SOM algorithm, Matlab procedures, are classic textbook example of procedures
    2022-06-17 18:19:20下载
    积分:1
  • SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文...
    SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文-SVDD tools,can be used to process one class classification problem,for more details ,we refer to "Support Vector Data Description"
    2022-11-12 23:15:03下载
    积分:1
  • This a neural network development kit. Ann directory under specific neural netwo...
    这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。-This a neural network development kit. Ann directory under specific neural network code, external directory is some common code, has nothing to do with the neural network, but neural networks use of their code. Ann directory is a directory demo, stored inside a sample program, please refer to their program.
    2022-03-01 10:58:26下载
    积分:1
  • Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经
    Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经元之间连接权 wij 和N个输出阈值θj的设计,使得: 这M个记忆模式所对应的网络状态正好是网络能量函数的M个极小值。 比较困难,目前还没有一个适应任意形式的记忆模式的有效、通用的设计方法。 H网的算法 1)学习模式――决定权重 想要记忆的模式,用-1和1的2值表示 模式:-1,-1,1,-1,1,1,... 一般表示: 则任意两个神经元j、i间的权重: wij=∑ap(i)ap(j),p=1…p; P:模式的总数 ap(s):第p个模式的第s个要素(-1或1) wij:第j个神经元与第i个神经元间的权重 i = j时,wij=0,即各神经元的输出不直接返回自身。 2)想起模式: 神经元输出值的初始化 想起时,一般是未知的输入。设xi(0)为未知模式的第i个要素(-1或1) 将xi(0)作为相对应的神经元的初始值,其中,0意味t=0。 反复部分:对各神经元,计算: xi (t+1) = f (∑wijxj(t)-θi), j=1…n, j≠i n―神经元总数 f()--Sgn() θi―神经元i发火阈值 反复进行,直到各个神经元的输出不再变化。-Hopfield network-- good at associative memory solution with the realization of lost H associative memory networks, are key to bringing the memory model samples corresponding network energy function of the minimum. With M-N-dimensional memory model, the network N neurons connect between right wij and N output threshold j design makes : M-mode memory corresponding to the network is a state network energy function is the M-000 minimum. Mor
    2023-03-24 10:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载