资源列表

« 1 2 ... .90 .91 .92 .93 .94 14595.96 .97 .98 .99 .00 ... 15812 »

[matlab例程conjgradmethod

说明:共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。这里给出共轭梯度法的源程序-Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程OptimalSegmentation

说明:最优分割的基本思路是给定一个数据序列和分层数,通过搜索所有可能的划分方案,找到段内离差平方和的总和最小的一种方案作为最终划分方案。这里给出最优分割法的Matlab源程序-The basic idea is optimal partition for a given data sequence and hierarchical number divided by searching all possible solutions to find the segment and the sum of
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程maidongfeng

说明:模拟高耸结构的随机风载荷,风速时程,风载荷时程-Analog towering structures to random wind loads, wind speed time
<liuxiaoorng> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程pfmethod

说明:罚函数法将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法Matlab源程序-Penalty function method will be constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function method in Matlab source
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程PenaltyFunctionMethod

说明:罚函数法是将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法的Matlab源程序。-Penalty function method is a constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function in Matlab source.
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程powell

说明:POWELL法,优化设计中的经典算法之一。这里给出powell法Matlab源程序-POWELL method to optimize the design of the classic algorithm. Matlab source code is given here。
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程Simplexalgorithm

说明:单纯形法,求解线性规划问题的通用方法。这里给出其Matlab源程序-Simplex method for solving linear programming problems common method. Here are its Matlab source
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程SteepestDescent

说明:最速下降法又称为梯度法,是1847 年由著名数学家Cauchy 给出的,它是解析法中最古老的一种,其他解析方法或是它的变形,或是受它的启发而得到的,因此它是最优化方法的基础。这里给出其Matlab源程序。-The steepest descent method, also known as gradient method, was in 1847 given by the famous mathematician Cauchy, it is the oldest analytical metho
<lucy> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程CollectAnaly

说明: 最短距离算法的聚类对样本进行聚类 样本矩阵 X 输出数据的行数代表了每次聚类后类的个数,每一行的第一个数表示此类样本的个数, 后面的代数表示此类中的样本编号;从程序的输出结果看,聚类的过程一目了然,未聚类 前,有5个类,每个类各有一个样本;第一次聚类是将第一类和第二类合并,得到新的 第一类,此时第一类有2个样本;二第二次聚类是将第3类和第四类合并,得到新的第三类 ;第3次聚类是将第2类和第3类合并,此时总共有2类,经过第四次聚类,类的个数变为1,
<yinxc> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程gm_1_1

说明:灰色模型,通过对少数数据的分析,鉴于灰色模型的使用,对未来进行预测。-Gray model, through the analysis of the data on the minority view of gray model used to predict the future.
<陈海达> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程ant_main

说明:智能算法中的遗传算法实现最优化的文件,对原始的算法有所改进-Intelligent algorithm genetic algorithm to optimize the file to the original algorithm improvements
<黄青> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程function

说明:求解含有有限个变量的函数,维数可以是1000甚至上万维 都可以-Solving function contains a finite number of variables, dimensions can be 1000 on the World Wide Web can be even
<wangwenshu> 在 2025-06-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 14595.96 .97 .98 .99 .00 ... 15812 »

源码中国 www.ymcn.org