We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a707dd commit 91407daCopy full SHA for 91407da
adaptive/learner/skopt_learner.py
@@ -63,9 +63,7 @@ def ask(
63
self, n: int, tell_pending: bool = True
64
) -> Union[
65
Tuple[List[float], List[float]],
66
- Tuple[List[List[float]], List[float]],
67
68
- Tuple[List[float], List[float]],
+ Tuple[List[List[float]], List[float]], # XXX: this indicates a bug!
69
]:
70
if not tell_pending:
71
raise NotImplementedError(
0 commit comments