登录
首页 » matlab » mastering_matlab

mastering_matlab

于 2011-04-07 发布 文件大小:150KB
0 198
下载积分: 1 下载次数: 2

代码说明:

说明:  精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 (The main contents of the book is the application of MATLAB to solve the optimization problem, by " optimization problem" , " MATLAB Optimization Toolbox" and " MATLAB Programming" combination of these three were about, that one is using the kit to quickly solve the optimization problem, on the other hand, through in-depth programming algorithm to solve the optimization problem. Including MATLAB optimization toolbox, unconstrained multi-dimensional extremum problems, constrained optimization, nonlinear least squares optimization problem, linear programming, integer programming, quadratic programming, particle swarm optimization, genetic algorithm.)

文件列表:

精通MATLAB最优化计算(源代码)
............................\光盘使用说明.doc,27136,2009-02-10
............................\程序索引.xls,28672,2009-02-10
............................\第10章 线性规划
............................\...............\CmpSimpleMthd.m,1836,2008-05-28
............................\...............\ModifSimpleMthd.m,2269,2008-06-01
............................\...............\SimpleMthd.m,1645,2008-05-28
............................\第11章 整数规划
............................\...............\DividePlane.m,4789,2008-06-29
............................\...............\IntProgFZ.m,2833,2008-07-06
............................\...............\ZeroOneprog.m,1141,2008-06-30
............................\第12章 二次规划
............................\...............\ActivdeSet.m,2311,2008-06-02
............................\...............\QuadLagR.m,226,2008-06-02
............................\...............\TrackRoute.m,1180,2008-06-02
............................\第13章 粒子群优化算法
............................\.....................\AsyLnCPSO.m,1085,2008-09-04
............................\.....................\BreedPSO.m,1829,2008-09-10
............................\.....................\CLSPSO.m,2413,2008-09-13
............................\.....................\fitness.m,68,2011-04-02
............................\.....................\LinWPSO.m,1028,2008-09-02
............................\.....................\LnCPSO.m,1017,2008-09-04
............................\.....................\PSO.m,1010,2009-08-31
............................\.....................\RandWPSO.m,1116,2008-09-03
............................\.....................\SAPSO.m,1212,2011-04-02
............................\.....................\SecPSO.m,1073,2008-09-03
............................\.....................\SecVibratPSO.m,1438,2008-09-03
............................\.....................\SelPSO.m,1173,2008-09-10
............................\.....................\SimuAPSO.m,1584,2008-09-04
............................\.....................\YSPSO.m,1175,2008-09-02
............................\第14章 遗传优化算法
............................\....................\AdapGA.m,2579,2008-09-10
............................\....................\DblGEGA.m,2380,2008-09-10
............................\....................\GMGA.m,2889,2008-09-13
............................\....................\MMAdapGA.m,3344,2008-09-05
............................\....................\myGA.m,2426,2008-09-13
............................\....................\NormFitGA.m,2070,2008-09-13
............................\....................\SBOGA.m,2571,2008-09-13
............................\第6章 无约束一维极值问题
............................\........................\minFBNQ.m,1045,2007-10-06
............................\........................\minGS.m,1105,2007-10-07
............................\........................\minGX.m,391,2007-10-06
............................\........................\minHJ.m,614,2007-10-11
............................\........................\minJT.m,621,2007-10-11
............................\........................\minNewton.m,451,2008-08-14
............................\........................\minPWX.m,783,2007-10-06
............................\........................\minTri.m,651,2007-10-06
............................\........................\minWP.m,1104,2007-10-07
............................\第7章 无约束多维极值问题
............................\........................\minBFGS.m,1091,2007-10-07
............................\........................\minDFP.m,1064,2007-10-07
............................\........................\minFD.m,406,2007-10-07
............................\........................\minGETD.m,821,2007-10-07
............................\........................\minMNT.m,519,2007-10-07
............................\........................\minNT.m,425,2008-06-23
............................\........................\minPowell.m,1209,2007-10-11
............................\........................\minPS.m,937,2007-10-07
............................\........................\minRb.m,1444,2007-10-07
............................\........................\minSimpSearch.m,1819,2007-10-08
............................\........................\minTruA.m,875,2008-04-30
............................\第8章 约束优化问题
............................\..................\minconPS.m,1970,2008-06-11
............................\..................\minFactor.m,674,2007-10-12
............................\..................\minGeneralPF.m,476,2008-06-23
............................\..................\minJSMixFun.m,983,2008-06-04
............................\..................\minMixFun.m,828,2008-06-04
............................\..................\minPF.m,499,2007-10-12
............................\..................\minRosen.m,2263,2007-10-10
............................\第9章 非线性最小二乘优化问题
............................\............................\minGN.m,523,2007-10-12
............................\............................\minLM.m,940,2007-10-12
............................\............................\minMGN.m,780,2007-10-12
............................\读者交流区.doc,138240,2009-02-11

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

发表评论

0 个回复

  • data-structure-part2
    说明:  源码包括清华大学出版社数据结构书第4~6章对应的源码。个人认为比书上的一些代码还要精简。所有代码均通过调试运行(Source data structure including the Tsinghua University Press Book No. 4 ~ 6 s corresponds to the source. Personally think that the ratio of the number of books but also to streamline the code. Debug all the code to run through)
    2009-08-12 14:58:45下载
    积分:1
  • 《MIMO-OFDM无线通信技术及MATLAB实现》
    说明:  《MIMO-OFDM无线通信技术及MATLAB实现》源代码("MIMO-OFDM wireless communication technology and MATLAB implementation" source code)
    2021-03-09 09:39:28下载
    积分:1
  • chap3_MPC_SpeedCtrl
    说明:  基于mpc的轨迹跟踪控制器,无人驾驶车辆模型预测控制第二版第三章(Track tracking controller based on MPC)
    2020-12-28 17:39:01下载
    积分:1
  • 使用Matlab设计制造衍射光学元件DOEs
    说明:  书籍 Design and Fabrication of Diffractive Optical Elements with MATLAB里面提到的所有案例的Matlab源代码,本资源不包含该书,本人有该书,但各位也可以通过豆丁文档找到该书的网络版(Design and Fabrication of Diffractive Optical Elements with MATLAB's matlab code,for you referance)
    2021-02-27 19:19:36下载
    积分:1
  • ThirdExperiment
    航空订票系统,能够提供给顾客详细的航班信息查询,(HANGKONGXITONG)
    2009-06-26 20:51:55下载
    积分:1
  • TSP双蚁群算法
    蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the way ants find paths in the search for food)
    2017-11-05 13:41:13下载
    积分:1
  • AbnormalBehaviorDetection-master
    说明:  基于光流特征的监控视频异常行为检测 使用CNN,RNN在UCSD数据库中实现 使用Keras,python3.6(Abnormal Behavior Detection of Monitoring Video Based on Optical Flow Characteristics)
    2019-04-23 09:38:45下载
    积分:1
  • Umlessencethird
    uml建模经典书,通俗易懂的话语让你轻松学习建模语言(uml modeling classic book, easy to understand words so that you easily learn modeling language)
    2010-05-22 13:53:36下载
    积分:1
  • matlab_hinf_lubang
    H无穷鲁棒控制的一些实例与教程,其中包括程序文件以及pdf文件,适合初学者学习(H u65E0 u7A77 u9C01 u659 u659 u4E09 u4E09 u4E2 U53CApdf u6587 u4EF6 uFF0C u9002 u5206 u5216 u5B66 u8005 u5B66 u4E60)
    2017-05-18 20:49:47下载
    积分:1
  • prony
    prony方法的 应用,很好 用的 。相关参数的 选择,准确性能的 判别(Methods prony good use. The choice of the relevant parameters, accurate performance of the discriminant)
    2021-03-03 15:49:33下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载