登录
首页 » matlab » 粒子群算法试算

粒子群算法试算

于 2018-12-25 发布
0 196
下载积分: 1 下载次数: 6

代码说明:

说明:  粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Particle swarm optimization (PSO), also called particle swarm optimization (Particle Swarm Optimization), is abbreviated as PSO, which is a new evolutionary algorithm (Evolutionary Algorithm EA) developed in recent years. PSO algorithm is a kind of evolutionary algorithm. It is similar to simulated annealing algorithm. It also starts from the random solution and finds the optimal solution by iteration. It also evaluates the quality of the solution through fitness, but it is simpler than the genetic algorithm rule. It does not have the crossover (Crossover) and the Mutation operation of genetic algorithm. Search for global optimum. This algorithm has attracted the attention of the academic community for its advantages of easy realization, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.)

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

发表评论

0 个回复

  • 头发乱了单用户访客统计系统
    头发乱了单用户访客统计系统-hair chaos single-user visitor statistics system
    2022-11-25 21:50:03下载
    积分:1
  • Matrice_ABCD
    说明:  surfacique courant coupleur 3db
    2019-01-07 06:20:21下载
    积分:1
  • 用于OAM通信系统中对OAM波的纯度进行检测是否满足通信要求 43680542OAM_Purity
    主要用于OAM通信系统中对OAM波的纯度进行检测是否满足通信要求(It is mainly used to detect the purity of OAM wave in OAM communication system and meet the communication requirements.)
    2020-06-28 12:00:01下载
    积分:1
  • FCA-Java
    说明:  概念格分析,将关系矩阵分析为概念,概念格就是形式概念分析的一种(Concept lattice analysis)
    2020-12-15 20:36:50下载
    积分:1
  • Ectouch手机端网购商城系统PHP版
    Ectouch手机端网购商城系统PHP版,用来搭建供手机浏览查看的电子商务网站,类似淘宝手机客户端,本全面兼容php5.6+,ectouch编译更新日志:   1、修改数据库连接底层为mysqli。   2、优化安装过程的体验, 官方的太粗糙。   3、修复所有php5.6下的报错。   4、测试过程通过。
    2022-05-17 08:25:28下载
    积分:1
  • 文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程...
    文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程-Documents stm32 the SD interface operation, the program of the SD card STM32 demo operational processes
    2023-08-18 16:05:03下载
    积分:1
  • question2
    Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you. //initialise port 2 for output //set all outputs to 0 while(1) { FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100) FIO2PIN &= ~0x04 // set bit 2 off //set port2 bit 1 on //set port2 bit 1 off //set port2 bit 4 on //set port2 bit 6 and bit 7 on //set port2 bit 4 off //set port2 bit 6 and bit 7 off
    2010-03-09 01:40:03下载
    积分:1
  • abaqus插入cohesive单元代码及插件ABAQUS cohesive
    说明:  abaqus插入cohesive单元代码及插件,可以参考学习(abaqus Python cohesivegenerate)
    2021-03-29 22:39:10下载
    积分:1
  • various JTAG include : Altera, ARM, AVR, LATTICE, S52, XILINX.
    各种JTAG:包括ALTERA、ARM、AVR、LATTICE、S52、XILINX。-various JTAG include : Altera, ARM, AVR, LATTICE, S52, XILINX.
    2023-05-09 18:55:03下载
    积分:1
  • 最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!...
    最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!-Latest meter test a point of order, this very important! Particularly those engaged in table-type industries brothers! Thank you for your support, we progress together!
    2022-03-22 23:27:43下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载