Abstract
The Travelling Salesperson Problem (TSP) describes a situation where an imaginary individual wishes to visit multiple cities once before returning to his/her own city. This type of problem is known as a nondeterministic polynomial (NP) hard problem, since the factorial number of solutions results in it being impractical to solve using exhaustive processing. Interestingly, when presented as a Euclidean graph (i.e., ETSP), humans identify near optimal solutions almost effortlessly, despite billions of possible tours. In this study, we consider human processing of the ETSP, and introduce the reader to a number of factors that literature proposes as impacting human performance. We hypothesise that: (i) human ETSP activity may be modelled by considering the quotient relationship between node-to-node and node-to-centroid distances; and (ii) consideration of figural effects can optimise automated TSP solution generation. In this paper human processing based heuristics are developed, i.e. replacing the cost function within the nearest neighbour algorithm, to guide node selection. Results showed that the quotient relationship between node-to-node and node-to-centroid distances can be used to closely model average human performance, across a range of ETSP graphs. Interestingly, however, additional consideration of graph figural effects (e.g. distance between boundary points in the convex hull, standard deviation of distances between nodes that make up the convex hull, and number of nodes in the convex hull) results in significantly improved tour costs.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.