搜索资源列表
Dynamic-Computation-of-Machine-Constants
- The constants include the value of the machine epsilon , the smallest number that can be added to 1 and make a difference. However, it includes many other quantities of interest, including the arithmetic base, the largest and smallest magnitudes, and
tabu_search
- 我们尝试用禁忌搜索(tabu search)算法来解决旅行商问题(TSP),程序可以选择随机生成点的位置坐标,也可以从圆上均匀取点(比较容易判断结果的好坏)。 我们采用下面的一些规则来运行程序: 特赦规则:如果新解被禁,但是目标函数值比当前最优解的目标函数值小于某个定值时,接受新解。 终止规则:1、如果在给定的迭代次数内,最优解的目标函数值保持不变终止2、迭代次数达到给定的最大值时终止。 候选解的产生:本实验中我采取的是随机产生候选解的方法 一些参数的选取: 在每一步的
chengxu
- MATLAB符号计算实例 函数的最值点渐近线拐点 源程序-MATLAB symbolic computation example function of the value points asymptote inflection point source program
SVD
- 奇异值分解方法计算最小二乘问题 SVD方法处理最小二乘问题 主函数(Singular value decomposition method for least squares problems)
