Skip to content
Snippets Groups Projects
  1. Mar 20, 2025
  2. Mar 19, 2025
  3. Mar 17, 2025
    • awenjb's avatar
      Adapt sorting strategies · 29677002
      awenjb authored
      Requests are divided into two locations; we are adapting current sorting methods to this criterion.
      - Sort by width: take the average of the two time windows (pickup and delivery)
      - End: take the end of the delivery
      - Start: take the start of the pickup
      - Distance: take the average of the two locations
      29677002
  4. Mar 14, 2025
  5. Mar 13, 2025
  6. Mar 12, 2025
  7. Mar 11, 2025
    • awenjb's avatar
      Replace template by switch case · 4f74e41e
      awenjb authored
      - replace template by switch case for the sorting strategy and the enumeration strategy in reconstruction operator
      - remove generator / modficiation generator
      4f74e41e
  8. Mar 06, 2025
    • awenjb's avatar
      Bug fixes · dd723af1
      awenjb authored
      - fix bug in Solution Checker
      - Shuffle and InsertPair operators are working
      dd723af1
  9. Mar 05, 2025
    • awenjb's avatar
      Fix some issues · ec1781da
      awenjb authored
      - init the solution with one empty road
      - fix bug while init Data
      - some tests in the main
      ec1781da
    • awenjb's avatar
      Add Basic Operators · 056b4f35
      awenjb authored
      - add enumeration of all Insert position for a pair
      - add shuffle strategy
      056b4f35
  10. Mar 04, 2025
    • awenjb's avatar
      Add Sorting Strategy · 3249e1b3
      awenjb authored
      - add shuffle as basic sorting strategy
      - add getter  to Solution
      3249e1b3
    • awenjb's avatar
      add Solution Components · 54e16ee5
      awenjb authored
      - add basic solution Checker
      - add random destroy Operator
      - revised some parts of the code
      54e16ee5
Loading