-
PSO
梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(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.)
- 2018-01-29 21:44:10下载
- 积分:1
-
matlab
用matlab实现最优化问题,内容包括计算基础、绘图基础及程序设计基础(Optimization problems, including the basis for calculation, drawing basic programming foundation using matlab)
- 2012-11-12 21:45:17下载
- 积分:1
-
Tdcoorconvert
根据读取到的已知控制点的坐标,计算在该区域内的平面转换五参数,该五参数不同于当前使用较多的四参数(According to the known control point to read the coordinates to calculate the plane in the region converted five parameters, the five parameters to use more different from the current four-parameter)
- 2010-09-24 21:50:29下载
- 积分:1
-
myPingV2
说明: 精度测试时延,基于原始套接字,高精度的测量,大学实验用很好(Socket)
- 2010-04-11 21:07:07下载
- 积分:1
-
MATLAB7_0-teach
MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.(MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。)
- 2011-04-26 12:41:40下载
- 积分:1
-
104
数字移动:图中的九个点上,空出中间的点,其余的点上任意填入数字1到8.1的位置固定不动,然后移动其余的数字,使1到8顺时针从小到大排列.移动的规律是:只能将数字沿线移向空白的点.
(Digital Mobile: Figure in the nine points, empty out the middle point, the rest of the points fill any position of the numbers 1 to 8.1 fixed and then move the rest of the figures, and make 1-8 clockwise from small to large array . The law of movement is: can only move along the number of blank spots.)
- 2009-11-15 21:33:11下载
- 积分:1
-
Speech_codec_standard_classification
语音编码分类及编解码标准 G.711 G.721 G.729 GIPS比较(Speech coding and decoding standard classification. Txt G.711 G.721 G.729 GIPS)
- 2010-11-08 16:49:50下载
- 积分:1
-
VB
说明: 基于VB与MATLAB的数字图像处理软件设计(VB and MATLAB-based digital image processing software design)
- 2013-03-02 21:05:25下载
- 积分:1
-
julei
运用matlab语言编译,进行聚类分析,并且给出了matlab界面。(failed to translate)
- 2011-05-17 19:33:55下载
- 积分:1
-
UsingMatlab
c#调用matlab函数进行动态画图的简单示例,只是进行了功能演示,界面很粗糙(c# call the matlab function dynamically drawing a simple example, just conducted a functional demonstration of the interface is very rough)
- 2010-11-20 11:26:12下载
- 积分:1