搜索资源列表
模拟退火matlab
- 模拟退火matlab模拟退火matlab模拟退火matlab源程序代码
很实用的模拟退火的程序
- 很实用的模拟退火的程序,含有原文解释
基于遗传模拟退火算法的低空飞行器航迹规划.pdf
- 基于遗传模拟退火算法的低空飞行器航迹规划
模拟退火算法
- 模拟退火算法是一种有效解决逆问题的方法。非常有用和高效。
模拟退火算法程序源码
- 本文档为模拟退火算法的C++源码实现,文档形式为PDF格式,源码详细具体,而且每一行代码带有说明
matlab模拟退火算法
- 介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
模拟退火法解决TSP问题
- 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
模拟退火算法程序
- 模拟退火算法程序
模拟退火算法matlab源程序
- 模拟退火算法matlab源程序
混合SPMD 模拟退火算法及其应用
- 混合SPMD 模拟退火算法及其应用-mixed SPMD simulated annealing algorithm and its application
模拟退火算法在贷款组合优化决策中的应用
- 模拟退火算法在贷款组合优化决策中的应用-simulated annealing algorithm in the loan portfolio optimization of
使用模拟退火算法(SAA)解决0-1背包问题
- 使用模拟退火算法(SAA)解决0-1背包问题-using simulated annealing (SAA) 0-1 knapsack problem solving
遗传算法和模拟退火算法相结合的并行实现
- 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
模拟退火算法
- 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-concise in simulated annealing algorithm, used to function in extreme demand, are interested they can look at. They raised a question that interested you can do an expe
模拟退火
- 模拟退火算法的资料-simulated annealing algorithm information
tsp的模拟退火算法
- 神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
以K-均值聚类结果为初始解的模拟退火聚类
- 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorit
Matlab的模拟退火算法工具箱
- Matlab的模拟退火算法工具箱,这是国外通用免费工具箱,在matlab环境下运行,具体使用说明见压缩文件-Simulating anneal arithmetic tool in Matlab is free fee abroad.It is used under Matlab and detail imformation can be found in rar file.
模拟退火c++的算法程序
- 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning i
模拟退火程序
- 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x