Welcome![Sign In][Sign Up]
Location:
Search - Steepest Descent Method

Search list

[source in ebooksteepest

Description: 利用最陡下降法仿真实现了自适应滤波均衡器,该方法用硬件能方便实现.-use of the steepest descent method Simulation of the adaptive filter equalizers, the method can be used to facilitate the achievement of hardware.
Platform: | Size: 2048 | Author: 研究生活 | Hits:

[matlabSteepestDescentMethod

Description: 最速下降梯度法MATLAB程序.转载自科研中国.-steepest descent gradient method MATLAB program. China reprinted from the research.
Platform: | Size: 1024 | Author: 胡俊 | Hits:

[Algorithmfastdown

Description: 数值分析中最速下降法插值算法,运行稳定,并且能画出最后的插值曲线-Numerical Analysis of the most steepest descent method interpolation algorithms, running stability, and can draw the final curve interpolation
Platform: | Size: 6144 | Author: yanghy | Hits:

[matlabzsxjf

Description: 最速下降法matlab程序,最速下降求法-Steepest descent method matlab procedures, steepest descent method
Platform: | Size: 1024 | Author: 王伟 | Hits:

[matlabOpt_Steepest

Description: 最速下降法是一种沿着N维目标函数的负梯度方向搜索最小值的方法。该程序是用最速下降法求无约束最优化解。-Steepest descent method is an N-dimensional objective function along the negative gradient direction of the minimum search method. The program is used steepest descent method for unconstrained optimal resolve.
Platform: | Size: 1024 | Author: xutianyuan | Hits:

[matlabSteepest.Descent.Method.matlab

Description: matlab经典算法的程序 最速下降梯度法matlab程序-classical algorithm matlab procedure steepest descent gradient method matlab program
Platform: | Size: 1024 | Author: 温兆一 | Hits:

[matlabfsx

Description: 非线性规划中的最速下降法,黄金分割法,阻尼牛顿法,牛顿切线法.-Non-linear programming in the steepest descent method, golden section method, damping Newton s Law, Newton s tangent method.
Platform: | Size: 2048 | Author: | Hits:

[matlaboptimization

Description: 最优化学习的Matlab程序:包括最速下降法,黄金分割法,曲线拟合等.-Matlab optimization learning process: including the steepest descent method, golden section method, such as curve fitting.
Platform: | Size: 5120 | Author: lin | Hits:

[matlabUnconstrained_optimization

Description: 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function
Platform: | Size: 4096 | Author: 闫安心 | Hits:

[matlabsteepest_method_with_const_step

Description: NUMERICAL OPTIMIZATION: This steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.-NUMERICAL OPTIMIZATION: This is steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2+ 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.
Platform: | Size: 1024 | Author: venera | Hits:

[AlgorithmSteepest-descent-method

Description: 最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
Platform: | Size: 1024 | Author: cola | Hits:

[OtherNewton

Description: 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function
Platform: | Size: 1024 | Author: zhuyuanli | Hits:

[OtherThe-steepest-descent-method

Description: 最优化方法 最速下降法程序 MATLAB程序-MATLAB program optimization method of steepest descent method
Platform: | Size: 4096 | Author: 姑苏大奖 | Hits:

[matlabThe-steepest-descent-method

Description: 关于最优化算法的Matlab仿真程序,最速下降法与牛顿法。-Optimization algorithm Matlab simulation program, the steepest descent method and Newton method.
Platform: | Size: 3072 | Author: lyn | Hits:

[source in ebooksteepest-descent-method

Description: 本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on the example of the job title, the code in the objective function and constraints may require initial changed to obtain the desired calculation
Platform: | Size: 6144 | Author: wxq | Hits:

[matlabsteepest-descent-method

Description: 使用最速下降法求解二元函数的极值,内含区间取半法的一维寻优,有实例和说明,不只是算法。-Using the steepest descent method for solving the dual function of extremes, containing half the interval to take a one-dimensional optimization method, there are examples and illustrations, not just algorithms.
Platform: | Size: 1024 | Author: | Hits:

[matlabThe-steepest-descent-method-matlab

Description: 程序是通过最速下降法寻找三阶二维的目标函数的局布极值点。-Program is through the steepest descent method to find the objective function of the third-order two-dimensional local extremum point.
Platform: | Size: 1024 | Author: 刘宇涛 | Hits:

[Algorithmsteepest-descent-method

Description: 解线性方程组的最速下降法,编译器用的是intel visual fortran-solve linear equations with steepest descent method
Platform: | Size: 1024 | Author: 王茁 | Hits:

[matlabsteepest-descent-method

Description: 带有MonteCarlo实验的最速下降法,应用于自适应滤波器-MonteCarlo experiment with the steepest descent method, used in the adaptive filter
Platform: | Size: 1024 | Author: MacChauncey | Hits:

[matlabSteepest-descent-method

Description: 最速下降方法是最优化的主要方法,是最优化方向的主要分支-The steepest descent method is the main method of optimization, it is the main branch of the optimization direction.
Platform: | Size: 2048 | Author: 武高玉 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net