Skip to content

Commit

Permalink
remove not needed keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jduerholt committed Aug 20, 2023
1 parent f5fa5fb commit 379a7fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bofire/strategies/predictives/sobo.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def _get_acqfs(self, n) -> List[AcquisitionFunction]:
X_pending=X_pending,
constraints=None,
mc_samples=self.num_sobol_samples,
qmc=True,
beta=self.acquisition_function.beta
if isinstance(self.acquisition_function, qUCB)
else 0.2,
Expand Down

0 comments on commit 379a7fd

Please sign in to comment.