搜索结果
找到约 144 项符合
QuaSI-newton 的查询结果
matlab例程 % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST.
% COMPDIR Computes a search direction in a subspace defined by Z.
% Helper function for NLCONST.
% Returns Newton direction if possible.
% Returns random direction if gradient is small.
% Otherwise, returns steepest descent direction.
% If the steepest descent direction is small it computes ...
数学计算 数值分析一部分编程习题
数值分析一部分编程习题,包括:
舍入误差与有效数
Newton迭代法
列主元三角分解法
逐次超松弛迭代法
3次样条插值函数
数学计算 常微分方程求解的搜索延拓法
常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题
并行计算 已知美国从1920-1970年的人口表如下: 年份 1920 1930 1940 1950 1960 1970 人口(千人) 105711 123203 131669 150697 17932
已知美国从1920-1970年的人口表如下:
年份 1920 1930 1940 1950 1960 1970
人口(千人) 105711 123203 131669 150697 179323 203212
(1)用表中数据构造一个5次Lagrange插值多项式,并以此估计1965、2002年的人口。
(2)用Newton插值估算1965、2002年的人口数。 ...
通讯/手机编程 Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum
Computes BER v EbNo curve for convolutional encoding / soft decision
Viterbi decoding scheme assuming BPSK.
Brute force Monte Carlo approach is unsatisfactory (takes too long)
to find the BER curve.
The computation uses a quasi-analytic (QA) technique that relies on the
estimation (approximate on ...
数值算法/人工智能 伪随机数生成器
伪随机数生成器,Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions
数值算法/人工智能 提出了一种基于角度信息的约束总体最小二乘无源定位算法. 该算法首 先将非线性的观测方程转化为线性方程, 并分析了观测噪声对线性方程系数的 影响, 从而能够将无源定位问题等价为一个约束总体最小二乘问
提出了一种基于角度信息的约束总体最小二乘无源定位算法. 该算法首
先将非线性的观测方程转化为线性方程, 并分析了观测噪声对线性方程系数的
影响, 从而能够将无源定位问题等价为一个约束总体最小二乘问题, 然后又将该
有约束的优化问题变为无约束的优化问题, 并利用Newton 算法进行迭代求解,
最后分析了约束总体最小二乘算 ...
数学计算 muller法解方程
muller法解方程,是Newton法解方程的一种改进,计算更简单