搜索资源列表
罚函数内点法程序
- 一种用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!
zhj
- 结构优化程序,罚函数法.可求解非线性规划问题.-structural optimization procedure penalty function. Planning can solve nonlinear problems.
罚函数内点法程序
- 一种用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!
liyingnan_4
- 最优化中利用惩罚因子的罚函数法的外延,连带了共轭梯度法,由于罚因子的迅速跌代增大,加速了目标函数的收敛速度。-optimization of the use of punitive factor function in the epitaxial sustaining a conjugate gradient method, As the penalty factor to the rapid increase or on behalf
levmar
- 介绍levenburg罚函数的非线性优化算法的原理及使用方法-Introduction levenburg penalty function of the principle of non-linear optimization algorithm and how to use
fahanshu
- 求解约束最优化问题 罚函数法 matlab -For solving constrained optimization problems SUMT matlab
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.
matlapp
- 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 pr
c
- 罚函数方法是求解约束(极小)优化问题的一类较好的算法。其基本思想:根据约束的特点构造某种惩罚函数,并把惩罚函数添加到目标函数上去,从而得到一个增广目标函数,使约束优化问题的求解转化为一系列无约束极小优化问题的求解。-Penalty function method for solving constrained (minimum) optimization problem of a class of better algorithms.
fahanshu
- 罚函数法matlab程序.希望对大家有用.-Matlab program SUMT. Wishes to all useful.
optimizationinMatlab
- MATLAB最优化计算20例.m文件,包括二次插值,黄金分割,罚函数法,遗传算法,拉格朗日乘子法等-MATLAB Optimization Calculation of 20 cases. M documents, including quadratic interpolation, Golden Section, penalty function method, genetic algorithm, Lagrange multipli
hunhefahanshufa
- 罚函数法 它将有约束最优化问题转化为求解无约束最优化问题: 其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子, F(x, M )称为罚函数.-hunhefahanshufa
罚函数法
- 罚函数法的基本思想就是,借助罚函数把约束问题转化为无约束问题,进而用无约束最优 化方法求解约束问题(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)