摘要
常规公交、地铁、有轨电车、BRT及轮渡等公共交通方式按照不同的乘坐时序,乘坐距离,有着不同的收费标准。本文将出发地到目的地的线路抽象为图论单源最短路径的求解,运用图的邻接矩阵来表示各个站点的乘坐情况。在已有的收费标准下结合武汉地铁、公交线路的数据库数据,运用MATLAB软件进行多属性决策,从时间成本、费用成本、步行步数、换乘次数等因素中抉择最优的出行方案,并通过Python验证。
ed as the solution of the shortest path of single source in graph theory,and the adjacency matrix of graph is used to represent the ride situation of each station.Under the existing charging standards,combined with the database data of Wuhan Metro and bus lines,MATLAB software is used to make multi-attribute decision,and the optimal travel scheme is selected from time cost,cost cost,walking steps,transfer times and other factors,which is verified by python.
作者
陈薇
汪哲雄
吴海燕
CHEN Wei;WANG Zhe-xiong;WU Hai-yan(School of Computer and Information Engineering,Zhixing College,Hubei University,Wuhan 430011,China)
出处
《价值工程》
2021年第25期137-139,共3页
Value Engineering
基金
2021年湖北大学知行学院大学生创新训练项目(项目编号XDC2021007)。
关键词
PYTHON
多属性决策
最佳路线算法
Python
multiple attribute decision making
best route algorithm