Welcome![Sign In][Sign Up]
Location:
Search - powell

Search list

[Algorithmpowell1

Description: powell优化算法的C语言原代码,该算法不需要求导数,应用场合较多-powell optimization algorithm in C language source code that the algorithm is not derivative, the more applications
Platform: | Size: 2048 | Author: shenjianguo | Hits:

[matlabopt

Description: 计算二维无约束优化的Powell法和坐标轮换法,以及一维搜索的黄金分割法和搜索区间确定的两个子程序.-Calculation of two-dimensional unconstrained optimization method of Powell and coordinate rotation method, as well as one-dimensional search of the golden section method and the search interval determined by the two subroutines.
Platform: | Size: 2048 | Author: hauskeis | Hits:

[Special Effectsmi_registration

Description: 2维的基于互信息的图像配准算法,使用powell法作为优化算法-2-dimensional mutual information based image registration algorithms, the use of law as the optimization algorithm powell
Platform: | Size: 78848 | Author: 张旭 | Hits:

[VC/MFCPowell_c

Description: 使用C语言编的Powell法程序 ,大家好好学习哦-The use of C language procedures made the Powell method, we can learn from Oh
Platform: | Size: 2048 | Author: xinyi | Hits:

[Algorithmbaoweier

Description: 机械优化设计作业(鲍威尔) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最速下降法,牛顿法,鲍威尔法,共轭.DHF 法完成: f(x)=x1^2+x2^2-x1*x2-10*x1-4*x2+60.小弟采用的是用计算方法选出d的表达式后迭代得到。分别用最速下降法,牛顿法,鲍威尔法完成了作业。 鲍威尔法最全。 功能有:输入起始点(x0,x1)和精度E 求出最优解。运算过程保存在程序目录的 txt文件中。txt自动添加标题。添加程序运行时间。等等等~ 大家可以借鉴一下 -Optimal Design of mechanical operations (Powell) Description: Learning End optimum design, the teacher said to do their homework and the whole class is divided into five groups with the most steepest descent method, Newton s law, Powell method, conjugate. DHF completed law: f (x ) = x1 ^ 2+ x2 ^ 2-x1* x2-10* x1-4* x2+ 60.小弟used method of calculation is elected after the iterative expression d be. Were steepest descent method, Newton s law, Powell completed the operation method. Powell method most. Function: Enter the starting point (x0, x1) and accuracy of E obtained the optimal solution. Computing process stored in the directory of the txt file. txt automatically add the title. Add Program run-time. Etc., etc. ~ we can learn from you
Platform: | Size: 251904 | Author: 公孙小龙 | Hits:

[Mathimatics-Numerical algorithmsoptimizearithmetic

Description: 几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
Platform: | Size: 15360 | Author: lixiao | Hits:

[matlabmatlab

Description: 求反求参数(无约束非线性优化方法)的matlab实现 无约束非线性优化算法-Powell法优化子程序 matlab广义最小二乘算法程序-Reverse order parameter (unconstrained nonlinear optimization method) to achieve the matlab unconstrained nonlinear optimization algorithm-Powell method to optimize the generalized least-squares algorithm matlab subroutine procedure
Platform: | Size: 80896 | Author: 杨静 | Hits:

[Algorithmmpowell.c

Description: 优化算法,POWELL算法 C码,不需要目标函数求导,适应于多变量优化.-Optimization algorithm, POWELL algorithm C code, does not require the objective function derivation, adapted to multi-variable optimization.
Platform: | Size: 1024 | Author: yangfu | Hits:

[xml-soap-webservice[Beginning.XML.Databases].Beginning.Xml.Databases.

Description: Beginning XML Databases by Gavin Powell Wrox Press ?2007 (490 pages) 电子书籍介紹XML -Beginning XML Databases by Gavin Powell Wrox Press? 2007 (490 pages) e-books to introduce XML
Platform: | Size: 23211008 | Author: Ken Chen | Hits:

[ApplicationsPowelljihe

Description: 基于matlab和C以及C++集合的最优化算法,此文为最经典的powell算法,很好的程序,简洁,易懂-Based on matlab and C as well as the C++ Collection optimization algorithm, this article as the most classic powell algorithm, very good procedures, simple, easy to understand
Platform: | Size: 368640 | Author: | Hits:

[Algorithmhybrd

Description: powell hybrid method
Platform: | Size: 11264 | Author: enya | Hits:

[Special EffectsPowellPSORegistration

Description: 基于互信息的图像配准算法,优化算法采用Powell和粒子群向结合的算法-Based on mutual information image registration algorithm, using Powell optimization algorithm and particle swarm algorithm to combine
Platform: | Size: 89088 | Author: 施志萍 | Hits:

[OtheroptimizationinC

Description: 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
Platform: | Size: 6144 | Author: xnkl | Hits:

[Algorithmpowell

Description: 这是我自己做的东西,不难。就是想试试。望大家支持-This is what I do, it is not difficult. Just want to try. We hope to support the
Platform: | Size: 4096 | Author: lane | Hits:

[AI-NN-PRjava_evolutionary_algorithms

Description: 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorithms, currently including Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Memetic Algorithm (MA), Evolution Strategy (ES). Highlighted features · Support both binary & real-coded string representations of solution · Operator-based design for flexibility · EA Operators: Selection, Crossover, Mutation, Move operators in PSO & and the adaptive scheme in EA · Individual learning: Davidon–Fletcher–Powell (DFP) and Davies, Swann, and Campey with Gram-Schmidt orthogonalization (DSCG) strategies and Random Mutation Hill-climbing (RMHC) In addition, algorithm pipeline which is specified by XML file is also provided for practitioner to configure & design evolutionary algorithms at ease. User can edit runtime & algorithm parameters in the configuration file (XML) & issue the co
Platform: | Size: 104448 | Author: 陈雷 | Hits:

[matlabmatch

Description: 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。-"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell algorithm and the interpolation algorithm etc.
Platform: | Size: 345088 | Author: fzj | Hits:

[Algorithmclass_powell

Description: 进一步进行改进的 Powell 算法类,基于C/C-it is a class of powell
Platform: | Size: 1024 | Author: cxy | Hits:

[matlabminPowell

Description: POWELL算法求最小值,可求取多个函数的最小值,速度和精度都很高。-POWELL algorithms seek the minimum, the minimum can be to strike a number of functions, speed and accuracy are high.
Platform: | Size: 1024 | Author: liwen | Hits:

[Otherunconstrained_optimization

Description: VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient method (4) Powell Law (5) variable metric method (6) The simplex method
Platform: | Size: 3190784 | Author: 李湖 | Hits:

[matlabMATLABoptimization

Description: matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法 -matlab optimization process includes Non-binding one-dimensional extremum problems Advance and retreat method Golden Section Fibonacci method of basic Newton s method Newton s method Newton s Law of the global secant method parabola method acceptable to the three interpolation search method   Goidstein France Wolfe.Powell France Simplex search method Powell steepest descent method Conjugate gradient method Newton s method Newton s method to amend Quasi-Newton Method trust region method explicitly steepest descent method, Rosen gradient projection method Penalty function method outside the penalty function method within the penalty function method Mixed penalty function multiplier method   G-N was amended in G-N method L-M method Of linear programming simplex method, revised simplex method Big M method variables bounded simplex method, Cutting Plane Method integer programming branch and bound method 0-1 programming quadratic programming
Platform: | Size: 38912 | Author: 百位过 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net