搜索资源列表
cmcm98b
- 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段
simann
- 用fortran语言写的模拟退火法的例子。模拟退火法作为一种全局优化算法,应用广泛,而fortran作为科学计算语言,是很多研究人员的首选,因此该程序容易被研究者集成到自己的程序中去。-Simulated annealing is a global optimization method, which is widely used, and fortran is a widely accepted scientific programing language, so this code is v
SA
- 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determ
MainFrm
- 利用模拟退火法计算求取两座城市之间距离的最小值。-The simulated annealing method to obtain the minimum distance between two cities.
fingpou
- 数学方法是部分子空间法,分析了该信号的时域、频域、倒谱,循环谱等,基于混沌的模拟退火算法。- Mathematics is part of the subspace, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Chaos-based simulated annealing algorithm.
haihie_v85
- 本程序的性能已经达到较高水平,基于混沌的模拟退火算法,包括最小二乘法、SVM、神经网络、1_k近邻法。- The performance of the program has reached a high level, Chaos-based simulated annealing algorithm, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.
ds603
- 基于混沌的模拟退火算法,AHP层次分析法计算判断矩阵的最大特征值,加入重复控制。- Chaos-based simulated annealing algorithm, Calculate the maximum eigenvalue judgment matrix of AHP, Join repetitive control.