搜索资源列表
-
1下载:
该程序代码为阻尼牛顿法matlab源代码,其特点有:简单易读,适于做优化。-code for the damping Newton Matlab source code, its characteristics are : simple accessibility, suitable for making optimization.
-
-
0下载:
采用牛顿法实现简单的无约束的最优化问题,本程序实现简单的计算,计算无约束最优化问题的最优解-Using Newton' s method to achieve a simple optimization problem without constraints
-
-
0下载:
IEEE14节点潮流算法,牛顿法,考虑了节点顺序优化-IEEE14 node flow algorithm, Newton method, consider a node sequence optimization
-
-
1下载:
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
-
-
0下载:
We present the technique of the ICA with Reference (ICA-R) to extract an interesting subset of independent sources from their linear
mixtures when some a priori information of the sources are available in the form of rough templates (references). T
-
-
1下载:
工量预测.xls
截面扭转特性.xls
截面特性一.xls
截面特性二.xls
最优化问题.xls
最值问题.xls
牛顿法解方程.xls
矩阵运算.xls
线性拟合.xls
解线性方程组.xls
解线性方程组(二).xls
辛普森法积分.xls
频率与振型求解.xls
双变量模拟运算.xls
多元线性回归.xls
多项式拟合.xls
实例1.xls
实例2.xls
实例3.xls
-
-
0下载:
用牛顿法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Newton method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
-
-
0下载:
压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
-
-
0下载:
无约束最优化当中经典的拟牛顿法matlab程序-Unconstrained optimization among classical quasi-Newton method matlab program
-
-
0下载:
Neural Predictive Control using Quasi Newton Optimization
-
-
0下载:
Neural Predictive Control using Levenberg Marquard Optimization (Newton Method)
-
-
1下载:
包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。-Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.
-
-
0下载:
基于matlab牛顿-拉夫逊 无功补偿优化设计-Newton- Ralph reactive power compensation optimization design
-
-
0下载:
BFGS拟牛顿法求非线性无约束最优化(函数极值)问题-BFGS quasi-Newton method for solving nonlinear unconstrained optimization (function extremum) problem
-
-
0下载:
DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
-
-
0下载:
最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
-
-
0下载:
this optimization codes-this is optimization codes
-
-
1下载:
多维牛顿法,适合于研究生课程最优化方法,是一种基于matlab的仿真算例-Multidimensional Newton method is suitable for postgraduate optimization method is a matlab simulation example
-
-
0下载:
Newton methode in dim 1 algorithm optimization
-
-
0下载:
牛顿迭代法是解非线性方程组比较经典的方法;
拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations.
The quasi Newton method is one of the most effective methods for solving the nonlinear equat
-