当前位置:
首页 资源下载
搜索资源 - trust region Newton
搜索资源列表
-
2下载:
LM算法
老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It
outperforms simple gradient descent and other conjugate gradient methods in a wide variety of
problems. This document aims to provide an intuitiv
-
-
2下载:
matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
-
-
0下载:
Steihaug Newton-CG-Trust region algoirithm
-
-
0下载:
给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations
F(x)=0 l<=x<=u
where F: R^n--> R^n, l and u a
-
-
20下载:
matlab最优化程序包括
无约束一维极值问题
进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法
Goidstein法 Wolfe.Powell法
单纯形搜索法 Powell法 最速下降法
共轭梯度法 牛顿法 修正牛顿法
拟牛顿法 信赖域法 显式最速下降法,
Rosen梯度投影法
罚函数法 外点罚函数法 內点罚函数法
混合罚函数法 乘子法
G-N法 修正G-N法 L-M法
-
-
1下载:
Dogleg trust region, Newton model, dense algorithm
-
-
0下载:
CO is an applications module written in the GAUSS programming language. It solves the Nonlinear Programming problem, subject to general constraints on the parameters - linear or nonlinear, equality or inequality, using the Sequential Quadratic Progra
-
-
1下载:
基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
-
-
3下载:
matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
-
-
1下载:
无约束多维极值问题,包含
用模式搜索法求解多维函数的极值
用Rosenbrock法求解多维函数的极值
用单纯形搜索法求解多维函数的极值
用Powell法求解多维函数的极值
用最速下降法求解多维函数的极值
用共轭梯度法求解多维函数的极
用牛顿法求解多维函数的极值
用修正牛顿法求解多维函数的极值
用DFP法求解多维函数的极值
用BFGS法求解多维函数的极值
用信赖域法求解多维函数的极值
用显式最速下降法求正定二次函数的极值
-Unconstrain
-
-
0下载:
光滑牛顿法求解信赖域子问题,使用近似Hesse矩阵正定情形,并给出该方法信赖域方法的matlab程序-Smoothing Newton method for solving the trust region subproblem approximate Hesse matrix positive definite situation, and given that the method of trust region methods matlab program
-
-
0下载:
几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
-
-
7下载:
《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
-
-
0下载:
详细介绍基于信赖域的内点法的文章,里面包含了内殿反射牛顿法等经典的求解最优化的几种内点法-Based on article detailing the trust region interior point method, which includes the classic Newton method for solving the sanctuary reflection optimize several interior point method
-
-
0下载:
详细介绍基于信赖域的内点法的英文文献,里面包含了内殿反射牛顿法等经典的求解最优化的几种内点法-Details in English literature-based trust region interior point method, which includes the classic sanctuary reflective Newton method for solving the optimization of several interior point method
-
-
0下载:
详细介绍基于信赖域的内点法的外文文献,里面包含了内殿反射牛顿法等经典的求解最优化的几种内点法-Details on foreign literature trust region interior point method, which includes the classic sanctuary reflective Newton method for solving the optimization of several interior point method
-
-
0下载:
牛顿型信赖域方法求解无约束优化问题的最小值和最小值点-Newton type trust region method for unconstrained optimization problems minimum and minimum point
-
-
2下载:
课程设计中实现matlab的最优化设计,程序代码包括各种算法,如最速下降法 共轭梯度法,牛顿法,修正牛顿法,拟牛顿法,信赖域法,显式最速下降法,temp梯度投影法,修正G-N法,基本粒子群算法,带压缩因子的粒子群算法,权重改进的粒子群算法,temp1二阶粒子群算法等等。
-Curriculum design to achieve matlab optimization design, program code includes a variety of algorithms, such as
-
-
1下载:
功能:牛顿型信赖域方法求解无约束优化问题min f(x)
输入 x0是初始迭代点
输出:xk是近似极小点,val是近似极小值,k是迭代次数- function: Newton type trust region method for solving unconstrained optimization problem min f (x)
input The xo is the initial iteration point
output: xk is appro
-
-
0下载:
最优化方法\Cholesky分解.cpp
最优化方法\二阶导数计算.cpp
最优化方法\信赖域牛顿法.cpp
最优化方法\共轭梯度法.cpp
最优化方法\强迫正定Cholesky分解.cpp
最优化方法\直接法一维收索.cpp
最优化方法\解析法一维收索.cpp(\Cholesky decomposition of optimization methods.Cpp
Optimization method [two order derivative calculation
-