搜索资源列表
Unconstrained_optimization
- 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
zsxjf
- 最速下降法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Steepest descent method, numerical analysis is a very important one in the matlab source code for its realization.
steepest_descent_method
- 采用最速下降法查找最小值,采用H终止准则,计算时间很快,很适合初学者使用-Steepest descent method using the minimum search using H termination criteria, the computation time soon, it is suitable for beginners to use
Nonlinear_Programming
- 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
defuzzy
- Animation for steepest descent, Newton, and LM directions
steepest_method_with_const_step
- 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 OPTIMIZ
steepestdescent
- Steepest descent have been applied to a biomedical application data and the component responsible for key operation is obtained
steepest_descent
- Numerical optimization, Steepest descent
steepest_descentwewe
- Steepest Descent Algorithm
neuralnetworkdesignusingsteepestdescentalgorithm.
- Neural Network with multiple inputs and multiple output with training data in file name Twod is trained using steepest descent algorithm.After training data ,we can test a new set of data-Neural Network with multiple inputs and multiple output with t
Ch2-4d2
- Its about how to use steepest descent methor of optimization./
descent
- It is matlab code for Steepest Descent optimization method.
steepdes
- In mathematics, the method of steepest descent or stationary phase method or saddle-point method is an extension of Laplace s method for approximating an integral, where one deforms a contour integral in the complex plane to pass near a stationary po
steepest-descent
- 这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 -This is a steepest descent method for solving linear equations, program code using matlab language.
The-steepest-descent-method
- 关于最优化算法的Matlab仿真程序,最速下降法与牛顿法。-Optimization algorithm Matlab simulation program, the steepest descent method and Newton method.
steepest-descent-method
- 使用最速下降法求解二元函数的极值,内含区间取半法的一维寻优,有实例和说明,不只是算法。-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 algori
The-steepest-descent-method-matlab
- 程序是通过最速下降法寻找三阶二维的目标函数的局布极值点。-Program is through the steepest descent method to find the objective function of the third-order two-dimensional local extremum point.
steepest-descent-method
- 带有MonteCarlo实验的最速下降法,应用于自适应滤波器-MonteCarlo experiment with the steepest descent method, used in the adaptive filter
Steepest-descent-method
- 最速下降方法是最优化的主要方法,是最优化方向的主要分支-The steepest descent method is the main method of optimization, it is the main branch of the optimization direction.
steepest-descent-
- 使用matlab实现最速下降法,已经经过测试,可以正确使用-Using matlab to achieve the steepest descent method has been tested and used properly.
