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

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

于 2021-04-27 发布 文件大小:38KB
0 506
下载积分: 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 个回复

  • GAFCM
    遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 (Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and then use the standard fuzzy C-means clustering algorithm to obtain the optimal classification result.)
    2020-09-29 15:27:44下载
    积分:1
  • ECEFtoENV
    地心坐标系下的经纬高坐标数据,转换为东北天坐标系下的坐标。输入为经纬高,单位为°。 matlab文件实现,调用函数名为:ECEFtoENV(Geocentric latitude and longitude coordinates of the high-coordinate data is converted to Northeast day coordinate system coordinates. Latitude and longitude input is high, the unit is.)
    2013-11-14 17:53:06下载
    积分:1
  • Force-Position-control-of-robot
    串联操作臂的运动学方程和力/位置控制程序。(Matlab program of the kinematics equation and force/position control of series manipulator.)
    2014-08-06 00:01:50下载
    积分:1
  • id3_naive_bayes_matlab
    Matlab implementation of ID3 and NaiveBayes classifier. It also includes example dataset as well.
    2009-04-17 19:52:44下载
    积分:1
  • lorenz_chonggou
    这是一个完整的混沌理论中的相空间重构的程序,重构的是蝴蝶效应的了洛伦兹吸引子,压缩包里面有3部分程序,一个是数据,一个是主程序,一个是子程序。(This is a complete chaos theory of phase space reconstruction program, reconstruction of the butterfly effect of the Lorenz attractor, the archive there are three parts of the program, one for data, one main, one child program.)
    2021-02-22 13:59:41下载
    积分:1
  • JPDA
    统的联合概率数据关联算法(IPDA)是在密集杂波环境下的一种良好的多目标跟踪算法, 但它是针对单传感嚣对多目标跟踪的情况下使用,不能直接用于多传感器对多目标的跟踪。针对这 一问题,文中提出了一种适用于多传感器多目标跟踪的JPDA算法,它以极大似然估计完成对来自 多传感器的测量集合进行同源最优分划,然后采用JPDA方法对多目标进行跟踪。经过理论分析和 仿真试验,证明了该方法能有效地进行多传感器多目标的跟踪,且具有算法简单、跟踪精度高、附 加的计算量小等优点。(Abstract)m JointProbabilisticDataAssociation(JPDA)solves single sensormultitatgcttrackingin ClUtter,butitc锄not bc used directly in mnitisensor multitarget tracking.喇8 paper presents a method to implement multi—sensor multi—target tracking by combining maximum likelihood estimation wim JPDA The maximum Iikelihood estimation is used to classify the same source observations at one time into the same set,and血en JPDA implements multi—target uacking after the position fitsed.The theory analysis and computer simulation show that this algorithm may achieve multi—sensor multi—target tracking perfectly with low calculation load added and higher precision 。)
    2010-06-23 21:15:41下载
    积分:1
  • ADSP-CH9
    高等數位訊號處理第九章作業 可以參考看看 裡面還有其他章作業(Advanced Discrete-Time Signal Processing )
    2013-07-09 16:49:34下载
    积分:1
  • LawandZJ
    这是用于国土资源调查时,计算洛仑兹曲线的MATLAB程序,欢迎试用(This is for land resources survey, the curves calculated Lorentz MATLAB program, welcomed the trial)
    2007-04-11 20:44:34下载
    积分:1
  • robotics7
    Robotics kinematics, Matlab program for serial Robot.
    2015-03-17 12:00:54下载
    积分:1
  • waterfill
    说明:  可用于物理层的注水理论,是资源调度的一种算法(waterfull theroy which used in the physical layer)
    2011-03-09 18:56:46下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载