文件名称:AStar
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-02-18
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- taeh*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
this a source code to solve TSP problem with obstacle in warehouse. the distance between nodes is calculated by A* algorithm and SA algorithm within the source code returns the sequence which is best sequence.
how to use the code::
First you need to put how many code you wanna visit.
second please put the x coordinate and y coordinate.
( if you want to change the map information, please change the map in SAFuction class.and also change the width and height.-this is a source code to solve TSP problem with obstacle in warehouse. the distance between nodes is calculated by A* algorithm and SA algorithm within the source code returns the sequence which is best sequence.
how to use the code::
First you need to put how many code you wanna visit.
second please put the x coordinate and y coordinate.
( if you want to change the map information, please change the map in SAFuction class.and also change the width and height.
how to use the code::
First you need to put how many code you wanna visit.
second please put the x coordinate and y coordinate.
( if you want to change the map information, please change the map in SAFuction class.and also change the width and height.-this is a source code to solve TSP problem with obstacle in warehouse. the distance between nodes is calculated by A* algorithm and SA algorithm within the source code returns the sequence which is best sequence.
how to use the code::
First you need to put how many code you wanna visit.
second please put the x coordinate and y coordinate.
( if you want to change the map information, please change the map in SAFuction class.and also change the width and height.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Logger.java
Node.java
NodeForArrayList.java
Path.java
SAFunction.java
StopWatch.java
TestAStar.java
TSP.java
AreaMap.java
AStar.java
AStarHeuristic.java
ClosestHeuristic.java