搜索资源列表
lbfgs.f90
- BFGS算法: 可以解决无约束的最优化问题,如求目标函数的极值等。
FR_2
- 用共轭梯度算法——FR算法求解无约束最优化问题-Conjugate gradient algorithm- FR algorithm for solving unconstrained optimization problems
lamao
- 用拉格朗日乘子法求解约束最优化问题,很好的实例程序。-Lagrange multiplier method for solving constrained optimization problems, very good example programs.
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
opt11
- 模式搜索法源程序。模式搜索方法是求解最优化问题的一种直接搜索方法,它不用目标函数与约束函数的导数信息而只用函数值信息,是求解不可导或求导代价较大的最优化问题的一种有效方法。-Source model search. Pattern search method for solving optimization problems is a direct search method, it should not be the objective function and constraint func
matlab6
- MATLAB代数方程的求解、无约束最优化问题求解、有约束最优化问题的计算机求解、整数规划问题的计算机求解-MATLAB for solving algebraic equations, problem solving unconstrained optimization, constrained optimization problems by computer, integer programming problem by computer
TIDUXIAJ
- 多变量无约束问题的优化最优化方法之梯度下降法-Optimization of the gradient descent method
san2
- Hook-Jeeves法解无约束最优化问题-Hook-Jeeves Solving unconstrained optimization problem
PRP_2
- 用共轭梯度算法——PRP算法求解无约束最优化问题-Conjugate gradient algorithm- PRP algorithm for solving unconstrained optimization problems
MATLABoptimization
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
Goldstein
- 解决无约束最优化的非单调线搜索程序源代码-nonmonotone line search program
fahanshu
- 最优化设计有约束条件下的惩罚函数法的程序设计-Optimal design of constrained penalty function method of programming
New_fminsearchbnd
- 通常优化变量需要在制定的范围内选择,John D Errico开发了带有边界约束的最优化问题求解程序,并进行了改进-Optimization variables are usually required to develop a range of options, John D' Errico developed with the boundary constraints of optimization problem solving process, and an improved
MATLAB_programming_algorithm_for_unconstrained_opt
- MATLAB程序设计之无约束最优化算法.MATLAB programming algorithm for unconstrained optimization.-MATLAB program designed for unconstrained optimization. MATLAB programming algorithm for unconstrained optimization.
yuesuyouhuawenti-
- 龚纯精通matlab最优化计算!~~~~约束优化章节源程序-restraint optimize
lm
- 最优化算法,使用信赖域法(LM)求解无约束问题。可以实现画出三维图像,通过修改初始点,得到迭代次数和函数值(Optimization algorithm, using LM method to solve unconstrained problems. Three dimensional images can be drawn, and the number of iterations and function values can be obtained by modifying the in
约束非线性优化问题求解
- 最优化 ,matlab, 约束非线性优化问题求解,约束非线性优化问题(Constrained nonlinear optimization problem)
Newton
- 求解无约束最优化问题,Newton方法包括基本Newton法,拟Newton法等BFGS,DFP方法(Solving unconstrained optimization problems, Newton method)
精通matlab最优化计算光盘(第二版)
- 本书附带光盘中包括了作者全书所有自己编写的算法对应的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 th
Karush-Kuhn-Tucker最优化条件
- KKT典型寻优程序,对于目标函数与约束下的程序构造。(KKT typical optimization program, for the objective function and constraints under the program construction.)
