Closed cbhua closed 7 months ago
The multi-depot capacity pickup and delivery problem (MDCPDP) environment has the following definition:
num_loc
num_depots
num_depot
num_loc / 2
Aside from previous simple pickup and delivery (PDP) environment, this new environment supports the following new features:
lateness
lateness-square
min-max
min-sum
LGTM
Description
The multi-depot capacity pickup and delivery problem (MDCPDP) environment has the following definition:
num_loc
+num_depots
locations (cities):num_depot
depot;num_loc / 2
pickup locations;num_loc / 2
delivery locations;Motivation and Context
Aside from previous simple pickup and delivery (PDP) environment, this new environment supports the following new features:
lateness
,lateness-square
,min-max
andmin-sum
reward calculation methods as objectives;Types of changes
Checklist