-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ def __init__( | |
scores: List[float], | ||
num_destroy: int, | ||
num_repair: int, | ||
learning_policy: LearningPolicyType, | ||
neighborhood_policy: Optional[NeighborhoodPolicyType] = None, | ||
learning_policy: "LearningPolicyType", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
N-Wouda
Author
Owner
|
||
neighborhood_policy: Optional["NeighborhoodPolicyType"] = None, | ||
seed: Optional[int] = None, | ||
op_coupling: Optional[np.ndarray] = None, | ||
**kwargs, | ||
|
learning question -- what's this "string" like looking typing.. It seems like a str but not a string?