搜索资源列表
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 of, the objective function to
zuiyouhuashiyanbaogao
- 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
optim
- 空调控制系统最优算法,使用的是惩罚函数法的外点法,使用vc++编写-Air-conditioning control system for optimal algorithm, using a penalty function method of foreign-point method, the use of vc++ Prepared
PUNISH
- 这个是优化方法中的一种方法,叫做罚函数法,是一种用于带约束条件的优化。-This optimization method is a method, called the penalty function method, is a condition for constrained optimization.
a
- 约束优化方法—惩罚函数法的c++源程序,可用于三维变量。-Constrained optimization methods- penalty function method of c++ source code, can be used for three-dimensional variable.
hunhefahanshufa
- 罚函数法 它将有约束最优化问题转化为求解无约束最优化问题: 其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子, F(x, M )称为罚函数.-hunhefahanshufa
Interiorpointpenalty
- 内点罚函数法,里面是txt文档,约束不同可能具体问题出现调试不过-Interior-point penalty function method, which is a txt document, binding on specific issues may arise in different debugging, but
Internalpenaltyunctionmethod
- 内点罚函数法算法描述及MATLAB编程实现-Internal penalty function algorithm descr iption and MATLAB programming
SUMT
- 内点惩罚函数法C语言程序,适用于机械行业机械优化设计-SUMT
PunishExp
- 惩罚函数法,外点法,用鲍威尔无约束搜索和牛顿法一维搜索-Penalty function, external point method, using Powell' s search and Newton method for unconstrained one-dimensional search
conjugate_grad
- 罚函数法,和matlab源代码,另加类似方法供参考,-Penalty function method, and the matlab source code, plus a similar method for reference,
nolinear_one
- 用平面四边形等参单元和罚函数法求解含接触的大变形问题-Quadrilateral isoparametric element with the plane and the penalty function method for solving problems with large deformation contact
fahanshu
- 混合罚函数法求解最优化问题的程序之一,可解无约束最优化问题-Mixed penalty function method for solving optimization problem one of the procedures can be unconstrained optimization problem
chengfahanshu
- 惩罚函数法,一种数学计算方法,可以用于结构优化-Penalty function method, a mathematical calculation method can be used for structural optimization
CPP
- 最优化内点罚函数法求解极小点,具体例题编程求解。-Optimization method within the minimal penalty function point, specific examples programming solution.
Outside-the-penalt
- 外罚函数法 ** ** 求x1*x1+x2*x2的最小值。 ** 求P函数的在约束条件(x1+x2-1>0)下的最小值-Outside the penalty function**** find x1* x1+ x2* x2 minimum.** P function of the demand constraint (x1+ x2-1> 0) under the minimum
waifahanshu
- 该文件为外罚函数法程序,使用Visual c++编程,是一种最优搜索法-the procedure of Exterior penalty function
external-penalty-function-program
- 外点罚函数法的子程序,一共有5个c语言程序。-external penalty function program
fahanshu
- 进退法 罚函数法 0.618方法程序过程 分别用matlab以及c两种语言-0.618 retreat France penalty function methods and procedures to process
罚函数法
- 罚函数法的基本思想就是,借助罚函数把约束问题转化为无约束问题,进而用无约束最优 化方法求解约束问题(penalty method)