登录
首页 » matlab » MATLAB最优化程序包括 无约束一维极值问题-optimization

MATLAB最优化程序包括 无约束一维极值问题-optimization

于 2021-04-27 发布 文件大小:38KB
0 641
下载积分: 1 下载次数: 3994

代码说明:

  matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法 (matlab optimization process includes Non-binding one-dimensional extremum problems Advance and retreat method Golden Section Fibonacci method of basic Newton s method Newton s method Newton s Law of the global secant method parabola method acceptable to the three interpolation search method   Goidstein France Wolfe.Powell France Simplex search method Powell steepest descent method Conjugate gradient method Newton s method Newton s method to amend Quasi-Newton Method trust region method explicitly steepest descent method, Rosen gradient projection method Penalty function method outside the penalty function method within the penalty function method Mixed penalty function multiplier method   G-N was amended in G-N method L-M method Of linear programming simplex method, revised simplex method Big M method variables bounded simplex method, Cutting Plane Method integer programming branch and bound method 0-1 programming quadratic programming )

文件列表:

光盘程序
........\第10章 线性规划
........\...............\CmpSimpleMthd.m
........\...............\ModifSimpleMthd.m
........\...............\SimpleMthd.m
........\第11章 整数规划
........\...............\DividePlane.m
........\...............\IntProgFZ.m
........\...............\ZeroOneprog.m
........\第12章 二次规划
........\...............\ActivdeSet.m
........\...............\QuadLagR.m
........\...............\TrackRoute.m
........\第13章 粒子群优化算法
........\.....................\AsyLnCPSO.m
........\.....................\BreedPSO.m
........\.....................\CLSPSO.m
........\.....................\LinWPSO.m
........\.....................\LnCPSO.m
........\.....................\PSO.m
........\.....................\RandWPSO.m
........\.....................\SAPSO.m
........\.....................\SecPSO.m
........\.....................\SecVibratPSO.m
........\.....................\SelPSO.m
........\.....................\SimuAPSO.m
........\.....................\YSPSO.m
........\第14章 遗传优化算法
........\....................\AdapGA.m
........\....................\DblGEGA.m
........\....................\GMGA.m
........\....................\MMAdapGA.m
........\....................\myGA.m
........\....................\NormFitGA.m
........\....................\SBOGA.m
........\第6章 无约束一维极值问题
........\........................\minFBNQ.m
........\........................\minGS.m
........\........................\minGX.m
........\........................\minHJ.m
........\........................\minJT.m
........\........................\minNewton.m
........\........................\minPWX.m
........\........................\minTri.m
........\........................\minWP.m
........\第7章 无约束多维极值问题
........\........................\minBFGS.m
........\........................\minDFP.m
........\........................\minFD.m
........\........................\minGETD.m
........\........................\minMNT.m
........\........................\minNT.m
........\........................\minPowell.m
........\........................\minPS.m
........\........................\minRb.m
........\........................\minSimpSearch.m
........\........................\minTruA.m
........\第8章 约束优化问题
........\..................\minconPS.m
........\..................\minFactor.m
........\..................\minGeneralPF.m
........\..................\minJSMixFun.m
........\..................\minMixFun.m
........\..................\minPF.m
........\..................\minRosen.m
........\第9章 非线性最小二乘优化问题
........\............................\minGN.m
........\............................\minLM.m
........\............................\minMGN.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zuixiaowaiqiejvxing
    最小外接矩形,基于最小外切矩形方法来计算目标区域的长宽(Minimum bounding rectangle)
    2014-08-15 19:44:52下载
    积分:1
  • BPSK_Rayleigh
    BPSK plotting function matlab code
    2015-03-07 22:59:31下载
    积分:1
  • fa1
    三分之一倍频程表示的短时傅里叶变换,需要时域分析工具箱(One-third octave express the short-time Fourier transform, the need for time-domain analysis toolbox)
    2009-03-14 13:07:38下载
    积分:1
  • OverlapAdd2
    说明:  数字语音信号处理中重叠相加法的matlab文件,用于编写帧合并的函数。(In digital speech signal processing, the matlab file of overlapping addition method is used to write the function of frame merging.)
    2021-03-15 14:19:22下载
    积分:1
  • CS_OMP
    压缩感知方法演示,1-D信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit) 测量数M>=K*log(N/K),K是稀疏度,N信号长度,可以近乎完全重构(1-D signal is compressed sensing to achieve (orthogonal matching pursuit method Orthogonal Matching Pursuit) number of measurements M> = K* log (N/K), K is the sparsity, N signal length, can be almost completely reconstructed)
    2011-11-23 21:03:22下载
    积分:1
  • count_water__line_ok
    用matlab中的hough变换检测茶杯中的水位线,期间做了些限制以使的计算量变小(Using the hough transform matlab detection cup of water line, during some restrictions in order to enable the calculation of quantitative small)
    2008-01-14 19:03:09下载
    积分:1
  • Power-spectrum-estimation
    功率谱估计 信号为两个正弦信号加高斯白噪声,各正弦信号的信噪比均为10dB,长度为N,信号频率分别为 和 ,初始相位 ,取 , 取不同数值:0.3,0.25。 为采样频率。分别用Levinson递推法和Burg法进行功率谱估计,并分析改变数据长度、模型阶数对谱估计结果的影响。(Power spectrum estimation signal into two sinusoidal signals applied Gaussian white noise, the SNR of each sinusoidal signal are 10dB, a length of N, respectively, and the signal frequency, initial phase, take, take different values: 0.3,0.25. Is the sampling frequency. Levinson recursive method were used and Burg method for power spectrum estimation, and change the length of the data analysis, the impact on the estimation model order spectrum.)
    2015-03-23 10:48:42下载
    积分:1
  • Rayleigh_fading
    Rayleigh fading channel
    2009-06-24 11:45:07下载
    积分:1
  • HessianSSR
    基于Hessian能量的半监督回归,并将其应用于半监督维数约简。(This is code for the semi-supervised regression using Hessian energy. Kwang In Kim, Florian Steinke and Matthias Hein, "Semi-supervised Regression using Hessian energy with an application to semi-supervised dimensionality reduction" NIPS 2009)
    2013-08-30 12:42:41下载
    积分:1
  • iriscode
    generates a biometric template from an iris in an eye image.
    2010-08-06 02:44:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载