登录
首页 » AI-NN-PR » On the Particle Swarm Optimization Algorithm. Using java language.

On the Particle Swarm Optimization Algorithm. Using java language.

于 2022-07-08 发布 文件大小:125.31 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

关于粒子群优化算法的实现.使用java语言实现。-On the Particle Swarm Optimization Algorithm. Using java language.

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

发表评论

0 个回复

  • 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
    我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
    2022-08-06 14:22:02下载
    积分:1
  • 本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT...
    本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT-BASED SYSTEM和模拟机器人行为。本代码实现功能如下:机器人服务模拟。自动取得饮料,递送给客人,客人喝完后,另一种清理机器人处理瓶子并运送垃圾堆。主要为了证明机器人运动中的一种Deliberative设计结构。软件下载地址:http://www.spiderland.org/breve/download.php 打开我上传的文件后,点运行就可以看效果。-The code-based software steve language breve prepared, the artificial intelligence software is a 3D environment simulator can be used to build the AGENT-BASED SYSTEM and robot behavior simulation. Realize this function code is as follows: service robot simulation. Automatically beverages, delivered to the guests, the guests after the finish, another robot cleaning up the bottle and the delivery of garbage treatment. Mainly in order to prove that the movement of a robot design structure Deliberative. Software Download: http://www.spiderland.org/breve/download.php open my uploaded file, you can look at the effect of running.
    2022-09-02 18:35:02下载
    积分:1
  • 转载:神经网络中应用最为广泛的一种:BP vbmatlab使用中性…
    转载:对神经网络中使用最广泛的一种:BP神经网络采用vbmatlab来实现,把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-reproduced : the neural network the most widely used one : BP vbmatlab using neural networks to achieve, it is copyed into the training data. m*. load the document, Central to the paper load*. m to save Inventory test data for the paper test data bp predictive value, The procedure can be expanded to import n, n output, it is easy
    2022-03-25 08:37:13下载
    积分:1
  • the matlab code of ginisvm
    the matlab code of ginisvm - an svm implementation good at probability regression.-the matlab code of ginisvm- an svm implementation good at probability regression.
    2022-01-24 12:30:01下载
    积分:1
  • I recently wrote a paper source, mainly for reference signal with the ICA algori...
    我最近写的一篇论文的源码,主要是对带参考信号的 ICA算法的扩展,多参考信号的ICA固定点算法。-I recently wrote a paper source, mainly for reference signal with the ICA algorithm expansion more reference signal ICA fixed-point algorithms.
    2022-03-14 21:56:04下载
    积分:1
  • MATLAB模糊控制程序。
    Matlab fuzzy control progrom.
    2022-07-24 08:27:29下载
    积分:1
  • k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DF...
    k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DFA • #作为正规式的终止符 • 考虑复合正规式 • 开始状态号为0 -focal point for the preparation of k and debug a program, it will the user to enter the formal conversion to a state diagram and matrix forms express the determination of DFA. 1. The formal type is converted to NFA2. Will determine the NFA into a DFA
    2023-01-16 00:10:03下载
    积分:1
  • 模糊ISODATA聚类分析可以将数据的模糊矩阵的聚类分析
    模糊ISODATA聚类分析,可以模糊矩阵数据进行聚类分析-Fuzzy ISODATA cluster analysis can be fuzzy matrix cluster analysis of data
    2022-03-04 05:32:13下载
    积分:1
  • 这是一个使用VC++编写的“基于神经网络方法的专家系统源代码”,很有参考价值,请检查...
    这是一个使用VC++编写的“基于神经网络方法的专家系统源代码”,很有参考价值,请检查-It is a preparation of the VC, "based on neural network expert system source code," was useful, please check
    2022-03-24 01:12:07下载
    积分:1
  • 蚂蚁算法,c语言版,其中,‘F’点表示食物,‘H’表示窝,白色块表示障碍物,‘+’就是蚂蚁了。...
    蚂蚁算法,c语言版,其中,‘F’点表示食物,‘H’表示窝,白色块表示障碍物,‘+’就是蚂蚁了。-Ant algorithm, c language version, of which,
    2022-03-03 18:03:43下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载