jsprit是Github上的一个开源项目,由Stefan Schröder所创建并由GraphHopper主持。 ; import com.graphhopper.jsprit.core.problem.Location; import com.graphhopper.jsprit.core.problem.VehicleRoutingProblem ; import com.graphhopper.jsprit.core.reporting.SolutionPrinter; import com.graphhopper.jsprit.core.util.Solutions ; import com.graphhopper.jsprit.core.algorithm.box.Jsprit; import com.graphhopper.jsprit.core.problem.Location ; import com.graphhopper.jsprit.core.util.ManhattanCosts; import com.graphhopper.jsprit.core.util.Solutions
jsprit是Github上的一个开源项目,由Stefan Schröder所创建并由GraphHopper主持。 ; import com.graphhopper.jsprit.core.problem.Location; import com.graphhopper.jsprit.core.problem.VehicleRoutingProblem ; import com.graphhopper.jsprit.core.reporting.SolutionPrinter; import com.graphhopper.jsprit.core.util.Solutions ; import com.graphhopper.jsprit.core.algorithm.box.Jsprit; import com.graphhopper.jsprit.core.problem.Location ; import com.graphhopper.jsprit.core.util.ManhattanCosts; import com.graphhopper.jsprit.core.util.Solutions
2.3 Jar包准备 这里可以去gitHub自己下载Releases · graphhopper/graphhopper · GitHub,也可以使用我使用的Jar包。 : <dependency> <groupId>com.graphhopper</groupId> <artifactId>graphhopper-web</artifactId> { @Bean public GraphHopper graphHopper(){ //这里定义步行导航和汽车导航的文件并指定交通工具 List<Profile graphHopper=new GraphHopper(); //这里配置导出的osm文件 graphHopper.setOSMFile("osm文件路径"); graphHopper.setProfiles(profile); graphHopper.importOrLoad(); return graphHopper;
其他包括GraphHopper内核、神经消息传递或图卷积网络。 社区重叠特征 节点级和图级特性无法收集邻近节点之间的相关信息[1]。
FINITE][#jobs=40][#vehicles=8][#vehicleTypes=1][transportCost=[name=crowFlyCosts]][activityCosts=com.graphhopper.jsprit.core.problem.cost.WaitingTimeCosts
它由Stefan Schröder所创建并由GraphHopper主持,由jsprit-core、jsprit-analysis、jsprit-io、jsprit-instances以及jsprit-example
Jsprit官方网站与下载地址: http://jsprit.github.io/ https://github.com/graphhopper/jsprit/ 1.1.2 Jsprit可以解决的车辆路径规划问题
GraphHopper - Road routing engine. Used as Java library or standalone web service.
GraphHopper - 道路引擎引擎。 用作Java库或独立Web服务。 H2GIS - H2数据库的空间扩展。 Jgeohash - 可以帮助Java开发人员使用GeoHash算法的库。
GraphHopper - Road-routing engine. Used as a Java library or standalone web service.