Giter Site home page Giter Site logo

opstp's Introduction

OPSTP

This repository includes the data set used in the paper "A matheuristic approach to the orienteering problem with service time dependent profits".

Instances

  • kroData/file_format.md is a description of the text file that defines the network used in each Kro instance.
      <Number of nodes>
      X Y Profit(p_i) MinServiceTime(r_i) ProfitCollectingCoefficient(beta_i) MustVisit
      3140.0 1401.0    0.0    0.0   0.50 1
      556.0 1056.0   92.0   79.0   0.38 0
      ...
      Tmax
    
    TIPS:
    1. The first node is the starting and ending node.
    2. ProfitCollectingCoefficient(beta_i) should divide by 200 when using.
    3. Distance between any two nodes is Euclidean distance and rounded to the closest integer.
    4. The data generation scheme is from "Erdogan, G. , & Laporte, G. (2013). The orienteering problem with variable profits. Networks, 61 (2), 104-116 ."

Results

The detailed results for Kro instances listed in the mentioned paper are included in the kroData/Results_BestRoutes.csv.

-Each row shows the detailed information of the best route obtained from TSNLP(the proposed matheuristic method in our paper). -The detailed information includes the objective value, total service time, total travel time, the number of visited customers, the route sequence, and the service time for each visited customer.

Contact Info

Feel free to contact me for more information about our paper via email: Qinxiao Yu ([email protected])

opstp's People

Contributors

qinxiaoyu avatar

Stargazers

ZYY.Wang avatar Matt MV avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.