搜索资源列表
TSPNEW
- 经典的货郎担问题解决办法,采用了模拟退火算法,结构非常清楚,速度很快!-classic traveling salesman problem solution, using simulated annealing, the structure is very clear, very fast!
SimulatedAnnealing
- tsp的模拟退火算法。用java的程序,值得学习编程思想和对模拟退火算法的学习。
JSimul_1.0.1
- 模拟退火是一种启发式算法,适用于数据挖掘,对神经网络的局部最优问题能很好解决
simulated_annealing
- 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
dframe
- 利用模拟退火算法实现有向图最短路径的计算,基本与康立山的参数确定方法相同,只是结束条件改为温度下降到0.2截止。-Simulated annealing algorithm has to map the shortest path calculation, basic and Kang Lishan determine the parameters of the same way, but the conditions to end cut-off temperature dropped to
simulated__nnealing_algorithm
- Java模拟退火算法,具体说明在doc文件中-Java simulated annealing algorithm, specifying the file in the doc
jannealer1.1
- 基于java的模拟退火算法实现,详细的例子,可供开发者收藏于参考-simulate annealling algorithm for java, the best example for he java developer
DAIMA
- 大学生毕业论文模拟退火算法解决背包问题的jsp源代码文件-JSP source code files of graduation thesis simulated annealing algorithm to solve knapsack problem
模拟退火算法
- 含有模拟退火算法基本代码和改进后的模拟退火算法,适合算法初学者学习