搜索资源列表
matlabchengxu
- 优化设计的一些基本方法,包括鲍威尔法,牛顿法,二分法等-Optimum design of some of the basic methods, including Powell' s method, Newton' s method, dichotomy, etc.
powell
- 鲍威尔法求最优解,C语言,在C++环境下运行,没有错误-Powell method the optimal solution, C language, C++ environment to run, no errors
Davidson-Fletcher-Powell
- Davidson Fletcher Powell method implemented by matlab
powell
- 惩罚函数鲍威尔法,精确控制步长与步数,求教效率较高-Powell penalty function method, precise control of step size and number of steps, the higher the efficiency of neighborhoods
rar
- powell算法设计 鲍威尔法又称方向加速法,它由Powell于1964年提出,是利用共轭方向可以加快收敛速度的性质形成的一种搜索方法。该方法不需要对目标函数进行求导,当目标函数的导数不连续的时候也能应用,因此,鲍威尔算法是一种十分有效的直接搜索法。 Powell法可用于求解一般无约束优化问题,对于维数n<20的目标函数求优化问题,此法可获得较满意的结果。 不同于其他的直接法,Powell法有一套完整的理论体系,故其计算效率高于其他直接法。该方法使用一维搜索,而不是跳跃的探测步。同时