-
csdp6.1.0winp4
一个求解半正定规划的数值算法包,包括 C 语言实现的源代码和 MATLAB 的调用接口。这是目前项目发布的最新版本 6.1.0。(Copyright 1997-2010, Brian Borchers. This copy of CSDP is made
available under the Common Public License. See LICENSE for the
details of the CPL.
CSDP is a software package for solving semidefinite programming
problems. The algorithm is a predictor-corrector version of the
primal-dual barrier method of Helmberg, Rendl, Vanderbei, and
Wolkowicz.
This file includes binary code for SDP for Windows.
doc documentation.
matlab MATLAB/Octave routines for interfacing to CSDP.
bin The binary code.
Contact/Support:
If you are having trouble running the code, see the doc directory
first. The project s website can be found at
https://projects.coin-or.org/Csdp/
The project s maintainer can be reached by email at borchers@nmt.edu. Please
email bug reports and feature requests.
)
- 2010-07-20 14:23:52下载
- 积分:1
-
Karlman_all_in_one
卡尔曼滤波算法的一网打尽,包括各种实现的matlab代码(Kalman filter algorithm a clean sweep, including implementation of the matlab code)
- 2009-11-19 15:22:29下载
- 积分:1
-
Ch4figs
阵列处理第四章 源代码 matlab code(array processing matlab code)
- 2012-04-27 09:08:36下载
- 积分:1
-
knn
knn算法,用的数据时iris数据,可以运行,所以放心使用(this is perfect)
- 2014-12-04 19:41:53下载
- 积分:1
-
matlab-GUI
GUI界面例子 具体关于数值分析的很多,也很齐全,有用(GUI interface on the numerical analysis of specific examples of the many)
- 2009-05-02 21:09:23下载
- 积分:1
-
lyapunov_wolf
说明: 计算非线性时间序列的lyapunonv指数,并可用于对序列的预测(calculating lyapunov exponent about nonlinear time-series and predicting )
- 2011-03-29 11:26:42下载
- 积分:1
-
vsola
time scale modification SOLA
- 2011-09-18 13:28:29下载
- 积分:1
-
apm_simulink
MATLAB CODE FOR PYTHON
- 2013-10-24 13:04:04下载
- 积分:1
-
modalidentification
模态参数辨识方法,主要是利用时域数据进行时域模态参数辨识(time modal identification method)
- 2013-11-26 21:52:47下载
- 积分:1
-
LSSVM
最小二乘支持向量机,程序粘到command window里,设定 2 两个参数,可以更改,以达到最优化(igam=0.001
isig2=0.001
[gam,sig2]=tunelssvm({X,Y, f ,igam,isig2, RBF_kernel },...
[0.001 0.001 10000 10000], gridsearch ,{}, leaveoneout_lssvm )
type= function approximation
kernel= RBF_kernel
model=initlssvm(X,Y,type,gam,sig2,kernel)
model
model=trainlssvm(model)
Yt=simlssvm(model,Xt) )
- 2015-12-27 11:05:14下载
- 积分:1