MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / _Datum

Class _Datum

pyvrp/Statistics.py:11–21  ·  view source on GitHub ↗

Single iteration data point.

Source from the content-addressed store, hash-verified

9
10@dataclass(slots=True)
11class _Datum:
12 """
13 Single iteration data point.
14 """
15
16 current_cost: int
17 current_feas: bool
18 candidate_cost: int
19 candidate_feas: bool
20 best_cost: int
21 best_feas: bool
22
23
24class Statistics:

Callers 2

collectMethod · 0.85
make_datumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected