搜索资源列表
最速下降梯度法matlab程序
- [网摘]最速下降梯度法matlab程序 最速下降梯度法matlab程序
最速下降法程序源代码
- 用最速下降法实现无约束模型的优化计算。
一个最速下降法的Matlab程序.rar
- 一个最速下降法的Matlab程序.rar
利用c语言编写的最速下降法程序
- 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索,Use c language steepest descent method procedures, including the use of advance and retreat method and 0.618 for one-dimensional search
求解非线性问题的算法及程序
- 求解非线性问题的算法及程序,其中有如最速下降法的详细介绍和完整的理论推导过程,The algorithm for solving nonlinear problems and procedures, like the steepest descent method in which a detailed descr iption and complete the process of theoretical derivation
Optimization
- 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
zuiyouhuashiyanbaogao
- 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
zuishuxiajiangfa
- 运用最速下降法来给函数求极值的c++ 程序-Using the steepest descent method to seek extreme value to the function of the c++ program
steepestdescentmethod
- 可以解决最优化分析问题里边的最速下降法问题,已经通过vc++测试-Optimization analysis can solve the problem inside the steepest descent method problems, has been passed vc++ Test
最速下降法
- 梯度下降法是一个最优化算法,通常也称为最速下降法。最速下降法是求解无约束优化问题最简单和最古老的方法之一,虽然现在已经不具有实用性,但是许多有效算法都是以它为基础进行改进和修正而得到的。最速下降法是用负梯度方向为搜索方向的,最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is an optimization algorithm, also known as steepest descent. The steepest descent meth
最速下降法
- 最速下降法是求解无约束优化问题的算法程序,许多有效算法都是以它基础通过改进或修正而得到的。(The steepest descent method is an algorithm procedure for solving unconstrained optimization problems. Many efficient algorithms are based on the improvement or modification of them.)
最速下降法
- 利用最速下降法极小化函数q(x)=(10x1^2-18x1x2+10x2^2)/2+4x1-15x2=13,线搜索步长为精确步长(Steepest descent method for numerical example)
最速下降法和牛顿法
- 基于回溯线搜索的最速下降法和牛顿法,配数值算例(Steepest descent method and Newton method based on backtracking line search)
DC1D 最速下降反演
- 可进行DC1D 的最速下降反演,计算出视电阻率,画出曲线图(The steepest descent inversion of DC1D can be carried out, the apparent resistivity is calculated, and the curve diagram is drawn)
最速下降法
- 最速下降法,用于地球物理中的一维大地电磁反演,为广大物探学子提供一个参考(The steepest descent method is used for one-dimensional electromagnetic inversion in geophysics to provide a reference for scholars)
最速下降法完整版(精简版可打印)1603261421
- 实现最速下降法,用matlab实现最速下降法,可以在matlab中直接应用(Implement the steepest descent method with matlab to achieve the fastest descent method.)
最速下降法
- 最速下降法代码,数值计算算法,换参数即可(steepest descent method)
armijo线搜索+最速下降法的小程序
- armijo线搜索+最速下降法的小程序erfwefwerfwqrfw(Armijo line search + steepest descent algorithm appletfvv ewrwefg)
最速下降法
- 最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
最速下降法求解方程组
- 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the ol