-
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
-
0000888
个人觉得很不错,值得一看,大家有兴趣的可以看看(Personally feel very good, worth a visit, we are interested can look at)
- 2010-02-23 19:29:01下载
- 积分:1
-
Frame-slot-ALOHA-algorithm
ALOHA算法的仿真,对于算法的过程用mutlab进行了仿真(Frame slot ALOHA algorithm simulation)
- 2013-05-24 22:01:26下载
- 积分:1
-
coplsdp
基于MATLAB内点算法求解SDP半正定规划软件包(MATLAB-based interior-point algorithm for solving semidefinite program package SDP)
- 2011-08-02 16:17:00下载
- 积分:1
-
Process-Control
多火电厂主汽温度控制系统的过程控制进行仿真(Of the thermal power plant main steam temperature control system process control simulation
)
- 2011-07-09 21:57:08下载
- 积分:1
-
simd-viterbi-2.0.1
convolutional coding and Viterbi decoding using matlab
- 2012-05-17 08:33:34下载
- 积分:1
-
cart2
classification and regression tree algorithm 算法c++实现(classification and regression tree algorithm vc++)
- 2014-11-13 13:34:19下载
- 积分:1
-
fft
这是一个关于数字信号处理中的快速傅里叶算法的实现(This is a digital signal processing algorithms to achieve fast Fourier)
- 2011-11-21 19:48:17下载
- 积分:1
-
gpac-0.4.2-rc2
gaca源码,多用于mp4格式的文件。编译可产生一些重要的库。(gaca source, then no time for the multi-format document. Compiler can produce some major libraries.)
- 2007-05-21 13:40:12下载
- 积分:1
-
EX_8
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。
(2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下:
void writeTo (char filename[ ])
(3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下:
void readFrom (char filename[ ])
((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
- 2016-05-13 19:01:27下载
- 积分:1