搜索资源列表
Powell
- 运筹学非线性规划的经典c语言编写的Powell法子程序,
POWELL
- POWELL方法数值计算源代码,.........用于工程计算中
这是用matlab写的powell优化算法程序
- 这是用matlab写的powell优化算法程序。,This is written in matlab optimization algorithm powell procedures.
POWELL
- 鲍威尔算法,直接最优化里面最好的算法。很快。-Powell algorithm, the best of the direct optimization algorithm.
powell
- 机械优化设计,鲍威尔法无约束优化程序,程序可以在vc6.00++环境运行-Optimization of Mechanical Design, Powell method for unconstrained optimization procedure, the procedure can vc6.00++ Environment running
mpowell.c
- 优化算法,POWELL算法 C码,不需要目标函数求导,适应于多变量优化.-Optimization algorithm, POWELL algorithm C code, does not require the objective function derivation, adapted to multi-variable optimization.
hybrd
- powell hybrid method
powell
- 这是我自己做的鲍威尔方法求函数 f(x)=4(x1-5)2+(x2-6)2 的最优解;VB的程序代码,不难。就是想试试。望大家支持-This is what I do, it is not difficult. Just want to try. We hope to support the
powell
- 鲍威尔算法的源程序,代码简单,具有通用型,非常适合初学者- Powell algorithm source code, code is simple, with general-purpose, very suitable for beginners
class_powell
- 进一步进行改进的 Powell 算法类,基于C/C-it is a class of powell
PARS.cpp
- Program for finding minima of functions of several variables, several methods (Powell, Polak-Riber, Pearson, etc.)
powell
- 无区间约束powell算法MATLAB实现-No interval constraint algorithm for MATLAB implementation powell
powellCPP
- 区间约束的powell 算法C++实现和bobyqa算法-powell algorithm for C++ Implementation
Powell
- 用Matlab编写的用Powell方法求函数极小点程序-Written with the Matlab function using Powell method for solving minimum point procedure
POWELL
- Powell 算法,准确 完整 Fortran编写-Powell algorithm, accurate, complete Fortran prepared
powell
- 优化设计算法:用powell法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发-Optimization algorithm: Solving the objective function with powell optimal solution and optimal value, has verified the correctness of the algorithm, the visual c++6.0 under development
POWELL
- POWELL算法优化计算,采用FORTRAN语言-POWELL Algorithms, using FORTRAN language
optimization-method--wolfe-powell
- 优化方法 Wolfe-Powell准则 适合优化方法的初学者-optimization method Wolfe-Powell
powell
- Powell是一种非常稳健的非线性最优化算法(当然,整个求解过程中需要一些辅助的技巧,否则可能达不到“稳健”标准)。-Powell is very usefull
Wolfe-Powell--CPP-
- 用wolfe-powell准则求解问题。具体实例用c++语言给出。--use Wolfe-Powell method to solve the problem