removed forgotten random_state; used for testing purposes

This commit is contained in:
hroff-1902 2019-04-16 10:45:16 +03:00
parent 181e6e1f7d
commit 7a2c060653

View File

@ -258,7 +258,6 @@ class Hyperopt(Backtesting):
acq_optimizer="auto",
n_initial_points=30,
acq_optimizer_kwargs={'n_jobs': cpu_count},
random_state=777,
)
def run_optimizer_parallel(self, parallel, tries: int, first_try: int) -> List: