issues
search
N-Wouda
/
Euro-NeurIPS-2022
OptiML's contribution to the EURO meets NeurIPS 2022 vehicle routing competition.
Other
16
stars
2
forks
source link
Collect number of routes statistics
#116
Closed
leonlan
closed
2 years ago
leonlan
commented
2 years ago
This PR:
Collects statistics on the number of routes used. This is relevant for #115.
Removes duplication of sub-population statistics collection by introducing a structure
SubPopStats
and a namespace function
collectSubPopStats
.
Renames many stats-related variables for consistency.
N-Wouda
commented
2 years ago
Basically LGTM
This PR:
SubPopStats
and a namespace functioncollectSubPopStats
.