Skip to content

Commit c173898

Browse files
committed
remove unnecessary random state storing
1 parent db97f2f commit c173898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bayes_opt/target_space.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def __init__(
7676
random_state: int | RandomState | None = None,
7777
allow_duplicate_points: bool | None = False,
7878
) -> None:
79-
self.random_state = ensure_rng(random_state)
8079
self._allow_duplicate_points = allow_duplicate_points or False
8180
self.n_duplicate_points = 0
8281

0 commit comments

Comments
 (0)