搜索资源列表
MATLAB 最优化方法
- 利用MATLAB实现了最优化
机械最优化设计(第二版)
- 机械最优化设计(第二版),有很多实际中常用的的优化算法,包括一维探索最优化方法,无约束多维问题的最优化方法,多目标函数的最优化方法,机械最优化设计的数学模型以及其他的一些机械上的问题。
最优化的共轭梯度法
- 用于解决目标函数的最优化问题,目标函数自编,在vc++6.0中运行通过-objective function for the solution of optimization problem, the objective function writing, the vc++6.0 running through
最优化作业C++源代码
- 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the poi
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
最优化
- 运筹学中,用单纯性算法来实现最优化max准则的源程序。 因为是初学者, 可能有些不标准请谅解-tacticians, and use simple algorithms to achieve optimal max guidelines of the source. Because beginners, some may not please standards of Understanding
精通Matlab最优化计算
- 精通Matlab最优化计算,打开解压缩,直接运行
局部搜索最优化问题程序
- 关于matlab最优化处理的一个局部搜索最优化问题程序(A local search optimization procedure for MATLAB optimization.)
最优化计算方法及其MATLAB程序实现_电子资料
- 最优化计算方法及其MATLAB程序实现_电子资料(Optimization method of calculation and its MATLAB program implementation, electronic data, there is a corresponding source code)
精通matlab最优化计算光盘(第二版)
- 精通matlab最优化计算及MATLAB对应的源代码(Proficient in matlab optimization calculation)
最优化
- 中国石油大学(华东)最优化课程要求的两个作业程序:乘子法和Armiyo算法+BFGS算法(China University of Petroleum (East China) optimization course requirements of the two operating procedures: multiplier and Armiyo algorithm, +BFGS algorithm)
精通Matlab最优化计算
- 《精通Matlab最优化计算》的随书代码(Proficient in Matlab optimization)
精通MATLAB最优化计算
- 精通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 syst
马昌凤-最优化计算方法及其MATLAB程序实现
- 马昌凤-最优化计算方法及其MATLAB程序实现全文PDF,另外有文中程序,仅供学友们交流最优化(Ma Changfeng optimization calculation method and its MATLAB program to realize;full text PDF;In addition to the program, only schoolmates exchange optimization)
精通MATLAB最优化计算
- 这是《精通MATLAB最优化计算》电子书,收集多种优化算法,简单易学,适合初学者学习。(This is "proficient in MATLAB optimization computing" e-books, collecting a variety of optimization algorithms, easy to learn, suitable for beginners to learn.)
[emuch.net]最优化方法及其Matlab程序设计
- 关于最优化方法其Matlab程序设计的参考答案以及matlab的编程的代码程序(The Matlab programming reference and Matlab programming code program about the optimization method)
最优化问题相关算法
- 运筹学最优化问题的相关算法文件Optimization of operational research(Optimization of operational research)
最优化方法--MATLAB应用-源代码
- 最优化方法(最短路径,最小费用最大流等),MATLAB程序,提供函数(Optimization factor optimization method (shortest path, the minimum cost of maximum flow, etc.), MATLAB program, providing functions)
最优化实验乘子法
- 最优化方法之乘子法,基本的拉格朗日乘子法就是求函数f(x1,x2,...)在约束条件g(x1,x2,...)=0下的极值的方法。 其主要思想是将约束条件函数与原函数联立,从而求出使原函数取得极值的各个变量的解。(The multiplier method of optimization method, the basic Lagrange multiplier method is to find the extreme value o
最优化实验外惩罚函数法
- 最优化实验外惩罚函数法,我们根据约束的特点,构造某种惩罚函数,然后加到目标函数中去,将约束问题求解转化为一系列的无约束问题。这种“惩罚策略”,对于无约束问题求解过程中的那些企图违反约束条件的目标点给予惩罚。(According to the characteristics of constraints, we construct some penalty function, and then add it to the objectiv