登录
首页 » Visual Basic » PSO

PSO

于 2018-01-29 发布 文件大小:3KB
0 209
下载积分: 1 下载次数: 17

代码说明:

  梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)

文件列表:

PSO.m, 1117 , 2018-01-29
Untitled9.m, 40 , 2018-01-29
psoo 30.m, 45 , 2018-01-29
Untitled5.m, 14 , 2018-01-28
Untitled21.m, 94 , 2018-01-29
Untitled2.m, 67 , 2018-01-19
Untitled.m, 48 , 2018-01-28
Untitled3.m, 17 , 2018-01-19
Untitled10.m, 48 , 2018-01-28
Untitled2222.m, 65 , 2018-01-28
fsht.m, 143 , 2018-01-19
kkk.m, 64 , 2018-01-28
psooo.m, 1854 , 2018-01-28

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

发表评论

0 个回复

  • matlab2
    用matlab实现图像的各种变换,旋转,大小变换,滤波平滑。(Matlab implementation using a variety of image transformation, rotation, size, transform, smoothing filter.)
    2009-03-08 11:23:51下载
    积分:1
  • guipoly
    Build a Graphical User Interface to show off * uicontrols.
    2014-12-19 08:58:29下载
    积分:1
  • GGA__SVMMA
    12行:host= gatest %在matlab的安装盘,例如c:下设置的程序源码运行结果目录。 源代码完整 ">
    2012-08-03 13:32:15下载
    积分:1
  • Harriscornerdetector
    说明:  harris 角点检测 MATLAB 代码(Harris corner detection MATLAB code)
    2010-05-05 10:03:54下载
    积分:1
  • linear-burgers-equation
    编程序给出线性burgers方程解析解 条件:-10<x<10,正三角形位于-0.5 <x <0.5 u和c测试几个数据(Programmed to give a linear analytical solution burgers equation Conditions:-10 <x <10, equilateral triangle at-0.5 <x <0.5 u and c test several data)
    2014-08-09 08:50:57下载
    积分:1
  • nonlinearKalmanfilter
    卡尔曼滤波程序实现,非线性卡尔曼滤波,matlab程序(Nonlinear Kalman filtering, matlab program)
    2014-09-20 19:53:40下载
    积分:1
  • RTKLIB2.4.3
    RTKlib2.4.3最新版使用手册,并且是中文的。详细介绍了RTKlibde各个板块及功能实现。有助于对RTKlib进行全面系统的学习,导航专业的必备文档。(RTKlib2.4.3 the latest version of the manual, and is in Chinese. RTKlibde in detail the various sections and functional realization. RTKlib help to conduct a comprehensive system of learning, navigation professional necessary documentation.)
    2016-12-01 19:30:25下载
    积分:1
  • QPSKAWGN
    无线通信,信号通过qpsk调制,在高斯白噪声环境下的传输(Wireless communications, signal modulation by qpsk, white Gaussian noise environment in the transmission)
    2010-09-14 14:57:50下载
    积分:1
  • geneticalgorithm
    调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbxTest_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用 3.gatbx-example是算例调试源码和各算例的调试说明,大家可以对照原书进行比较 4.窃以为gatbx工具箱较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程,虽然在可视化方面不及gads 5.学习遗传算法如果首先用熟相关工具箱的话,能够先培养信心,然后更有兴趣去专研和了解具体的算法,如果就用现有的工具箱就能解决问题的话,不了解其详细的算法也未尝不可,毕竟不是每个研友都能向see_moonlight那样开发自己的工具箱吧, ( The debugging uses the Matlab edition is 6.5, gatbx-toolbox debugs the toolbox which in the process uses, somewhat warm-hearted ground the friend already to provide this toolbox, the reason that pasted again, was because under 6.5 editions debugged this toolbox to be able to present some wrong prompts, had already carried on the correction in this edition, will use this toolbox only to need to compress package of under gatbx and gatbx Test_fns joins to the Matlab search path then, moreover gatbx-origin was the primitive edition toolbox which the Sheffield university provided, has not made any modification, both might make the comparison are the example debugging sound code and various examples debugging explained with 3.gatbx-example, everybody might compare the original bookCarries on comparison 4. in my opinion under the gatbx toolbox s to be able to let the human compared with Matlab7 update gads toolbox be familiar with the understanding genetic algorithm principle and)
    2010-10-17 15:04:57下载
    积分:1
  • OLS_Algorithm
    说明:  虹膜识别模式识别算法,MATlab程序编制,可采用软件自动转换(Pattern recognition algorithms)
    2011-04-07 16:38:12下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载