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 db97f2f commit c173898Copy full SHA for c173898
bayes_opt/target_space.py
@@ -76,7 +76,6 @@ def __init__(
76
random_state: int | RandomState | None = None,
77
allow_duplicate_points: bool | None = False,
78
) -> None:
79
- self.random_state = ensure_rng(random_state)
80
self._allow_duplicate_points = allow_duplicate_points or False
81
self.n_duplicate_points = 0
82
0 commit comments