搜索资源列表
TSPNEW
- 经典的货郎担问题解决办法,采用了模拟退火算法,结构非常清楚,速度很快!-classic traveling salesman problem solution, using simulated annealing, the structure is very clear, very fast!
SimulatedAnnealing
- tsp的模拟退火算法。用java的程序,值得学习编程思想和对模拟退火算法的学习。
JSimul_1.0.1
- 模拟退火是一种启发式算法,适用于数据挖掘,对神经网络的局部最优问题能很好解决
tsp
- java写的体现模拟退火原理的程序,具体问题可以继承-java to write a reflection of the principle of simulated annealing procedures, specific problems can be inherited
simulated_annealing
- 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
TSP
- 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP 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
MONITUIHUO
- 模拟退火程序,很好很方便,采用的是JAVA语言-Simulated annealing, very easily, using the JAVA language
acmPmonituihuo
- 用acm包写的java语言的模拟退火的程序。-Acm package written java language simulated annealing procedures.
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
模拟退火算法
- 含有模拟退火算法基本代码和改进后的模拟退火算法,适合算法初学者学习