搜索资源列表
Conjugate-gradient-method-(fortran)
- 使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
unconstrained_optimization
- 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
gradient
- This small program shows how to get the effect of gradient colors for use as backgrounds of forms or picture boxes. It uses the Line method of this objects to draw the rectangles which form the gradient. The methods for drawing the gradi
TransferOptimizationConstraintNonbindingProcedures
- 转最优化-约束 无约束共轭梯度法程序(c++)-Switch Optimization- constrained conjugate gradient method for unconstrained program (c++)
PRP
- 最优化方法作业 PRP共轭梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Optimization method operating PRP conjugate gradient method are examples of algorithm analysis step in the experimental results and C++ source code
jianyuetidufa
- 最优化方法作业 简约梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Simple operation optimization algorithm analysis step gradient method are examples of experimental results and the C++ source code
getidufhexianxingjiaquanfa
- 所传为共轭梯度法和线性加权法,这两种方法在优化中有较大的作用!-The transfer to the conjugate gradient method and linear weighted method, the two methods in optimization have a greater role!
gongetidu
- 无约束条件下的共轭梯度法的最优化程序设计-Not constrained conjugate gradient method to optimize programming
ml
- 该算法包含极大似然估计的梯度算法和快速ica算法,已经调试成功过,调试时注意所给信号x是行向量还是列向量-The algorithm contains the maximum likelihood estimation of the gradient method and fast ica algorithm, has been debugged, debugging attention given signal x is a row vector or column vector
OptimizationSample
- Newton s method and gradient method
2008-JMD-Khajavirad-Michalek-Gradient-Based-Decom
- Article on gradient optimization method.
MATLAB-Toolbox
- 最速梯度法工具箱,可以在matlab上进行应用,非常方便-Toolbox steepest gradient method can be applied on the matlab is very convenient
Widrow-Hoff-Training-Method
- The WH class is an implementation of the Widrow-Hoff. The Widrow-Hoff (WH) algorithm, often called Least Mean Square (LMS), is an online-algorithm. The WH can be interpreted as a gradient descent procedure on the error space. In other words, the
gongetiduf
- 这是共轭梯度法程序,比较好的,对于做最优化课程设计有帮助-This is the conjugate gradient method program, better,For optimization design of course do help
minPRPFDD
- 共轭梯度法的prp方法结合非单调法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum prp method combined with non-monotonic conjugate gradient method for solving multidimensional function must be written in the previous one for search function
conjugate-gradient-method
- 用共轭梯度法求解系数矩阵为对称正定矩阵的二次函数的最优解-The optimal solution of the quadratic function using the conjugate gradient method for solving the coefficient matrix is symmetric positive definite matrix
Newton
- 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
Conjugate-Gradient-Method-source
- 共轭梯度法源程序,可以再vc++下进行运行-Conjugate Gradient Method source
gradient
- 一维波动方程反演MATLAB程序,采用的梯度法,声波方程,测试可用-1D waveform inversion by gradient method based on acoustic wave equation
conjugate-gradient-method
- 应用共轭梯度法解微分方程的MATLAB代码-A matlab code of conjugate gradient method used for solving the differential equation.