搜索资源列表
罚函数内点法程序
- 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C + + compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
matlapp.rar
- MATLAB的梯度法,内点法,外点法,罚函数,惩罚函数,线性梯度法,源程序,按照提示输入,可直接运行,MATLAB' s gradient method, interior point method, outside the point of law, penalty function, penalty function, the linear gradient method, source code, follow the prompts to input, can be directly r
fahanshu.rar
- 罚函数法matlab程序.希望对大家有用.,Matlab program SUMT. Wishes to all useful.
optimizationinMatlab.rar
- MATLAB最优化计算20例.m文件,包括二次插值,黄金分割,罚函数法,遗传算法,拉格朗日乘子法等,MATLAB Optimization Calculation of 20 cases. M documents, including quadratic interpolation, Golden Section, penalty function method, genetic algorithm, Lagrange multiplier method
zuiyouhua
- 自己用Matlab编写的最优化算法,包括0.618,梯度法,共轭梯度法,罚函数法.-Their own written with Matlab optimization algorithms, including 0.618, gradient method, conjugate gradient method, penalty function.
LMFsolve
- 罚函数法的源代码和一个原创的例子,求约束为非线性时的方程。-Penalty function method and an original source code examples, find the constraint equations for the nonlinear time.
PUNISH
- 这个是优化方法中的一种方法,叫做罚函数法,是一种用于带约束条件的优化。-This optimization method is a method, called the penalty function method, is a condition for constrained optimization.
thirdchacter
- 进退法,黄金分割法,罚函数法求解一元函数。-Advance and retreat method, golden section method, penalty function method for solving a dollar function.
C_source_of_interier
- 已经成功调试运行的内罚函数程序代码有正确的例子结果。-Has been successfully running in debug penalty function has the correct code example results.
c
- 罚函数方法是求解约束(极小)优化问题的一类较好的算法。其基本思想:根据约束的特点构造某种惩罚函数,并把惩罚函数添加到目标函数上去,从而得到一个增广目标函数,使约束优化问题的求解转化为一系列无约束极小优化问题的求解。-Penalty function method for solving constrained (minimum) optimization problem of a class of better algorithms. The basic idea: In accordance
hunhefahanshufa
- 罚函数法 它将有约束最优化问题转化为求解无约束最优化问题: 其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子, F(x, M )称为罚函数.-hunhefahanshufa
Internalpenaltyunctionmethod
- 内点罚函数法算法描述及MATLAB编程实现-Internal penalty function algorithm descr iption and MATLAB programming
algorithm_of_the_constrained_optimization
- 约束优化问题算法的 matlab 程序,包括: minRosen.m---Rosen 梯度投影法 minFactor.m----乘子法 minconPS.m-----坐标轮换法 minPF.m----外点罚函数法 minMixFun.m-----混合罚函数法 minJSMixFun.m----加速混合罚函数法-Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rose
conjugate_grad
- 罚函数法,和matlab源代码,另加类似方法供参考,-Penalty function method, and the matlab source code, plus a similar method for reference,
罚函数法
- 罚函数法的基本思想就是,借助罚函数把约束问题转化为无约束问题,进而用无约束最优 化方法求解约束问题(penalty method)
外点牛顿罚函数优化matlab
- 关于外点牛顿罚函数优化的matlab代码(Optimization of exterior point Newton penalty function matlab)
基于罚函数的粒子群算法
- MATLAB中解决约束问题的算法,罚函数的粒子群算法的精度高,速度快(The algorithm of solving constrained problems in MATLAB, the particle swarm algorithm with penalty function has high precision and fast speed)
约束优化问题的罚函数的们研究
- 一篇对罚函数方法进行改进的硕士论文,比较有价值。(A master's thesis on the improvement of the penalty function method is of great value)
带罚函数的自适应粒子群算法.
- 含有约束方程 求最值所用的罚函数+粒子群优化算法(Penalty function + particle swarm optimization algorithm for using the constraint equation to find the maximum value)
罚函数
- 利用罚函数计算min X1^2+X2^2 s.t. 2X1-X2≤7 X1^2+3X2^2=2(Penalty function calculation)