removed forgotten random_state; used for testing purposes
This commit is contained in:
parent
181e6e1f7d
commit
7a2c060653
@ -258,7 +258,6 @@ class Hyperopt(Backtesting):
|
|||||||
acq_optimizer="auto",
|
acq_optimizer="auto",
|
||||||
n_initial_points=30,
|
n_initial_points=30,
|
||||||
acq_optimizer_kwargs={'n_jobs': cpu_count},
|
acq_optimizer_kwargs={'n_jobs': cpu_count},
|
||||||
random_state=777,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def run_optimizer_parallel(self, parallel, tries: int, first_try: int) -> List:
|
def run_optimizer_parallel(self, parallel, tries: int, first_try: int) -> List:
|
||||||
|
Loading…
Reference in New Issue
Block a user