搜索资源列表
wpdPowell
- powell优化算法,希望能通过审查。:-powell optimization algorithm, hope that through the review. :
powell
- 鲍威尔法无约束优化程序,程序用在vc6.00++环境用c语言编写绝对好用!
D9R6
- 用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //ITER:迭代次数-For unconstrained optimization of the Powell optimization methods, procedure
matlabchengxu
- 优化设计的一些基本方法,包括鲍威尔法,牛顿法,二分法等-Optimum design of some of the basic methods, including Powell' s method, Newton' s method, dichotomy, etc.
1
- powell算法。是简单更有限的算法。欢迎大家下载。-powell source algorithm。welcome
powell
- 机械优化设计,的程序编码,是本方法的核心关键,可以帮助初学者很好的利用编程。-Mechanical optimization design, the program code, the core of this approach the key to good use to help beginners programming.
powell
- 鲍威尔法求最优解,C语言,在C++环境下运行,没有错误-Powell method the optimal solution, C language, C++ environment to run, no errors
Move-DC-Motor-Example
- KNR的电机驱动与控制,实现电机的正反转,读取编码器的读数,设置电机的速度,读数位置。 需要有KNR(贝登堡公司生产)-With the KNR driver control motor, to achieve positive motor, read the encoder readings, set the speed of the motor, reading position. The need for KNR (Baden Powell company)
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
xiugai_powell
- powell算法是一种无微分最优化算法,收敛性好,稳定性好。-Powell u7B97 u6CD2 u662F u4E00 u79CD u65E0 u5FAE u5206 u6700 u4168 u5316 u7B97 u6CD5 uFF0C u6536 u655B u6027 u597D uFF0C u7A33 u5B9A u6027 u597D u3002
rar
- powell算法设计 鲍威尔法又称方向加速法,它由Powell于1964年提出,是利用共轭方向可以加快收敛速度的性质形成的一种搜索方法。该方法不需要对目标函数进行求导,当目标函数的导数不连续的时候也能应用,因此,鲍威尔算法是一种十分有效的直接搜索法。 Powell法可用于求解一般无约束优化问题,对于维数n<20的目标函数求优化问题,此法可获得较满意的结果。 不同于其他的直接法,Powell法有一套完整的理论体系,故其计算效率高于其他直接法。该方法使用一维搜索,而不是跳跃的探测步。同时