搜索资源列表
模拟退火算法、遗传算法求解TSP修改版2
- 模拟退火法,最新的源代码,可以解压缩后直接使用,非常方便,很适用的-simulated annealing method, the latest source code can be extracted directly after use, very convenient, very applicable
tabu_matlab
- 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
CAD
- 自己编写的电路分析,优化程序,可求解电路响应,计算元件灵敏度,优化方法包括Powell法,模拟退火法,可部分实现滤波器设计的功能-I have written the circuit analysis, optimization procedures, can solve the circuit response, computing components sensitivity, and optimization methods including Powell method, simulat
monituihuo
- 模拟退火法求解n个城市的旅行商问题,很好用,只需做简单的修改就可以。-Simulated annealing method for solving n-city traveling salesman problem, useful, just do a simple modification can be.
TSP
- 运用模拟退火法解决TSP问题,程序比较清晰,适合初学者借鉴-TSP using simulated annealing method to solve the problem, the program is relatively clear, suitable for beginners to learn
Custtc_zizi_xo
- 包含神经网络算法、遗传算法法、模拟退火算法与模糊数学方法 -Contains the neural network algorithm, the genetic algorithm method, simulated annealing and fuzzy mathematical methods
Simulated-annealing-algorithm
- 正交波形设计——模拟退火算法是利用模拟退火法找个比较好的初始点,再通过领域搜索进一步找到比较满意的解。 -Simulated annealing algorithm
matlab-simulated-annealing
- matlab模拟退火法,包含程序和算例,基于matlab开发的-matlab simulated annealing
simulated-annealing-algoritham
- 通过例子讲解模拟退火法的优化原理和方法,浅显易懂!-The global minimum of function can be obtained by the simulated annealing algritm.
TSP
- TSP问题的模拟退火法求解,能够反推相关城市之间最优函数的求解-TSP
nengniu
- 搭建OFDM通信系统的框架,基于混沌的模拟退火算法,数学方法是部分子空间法。- Build a framework OFDM communication system, Chaos-based simulated annealing algorithm, Mathematics is part of the subspace.
lengbang_v36
- 基于混沌的模拟退火算法,数学方法是部分子空间法,自写曲率计算函数 。- Chaos-based simulated annealing algorithm, Mathematics is part of the subspace, Since writing the curvature calculation function.
nengqao_v36
- 基于混沌的模拟退火算法,非归零型差分相位调制信号建模与仿真分析 ,AHP层次分析法计算判断矩阵的最大特征值。- Chaos-based simulated annealing algorithm, NRZ type differential phase modulation signal modeling and simulation analysis, Calculate the maximum eigenvalue judgment matrix of AHP.
sengkeng
- 到达过程是的泊松过程,预报误差法参数辨识-松弛的思想,基于混沌的模拟退火算法。- Arrival process is a Poisson process, Prediction Error Method for Parameter Identification- the idea of relaxation, Chaos-based simulated annealing algorithm.
2016.09.30SA
- 用于优化支持向量机参数c/g的模拟退火法-It used to optimize the parameters of support vector machine simulated annealing
qengmeng_v86
- 基于混沌的模拟退火算法,计算十字叉丝的在不同距离的衍射图像,预报误差法参数辨识-松弛的思想。- Chaos-based simulated annealing algorithm, Calculation crosshairs diffraction image at different distances, Prediction Error Method for Parameter Identification- the idea of relaxation.
kiejai_v71
- 基于混沌的模拟退火算法,阵列信号处理的高分辨率估计,预报误差法参数辨识-松弛的思想。- Chaos-based simulated annealing algorithm, High-resolution array signal processing estimates, Prediction Error Method for Parameter Identification- the idea of relaxation.
qanghiu_v70
- 进行波形数据分析,预报误差法参数辨识-松弛的思想,基于混沌的模拟退火算法。- Waveform data analysis, Prediction Error Method for Parameter Identification- the idea of relaxation, Chaos-based simulated annealing algorithm.
monituihuo
- 提出了一种混合模拟退火算法, 以模拟退火法作为随机搜索引擎,利用逻辑编程和线性规划来检验和处理搜索结果。这种算法既可以发挥随机搜索法的快速寻找可行解的优势, 又可以充分考虑特定问题内在的逻辑和数学关系, 使之可以在较短的时间内得到一较优解实例计算结果表明, 同传统的混合整数线性规划方法相比这种算法可以快速地给出优化解, 月优化值与全局最优依差别不大, 可以更好地解决原油实际调度问题(A hybrid simulated annealing algorithm is proposed, which
guosai
- 用模拟退火算法求解线性规划问题。 min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>=0(The simulated annealing algorithm is used to solve the linear programming problem. min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>