Welcome![Sign In][Sign Up]
Location:
Search - 精通Matlab最优化计算

Search list

[Mathimatics-Numerical algorithmsoptimal

Description: 数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算-Numerical analysis program, "proficient in matlab optimization calculations", suitable for all professional optimization calculation
Platform: | Size: 33792 | Author: nieli | Hits:

[source in ebookRandWPSO

Description: 随机权重粒子群算法,来自来自于《精通MATLAB最优化计算》- pso with random weight
Platform: | Size: 1024 | Author: wind | Hits:

[source in ebookLnCPSO

Description: 变学习因子粒子群算法,来自于《精通MATLAB最优化计算》-pso with variant learning factor
Platform: | Size: 1024 | Author: wind | Hits:

[matlabmatlab

Description: 精通MATLAB最优化计算的书籍,精通matlab必读之书-The most proficient in MATLAB Optimization
Platform: | Size: 49152 | Author: wendy | Hits:

[matlabCode_MATLAB_Optimization

Description: 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file). Based on MATLAB Optimization Toolbox, the content code contains: Newton and other non-binding one-dimensional extremum problems, such as simplex search method for unconstrained multi-dimensional extremum problems, Rosen gradient projection method and other constrained optimization problems, LM non-linear law least squares optimization problem, linear programming, integer programming, quadratic programming, particle swarm optimization, genetic algorithm.
Platform: | Size: 41984 | Author: | Hits:

[source in ebookmastering_matlab

Description: 精通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.
Platform: | Size: 153600 | Author: 李可 | Hits:

[matlabMATLAB-optimization

Description: 《精通MATLAB最优化计算》一书中各章实例的源代码程序-" Mastering MATLAB optimization calculations," a book chapter example source code of the program
Platform: | Size: 43008 | Author: jinpeng | Hits:

[matlab精通Matlab最优化计算

Description: 精通Matlab最优化计算,打开解压缩,直接运行
Platform: | Size: 51033 | Author: 1187278709@qq.com | Hits:

[matlab精通MATLAB最优化计算源代码

Description: Matlab最优化计算每章的源码,希望是你想要的。
Platform: | Size: 151947 | Author: apo52@sina.com | Hits:

[matlab精通matlab最优化计算光盘(第二版)

Description: 精通matlab最优化计算及MATLAB对应的源代码(Proficient in matlab optimization calculation)
Platform: | Size: 2914304 | Author: arwen2017 | Hits:

[matlab精通Matlab最优化计算

Description: 《精通Matlab最优化计算》的随书代码(Proficient in Matlab optimization)
Platform: | Size: 27772928 | Author: Xs_55555 | Hits:

[Algorithm精通MATLAB最优化计算

Description: 精通matlab最优化计算,第三版的代码,从第六章开始(Many problems can be classified into optimization problems, whether from science test or from engineering design,Mathematical model of optimal design and optimal calculating method for a system are described in this paper.)
Platform: | Size: 5599232 | Author: 园子 | Hits:

[Books精通MATLAB最优化计算(龚纯)

Description: 《精通MATLAB最优化计算》作者:龚纯(Proficient in MATLAB optimization calculation)
Platform: | Size: 59216896 | Author: 东方飞过海 | Hits:

[Other精通MATLAB最优化计算

Description: 这是《精通MATLAB最优化计算》电子书,收集多种优化算法,简单易学,适合初学者学习。(This is "proficient in MATLAB optimization computing" e-books, collecting a variety of optimization algorithms, easy to learn, suitable for beginners to learn.)
Platform: | Size: 31603712 | Author: 蜗牛的梦cjx | Hits:

[Other精通MATLAB最优化计算

Description: 各类优化算法,MATLAB,源程序,带说明(All kinds of optimization algorithms, MATLAB, source program, instruction)
Platform: | Size: 39936 | Author: 网小鱼网大鱼 | Hits:

[matlab精通MATLAB最优化计算

Description: ppt for matlab Optimize practical
Platform: | Size: 151552 | Author: young12345 | Hits:

[Documents(268粒子群)《精通MATLAB最优化计算 2版》

Description: 一本详细的matlab优化算法教程书籍,里面由浅入深介绍了各种优化算法的原理以及相应的matlab实现代码,还有一些具体的范例计算代码,相当实用。(A detailed MATLAB optimization algorithm tutorial book, which introduces the principles of various optimization algorithms and the corresponding matlab implementation code. There are some specific example calculation codes, which are quite practical.)
Platform: | Size: 28532736 | Author: 呛水的鱼 | Hits:

[matlab精通matlab最优化计算光盘(第二版)

Description: 本书附带光盘中包括了作者全书所有自己编写的算法对应的MATLAB的M文件。所有代码按照章节存放在各个文件夹下,如“第6章 无约束一维极值问题”文件夹下存放了本书第6章所有的算法程序代码。对于算法的程序代码,在光盘中存为同函数名的M文件,例如,minHJ.m表示用黄金分割法求解一维函数的极值的程序,依此类推。(The book contains CD-ROM, including all the M files of the MATLAB written by the author. All the code is stored in chapters under various folders, such as "Chapter 6 unconstrained one-dimensional extreme value problems" folder, all the algorithm code in Chapter 6 of this book. For the program code of the algorithm, the M file with the same function name is stored on the CD. For example, minHJ. M represents the program that uses golden section method to solve the extremum of one-dimensional function, and so on.)
Platform: | Size: 30083072 | Author: 带带右边锋 | Hits:

[Other[精通MATLAB最优化计算(第2版)].龚纯等.扫描版

Description: 这本matlab书籍可以供学习者进行使用。(Matlab books can be used by learners.)
Platform: | Size: 27772928 | Author: xianzhidegege | Hits:

[matlab精通MATLAB优化计算PDF及代码

Description: 精通matlab最优化计算,第2版,经典最优化的matlab例程。本资源包括《精通matlab最优化计算》pdf高清书籍以及matlab配套源代码,保证质量!(The RAR file includes a book with the title "mastering optimization with matlab" (pdf) and the corresponding matlab source codes, which is perfect for engineers and students learning optimization theory.)
Platform: | Size: 27614208 | Author: 默默无闻 | Hits:
« 12 3 »

CodeBus www.codebus.net