Update README.md
Browse files
README.md
CHANGED
@@ -365,8 +365,8 @@ In addition to being able to solve standard problems, 🤠GreedRL can also model
|
|
365 |
|
366 |
#### Instant Delivery Service
|
367 |
|
368 |
-
> Instant Delivery Service are widespread in order dispatching systems of
|
369 |
-
> Orders are generated in real-time. A number of vehicles are scheduled to serve orders from pickup locations to delivery locations while respecting vehicle capacity
|
370 |
|
371 |
|
372 |
<details>
|
@@ -462,7 +462,7 @@ class Objective:
|
|
462 |
|
463 |
#### Order Batching Problem
|
464 |
> The Order Batching Problem is an optimization problem which occurs in a warehouse consists of designing a set of picking batches, such that each customer order (composed by a list of items) is assigned to exactly one batch,
|
465 |
-
> each batch
|
466 |
|
467 |
<details>
|
468 |
<summary>Order Batching Problem</summary>
|
|
|
365 |
|
366 |
#### Instant Delivery Service
|
367 |
|
368 |
+
> Instant Delivery Service are widespread in order dispatching systems of courier delivery services ([Ele.me](https://www.ele.me/), [Meituan](https://waimai.meituan.com/), [UUPaotui](https://www.uupt.com/index.htm), etc).
|
369 |
+
> Orders are generated in real-time. A number of vehicles are scheduled to serve orders from pickup locations to delivery locations while respecting vehicle capacity. The objective consists in minimizing both total delivery time and overtime penalty.
|
370 |
|
371 |
|
372 |
<details>
|
|
|
462 |
|
463 |
#### Order Batching Problem
|
464 |
> The Order Batching Problem is an optimization problem which occurs in a warehouse consists of designing a set of picking batches, such that each customer order (composed by a list of items) is assigned to exactly one batch,
|
465 |
+
> and each batch has to be collected by a single picker. The objective consists in minimizing both total batching cost (a weighted sum of used numbers of areas, roadways and items) and penalty for exceeding loading limits of pickers.
|
466 |
|
467 |
<details>
|
468 |
<summary>Order Batching Problem</summary>
|