CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - newton optimization
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - newton optimization - List
[
matlab
]
单变量寻优
DL : 0
单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。-single- variable optimization algorithm of the original code, including the semi-admission interval, 0. 618, FIB, Newton, quadratic approximation, three approximation.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
陈镇静
[
Mathimatics-Numerical algorithms
]
work123
DL : 1
最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等-optimization algorithm, a conjugate gradient, Newton, 0.618, the steepest decline in France
Update
: 2025-02-19
Size
: 6kb
Publisher
:
郭大波
[
matlab
]
optimal
DL : 0
拟牛顿法编写无约束优化程序,主要用于电力系统务工优化。-quasi-Newton method to prepare unconstrained optimization procedures, mainly for the power system optimization workers.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
古红
[
File Format
]
nNewton
DL : 0
该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
[
source in ebook
]
MatlabNLP
DL : 0
matlab 牛顿 单纯形法 最优化理论 matlab 牛顿 单纯形法 最优化理论-simplex method matlab Newton optimization theory Newton matlab simplex method optimization theory
Update
: 2025-02-19
Size
: 7kb
Publisher
:
sn
[
Algorithm
]
newton
DL : 0
optimisation中的牛顿法,在实验课上编写的程序,可以直接看到效果-optimization of the Newton method, in the experimental procedure for the preparation of class, you can directly see the effect of
Update
: 2025-02-19
Size
: 1kb
Publisher
:
bellepdt
[
Mathimatics-Numerical algorithms
]
Quasi-Newton
DL : 0
Quasi-Newton算法的demo程序,主要用于最优化算法的设计与最优化问题的求解-Quasi-Newton algorithm demo program, mainly used in optimization algorithm design and optimization problem solving
Update
: 2025-02-19
Size
: 9kb
Publisher
:
wang qifei
[
Algorithm
]
NEWTON
DL : 0
这个是优化方法中的一种方法,叫做牛顿法,是一种简单实用的迭代方法。-This is the optimization of a method, called Newton s law, is a simple practical iterative method.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
宝宝
[
Algorithm
]
quasi-newton
DL : 0
一个用拟牛顿算法求解优化问题的程序,此程序为MATLAB程序,大家用前自己注意检查一下-A Quasi-Newton algorithm using optimization procedures, the procedures for the MATLAB program, we pay attention to before their own check
Update
: 2025-02-19
Size
: 110kb
Publisher
:
idhot
[
Mathimatics-Numerical algorithms
]
optimization
DL : 0
最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法-Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
Update
: 2025-02-19
Size
: 221kb
Publisher
:
屠志海
[
assembly language
]
newton
DL : 0
工程优化中常用的几种方法和实现,牛顿法优化设计方法-Commonly used in engineering optimization and realization of several ways, design by Newton
Update
: 2025-02-19
Size
: 2kb
Publisher
:
刘晶
[
matlab
]
newton
DL : 0
最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
Update
: 2025-02-19
Size
: 1kb
Publisher
:
redgate
[
matlab
]
Langr_Newton
DL : 0
Optimization: work for Lagrangian Newton algorithm. -Optimization for Lagrangian Newton algorithm.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Dan
[
Other
]
Newton
DL : 0
压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zhuyuanli
[
matlab
]
Newton
DL : 0
牛頓優化算法,matlab代碼,已經驗證過可運行出正確結果-Newton optimization algorithm, matlab code has been verified to run the correct results
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李鼎权
[
Mathimatics-Numerical algorithms
]
newton
DL : 0
基于armijo和wolfe准则的牛顿型优化算法实验(the experiment of newton and mo-newton algorithm by the armijo and wolfe principle)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
Always007
[
Algorithm
]
linear optimization
DL : 0
用BFGS 拟牛顿法 最速下降法 牛顿法 共轭梯度法 解决线性优化问题(Solving linear optimization problems with conjugate gradient method and Steepest descent method.)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
小狗蛋
[
matlab
]
newton
DL : 0
最优化牛顿算法,内含程序和测试函数……大概就是这样(The optimization of Newton algorithm, the internal program and the test function. The decline is faster than the two order.)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
伯霁
[
matlab
]
Newton
DL : 0
求解无约束最优化问题,Newton方法包括基本Newton法,拟Newton法等BFGS,DFP方法(Solving unconstrained optimization problems, Newton method)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
Jh_SYSU
[
matlab
]
Newton-Rapshon Optimization
DL : 0
The following code allows you to optimize non-linear functions using the algorithm of newton raphson. Analytical derivatives are used, the gradient and the Hessian matrix of the function to find maxima and minima. Two examples are provided, one basic and one advanced.
Update
: 2018-11-25
Size
: 1.93kb
Publisher
:
franciscososasotomayor123
«
1
2
3
4
5
6
7
8
9
10
...
23
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.