搜索资源列表
optimization.rar
- 最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法,Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
fr.rar
- FR共轭梯度算法求极小值。y为给定函数,x为函数变量,x0为搜索起始点 返回值fm为极小值,xm为极小值点,FR conjugate gradient algorithm for the minimum. y for a given function, x as a function of variables, x0 the starting point for the search to return to the value of fm for the minimum, xm for th
ica
- 可以分离语音的独立分量分析程序 可以实现瞬时和卷积混合的分离 相当好用-ica_f.m bsepf2 is the main program and it needs correlation.m decorrelation.m permutation.m sepfilter.m. You also need to visit ftp://sig.enst.fr/pub/jfc/Algo/Joint_Diag/ and get a matlab
publidownload.fr
- MIMO ofdm in matlab anal-MIMO ofdm in matlab analysys
fr
- Write a Matlab program which solves the initial value problem y = (xy − y2)/x2, y(1) = 2, by the order four Runge-Kutta method, over the interval [1, 3] using steps of h = 1/128. The exact solution to this problem is given by y(x) = x/
MonteCarlo
- 使用直接模拟蒙特卡罗法的Matlab编程,里面三个算例,如湖面积、资产路径等的概率求解法~-Vincent Leclercq, The MathWorks, 2007 vincent.leclercq@mathworks.fr Ths is the set of files (with the powerpoint presentation, in french or in english) used for the Webinar "Simulation de Monte Car
fastKICA
- 盲源分离FastICA、matalab程序,-FAST KERNEL ICA | |--------------------| Version 1.0- February 2007 Copyright 2007 Stefanie Jegelka, Hao Shen, Arthur Gretton This package contains a Matlab implementation of the Fast Kernel ICA
FR
- 无约束优化FR算法的MATLAB实现源代码(不精确一维搜索)-FR algorithm for unconstrained optimization MATLAB implementation source code (inexact one-dimensional search)
svm-base-fr
- face detection + SVM in matlab
L1General
- L1General是一个求解各种L1-正则化问题的Matalb程序。详细说明可参考:http://www.di.ens.fr/~mschmidt/Software/L1General.html -L1General is a set of Matlab routines implementing several of the available strategies for solving L1-regularization problems.
fftrl
- fftrl matlab Code Fr-fftrl matlab Code Free
FRCG
- 用matlab实现了FR共轭梯度算法,其中线搜索采用Amijo搜索实现。-Using matlab to achieve the FR conjugate gradient algorithm, in which the line search using Amijo search implementation.
DML-lib-Matlab
- Lib for matlab, a good libaray fr the begneers
frcg
- 共轭梯度法的matlab程序(FR共轭梯度法程序)-Conjugate Gradient
Conjugate-Gradient-Method(matlab)
- matlab程序,1文件功能用FR共轭梯度法求解无约束问题,2、3文件分别表示目标函数和梯度-matlab program, a file function with FR conjugate gradient method for solving unconstrained problems, 2,3 document represent the objective function and gradient
conjugate_grad_2d
- matlab编写FR无约束最优化问题,matlab源程序,适用于二阶问题-use matlab for FR problem
FR-HS
- 提供了FR和HS共轭梯度法的算法,编程是用matlab实现的-FR and HS provides a conjugate gradient method algorithm, programming is achieved using matlab
FR--MATLAB
- 这是一个windows编程常用函数查询工具,里面包含各种程序用到的函数的解释,举例等等,对初学者有很大帮助-This is a windows programming functions commonly used query tool, which contains functions to explain the various procedures used, for example, and so on, are very helpful for beginners
Desktop
- 这是一个FR matlab程序,对初学者有很大帮助-This is a FR matlab program, very helpful for beginners
Matlab optimization programming example
- 分别用最速下降法、FR共轭梯度法、DFP法和BFGS法求解一个典型数学优化问题。(A typical mathematical optimization problem is solved by steepest descent method, FR conjugate gradient method, DFP method and BFGS method respectively.)