搜索资源列表
fminuncfminsearchoptimset
- fminunc,fminsearch, optimset, inlinee xitflag
fminuncfminsearchoptimset
- fminunc,fminsearch, optimset, inlinee xitflag-fminunc, fminsearch, optimset, inlinee xitflag
fminunc
- 最快下降法求解无约束优化问题,f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2 主程序dfp11.m如下: oldoptions=optimset( fminunc ) options=optimset(oldoptions, LargeScale , off ) 采用中型优化算法 options11=optimset(options, HessUpdate , dfp ) DFG法,混合二、三次插值
fminunc
- fminunc optimizer and mutual information
GPC_J
- 基于matlab的GPC广义预测控制算法。其中使用fminunc函数求解性能指标,而没采用传统的解析解法。-based on matlab gpc solution. function fminumc is used to sovle J, without troditionnal funtion
matlab-for-fminunc-and-fminbnd
- 求解工程最优化即最大(小)值问题的常用Matlab函数及其使用方法-Ie, the maximum value of (small) problem solving engineering optimization commonly used Matlab functions and methods of use
Dig_Filter
- Filter can be FIR or IIR. - Filter type can be lowpass, highpass, bandpass, or bandstop. - Direct methods or optimization ones can be used during the design procedure. In order to learn how you can use this tool
mlclass-ex3
- 多分类学习及神经网络,机器学习相关,基于matlab计算-ex3.m- Octave scr ipt that will help step you through part 1 ex3 nn.m- Octave scr ipt that will help step you through part 2 ex3data1.mat- Training set of hand-written digits ex3weights
mlclass-ex4
- 神经网络学习,基于matlab仿真,机器学习相关知识-ex4.m- Octave scr ipt that will help step you through the exercise ex4data1.mat- Training set of hand-written digits ex4weights.mat- Neural network parameters for exercise 4 submit.m- Sub