%0 Dataset %T Tourism Route Planning Simulation Dataset %J National Cryosphere Desert Data Center %I National Cryosphere Desert Data Center(www.ncdc.ac.cn) %U http://www.ncdc.ac.cn/portal/metadata/e1134474-f5e2-4fed-b0a6-741ad4e6baa6 %W NCDC %A yang qiang %K Route Planning;Smart Tourism;Swarm Intelligence Optimization %X This dataset is designed for tourism route planning problems and aims to provide core data support for evaluating the performance of tourism route planning algorithms. The dataset is stored in plain text format, with the first line recording the user's starting point, and each subsequent line corresponding to a tourist attraction — the total number of lines indicating the number of attractions. Each line contains four fields: the first two columns represent the attraction's coordinates (x and y), the third column represents the attraction's experience score (randomly generated within the interval [1,10]), and the fourth column represents the ticket price (randomly generated within the interval [10,150]). The fields are separated by spaces.