Welcome![Sign In][Sign Up]
Location:
Search - 模拟退火

Search list

[Mathimatics-Numerical algorithms模拟退火matlab

Description: 模拟退火matlab模拟退火matlab模拟退火matlab源程序代码
Platform: | Size: 5603 | Author: xixi081014 | Hits:

[SourceCode很实用的模拟退火的程序

Description: 很实用的模拟退火的程序,含有原文解释
Platform: | Size: 501670 | Author: zhang.0134679@163.com | Hits:

[Report papers基于遗传模拟退火算法的低空飞行器航迹规划.pdf

Description: 基于遗传模拟退火算法的低空飞行器航迹规划
Platform: | Size: 381083 | Author: 574592892@qq.com | Hits:

[SourceCode模拟退火算法

Description: 模拟退火算法是一种有效解决逆问题的方法。非常有用和高效。
Platform: | Size: 384004 | Author: sunqingtju | Hits:

[Documents模拟退火算法程序源码

Description: 本文档为模拟退火算法的C++源码实现,文档形式为PDF格式,源码详细具体,而且每一行代码带有说明
Platform: | Size: 88809 | Author: xiaoshuihan131@126.com | Hits:

[matlabmatlab模拟退火算法

Description: 介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
Platform: | Size: 344394 | Author: 969030395@qq.com | Hits:

[AI-NN-PR模拟退火法解决TSP问题

Description: 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
Platform: | Size: 282017 | Author: nuklly@gmail.com | Hits:

[AI-NN-PR模拟退火算法程序

Description: 模拟退火算法程序
Platform: | Size: 179383 | Author: beautywife | Hits:

[matlab模拟退火算法matlab源程序

Description: 模拟退火算法matlab源程序
Platform: | Size: 19968 | Author: yanbo001 | Hits:

[Mathimatics-Numerical algorithms混合SPMD 模拟退火算法及其应用

Description: 混合SPMD 模拟退火算法及其应用-mixed SPMD simulated annealing algorithm and its application
Platform: | Size: 41984 | Author: 徐刚 | Hits:

[Mathimatics-Numerical algorithms模拟退火算法在贷款组合优化决策中的应用

Description: 模拟退火算法在贷款组合优化决策中的应用-simulated annealing algorithm in the loan portfolio optimization of
Platform: | Size: 18432 | Author: 张科 | Hits:

[Mathimatics-Numerical algorithms使用模拟退火算法(SAA)解决0-1背包问题

Description: 使用模拟退火算法(SAA)解决0-1背包问题-using simulated annealing (SAA) 0-1 knapsack problem solving
Platform: | Size: 1024 | Author: 王涛 | Hits:

[AI-NN-PR遗传算法和模拟退火算法相结合的并行实现

Description: 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
Platform: | Size: 11264 | Author: 刘雨 | Hits:

[Mathimatics-Numerical algorithms模拟退火算法

Description: 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-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 experiment
Platform: | Size: 261120 | Author: 张庆 | Hits:

[matlab模拟退火

Description: 模拟退火算法的资料-simulated annealing algorithm information
Platform: | Size: 15360 | Author: 林惠强 | Hits:

[AI-NN-PRtsp的模拟退火算法

Description: 神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
Platform: | Size: 3072 | Author: 梁白鸥 | Hits:

[AI-NN-PR以K-均值聚类结果为初始解的模拟退火聚类

Description: 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorithm for optimal local characteristics, and simulated annealing algorithm theory with the characteristics of the global optimum. Thus, simulated annealing algorithm for clustering improvements. Cluster Group of 20 simulations show that the average value of K results improved about eight times, the results are obvious. The next step : In fact, in high temperature generated random neighborhood is a combination of explosives (see my software on the 'k-means clustering algorithm' mentioned above), high-temperature solution of partial out almost zero probability, it is considering the use of convex hull bound for simulation cluster, the work under way . Soon dedication to the ladies.
Platform: | Size: 5120 | Author: 韩磊 | Hits:

[Windows DevelopMatlab的模拟退火算法工具箱

Description: 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.
Platform: | Size: 54272 | Author: 华华 | Hits:

[AI-NN-PR模拟退火c++的算法程序

Description: 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
Platform: | Size: 43008 | Author: hu | Hits:

[AI-NN-PR模拟退火程序

Description: 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数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 ^ 2 y ^ 2 minimum, the right understanding of simulated annealing method is a good example of the procedure.
Platform: | Size: 1024 | Author: 小刘 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net