搜索资源列表
optimize_without_constraint
- 求解无约束最优化问题的各种算法集合!-solving unconstrained optimization algorithm for the pool!
danchunxing
- 自己编的一个求无约束最优化解的单纯形-themselves for a series of unconstrained optimal resolve Simplex
最速下降法程序源代码
- 用最速下降法实现无约束模型的优化计算。
CG_DESCENT.rar
- 利用CG_DESCENT算法求解大规模无约束最优化问题,代码所用语言为Fortran77.,CG_DESCENT algorithm using large-scale unconstrained optimization problems, the code language for Fortran77.
NLP
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
FR_2
- 用共轭梯度算法——FR算法求解无约束最优化问题-Conjugate gradient algorithm- FR algorithm for solving unconstrained optimization problems
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
conjugate_grad_2d
- 此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
ZUIYOUHUAFORMatlab
- Matlab开发的最优化设计程序,包括有无约束的线性规划和非线性规划问题。-Matlab to optimize the design of the development of procedures, including whether or not bound by the linear programming and nonlinear programming problems.
BFGS
- 利用BFGS算法求解大规模无约束最优化问题,代码所用语言为Fortran77.-BFGS algorithm using large-scale unconstrained optimization problems, the code language for Fortran77.
CG_PLUS
- 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代码所用语言为Fortran77.-The use of conjugate gradient method (CG+) to solve large-scale unconstrained optimization problems, the code language for Fortran77.
PSO
- matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
threeAlgo
- matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
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
无约束一维极值问题
- 求一维无约束问题的最优解。包括很多传统的优化算法如牛顿法等。(Using Newton method to find the optimal solution of one dimensional unconstrained problems.)
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