搜索资源列表
newtsol
- Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
gaussn
- Damped Gauss-Newton with Armijo rule
projbfgs
- projected BFGS with Armijo rule, simple linesearch
123
- armijo搜索方法 简单实用 计算方法最优化作业-armijo method
p1
- 最优化算法中得拟牛顿法和共轭梯度法,以及Armijo型搜索和最优步长搜索。-Congradient and NiNewton algorithms in optimazation based on MATLAB
line-search
- 线搜索技术的基本算法,包括精确先搜索的黄金分割算法和非精确算法中的armijo算法-Line search algorithms, including the precise search first gold segmentation algorithm and Inexact armijo algorithm
armijo
- 基于matlab 的最优化armijo算法-Matlab-based optimization algorithm armijo
optimisation_a3
- 梯度法求取最小值(Armijo线搜索)+cost function-gradient method with Armijo line search+ cost function
projection
- 优化原理 投影梯度法 可以另外结合armijo准则wolf准则实现数值迭代求解数值问题-Programming projection method
unit_opt
- The architecture of this set of codes and the interaction among them is shown in Figure 1. The main testing code main code.m calls the code riemann grad unit opt.m that performs Riemannian optimization under unitary matrix constraint. Steepest De
armiju
- This Matlab code implements Cauchy s steepest descent method using Armijo stepsize rule
linesearchArmijo
- 利用Armijo步长规则的非精确线性搜索方法,用来求函数极值-Using the non exact linear search method of the Armijo step rule, the extremum of function is used to find the function extremum.
gongertidu
- 基于armijo步长搜索规则的共轭梯度方法,用来求函数极值-A conjugate gradient method based on the Armijo step search rule is used for the function extremum
ArmijoSimp
- Armijo 算法编程MATLAB 上机课老师编程-armijo matlab
quasi-Newton
- 经典的求函数极值的Newton法程序,其中利用Armijo规则求步长-Classic program function for extreme value called Newton method, including using Armijo rule to search for decend step
line-search
- 此压缩包共包含三个线搜索技术的matlab程序,即armijo准则、黄金分割法和抛物线法。-This archive contains three line search technology matlab program that armijo guidelines, golden section method and parabolic method.
Armijo
- Armijo算法,通过MATLAB实现!-Armijo algorithm, MATLAB realization!
armijo
- Armijo搜索是最常用的非精确搜索,这个matlab程序给出了Armijo方法来确定步长。-Armijo search is the most common non-exact search, the matlab program gives Armijo method to determine the step size.
armijo
- 最优化理论及其matlab设计中的armijo算法,用于最优化搜索算法的求解步长-Optimization theory and matlab design armijo algorithm for optimizing search algorithm for solving step
conjugate gradient
- 基于Armijo-Goldstein准则的用matlab实现的共轭梯度优化方法,个人编写,适合优化方法入门练习。(Based on the Armijo-Goldstein criterion, the conjugate gradient optimization method implemented by Matlab is written by individual, suitable for the introduction of the optimization method)