登录
首页 » matlab » PSO_ELM

PSO_ELM

于 2020-11-05 发布 文件大小:475KB
0 284
下载积分: 1 下载次数: 157

代码说明:

  粒子群优化的超限学习机,运行快,拟合效果好,很方便使用(The particle swarm optimization of the overrun learning machine, fast operation, good fitting effect, very convenient to use.)

文件列表:

PSO_ELM\ELM, 0 , 2018-05-04
PSO_ELM\ELM\ELM.m, 1215 , 2018-05-03
PSO_ELM\ELM\elmpredict.m, 1454 , 2013-01-30
PSO_ELM\ELM\elmtrain.m, 1752 , 2013-01-30
PSO_ELM\ELM\imf111.mat, 41799 , 2018-05-02
PSO_ELM\ELM\imf222.mat, 41732 , 2018-05-02
PSO_ELM\ELM\imf333.mat, 41583 , 2018-05-02
PSO_ELM\ELMfun.m, 179 , 2016-05-15
PSO_ELM\ELMfun2.m, 223 , 2016-05-15
PSO_ELM\ELMfun3.m, 232 , 2016-05-15
PSO_ELM\elmpredict.m, 1376 , 2016-05-15
PSO_ELM\elmtrain.m, 1830 , 2016-05-15
PSO_ELM\elmtrain2.m, 1766 , 2016-05-15
PSO_ELM\fitcal.m, 600 , 2016-05-15
PSO_ELM\imf1.mat, 19619 , 2018-05-02
PSO_ELM\imf11.mat, 27736 , 2018-05-02
PSO_ELM\imf111.mat, 41799 , 2018-05-02
PSO_ELM\imf2.mat, 19593 , 2018-05-02
PSO_ELM\imf22.mat, 27683 , 2018-05-02
PSO_ELM\imf222.mat, 41732 , 2018-05-02
PSO_ELM\imf3.mat, 19526 , 2018-05-02
PSO_ELM\imf33.mat, 27593 , 2018-05-02
PSO_ELM\imf333.mat, 41583 , 2018-05-02
PSO_ELM\imf4.mat, 18759 , 2018-05-02
PSO_ELM\imf44.mat, 26368 , 2018-05-02
PSO_ELM\imf444.mat, 39576 , 2018-05-02
PSO_ELM\PSO_ELM.m, 6367 , 2018-05-02

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

发表评论

0 个回复

  • 一个英文打字程序源代码(DOS)。适合初学者。
    一个英文打字程序源代码(DOS)。适合初学者。-English typing a program"s source code (DOS). For beginners.
    2023-06-02 15:20:03下载
    积分:1
  • formatswap
    说明:  SEGY地震数据不同格式间相互转换小软件,不需要安装。(SEGY seismic data conversion between different formats of small software, do not need to install.)
    2019-03-28 10:44:20下载
    积分:1
  • ft_phase_screen (2)
    说明:  实现大气随机相位频的生成,用于大气光学的仿真,可以分析激光传输收到湍流的影响。(Generation of atmospheric random phase frequency)
    2020-09-07 17:18:21下载
    积分:1
  • 使用java编写的足球游戏,非常有意思,适合学习!
    使用java编写的足球游戏,非常有意思,适合学习!-prepared by the use of football games, very interesting, suitable for learning!
    2022-02-12 00:03:50下载
    积分:1
  • 103ZET6_TFTLCD显示实验
    在stm32f103zet6的开发板上进行tft-lcd显示(show photos on the tft lcd with stm32f193zet6)
    2018-05-03 11:25:22下载
    积分:1
  • ARCH V 2.0
    Arch, is one of the best indicator to use in the forex markets, and actually has the best accuracy to trade automatically.
    2020-06-24 21:20:01下载
    积分:1
  • 车载stewart平台建模与仿真simulink
    仿真Stewart平台运动,有可视化模型,simulink模型可提供参考,来搭建新的模型(Simulation of Stewart platform movement)
    2020-07-02 08:00:02下载
    积分:1
  • 遗传算法求解多旅行商问题
    旅行商问题(TravelingSalesmanProblem,TSP)是一个经典的组合优化问题。经典的TSP可以描述为:一个商品推销员要去若干个城市推销商品,该推销员从一个城市出发,需要经过所有城市后,回到出发地。应如何选择行进路线,以使总的行程最短。从图论的角度来看,该问题实质是在一个带权完全无向图中,找一个权值最小的Hamilton回路。由于该问题的可行解是所有顶点的全排列,随着顶点数的增加,会产生组合爆炸,它是一个NP完全问题。(Traveling Salesman Problem (TSP) is a classic combinatorial optimization problem. The classic TSP can be described as: a merchandiser sells goods to several cities. The salesman starts from a city and needs to go through all the cities and return to the starting point. How to choose the route of travel so that the total journey is the shortest. From the point of view of graph theory, the essence of the problem is to find a Hamilton loop with the smallest weight in a completely undirected graph with weights. Since the feasible solution to this problem is the full permutation of all vertices, as the number of vertices increases, a combinatorial explosion occurs, which is an NP-complete problem.)
    2020-06-17 11:00:02下载
    积分:1
  • micro-grid based on CSO
    说明:  本文分析微网中微电源包括光伏发电、风力发电、微燃机、柴油发电机和燃料电池的电气特性,构建微电网优化运行的模型,以微网的经济成本和环境成本最小为目标函数,充分考虑了电压越限、功率平衡、微电源出力限制等约束条件,应用鸡群算法进行求解。 解决了粒子群算法易早熟、易陷入局部最优解的问题。并通过典型的微网系统进行仿真分析,仿真结果验证了该算法的有效性。(In this paper, the electrical characteristics of micro-power sources in micro-grid, including photovoltaic power generation, wind power generation, micro-gas engine, diesel generator and fuel cell, are analyzed. The optimal operation model of micro-grid is constructed. The objective function is to minimize the economic cost and environmental cost of micro-grid. The constraints of voltage overshoot, power balance and output limitation of micro-power are fully considered. The chicken swarm algorithm is applied to solve the problem. Particle swarm optimization (PSO) is easy to premature and fall into local optimal solution. The simulation results of a typical microgrid system show the effectiveness of the proposed algorithm.)
    2019-01-21 09:14:44下载
    积分:1
  • 我用VC6给别人编写的倒计时,可以用在PPT做的现场答题计时用...
    我用VC6给别人编写的倒计时,可以用在PPT做的现场答题计时用-I used VC6 prepared countdown to others, can be used in PPT answer time to do the scene with
    2022-04-13 06:11:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载