Skip to content

Commit

Permalink
Try increasing BatchHypevolumeSharpeRatioIndicator num_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Dec 5, 2023
1 parent 2a3d3bc commit 8e3dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_bayesian_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def GPR_OPTIMIZER_PARAMS() -> Tuple[str, List[ParameterSet]]:
id="ParallelContinuousThompsonSampling",
),
pytest.param(
15,
20,
BatchHypervolumeSharpeRatioIndicator() if pymoo else None,
id="BatchHypevolumeSharpeRatioIndicator",
marks=pytest.mark.qhsri,
Expand Down

0 comments on commit 8e3dfc6

Please sign in to comment.