Skip to content

v1.0.1 Change The Objective Function

Latest
Compare
Choose a tag to compare
@Leot6 Leot6 released this 25 Aug 09:23
· 5 commits to main since this release
  • changes:

    • change the measurement of a schedule from the total delay to the increased delay caused by new orders (a new function ScoreVtPairWithIncreasedDelay).
    • therefore, the objective function is changed to maximize the number of orders served (primary) and minimize the increased delay brought by serving new orders (the service rate is higher with this new objective function).
    • separate the scoring schedule step to an independent function ScoreVtPairsWithNumOfOrdersAndIncreasedDelay, so that ILP assignment is decoupled from the objection function.
  • the data files used are same as v1.0.