We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7191d28 commit 8f2cbe7Copy full SHA for 8f2cbe7
src/quant_research_starter/tuning/__init__.py
@@ -3,4 +3,3 @@
3
from .optuna_runner import OptunaRunner
4
5
__all__ = ["OptunaRunner"]
6
-
src/quant_research_starter/tuning/optuna_runner.py
@@ -26,7 +26,7 @@ def __init__(
26
direction: str = "maximize",
27
random_state: Optional[int] = None,
28
):
29
+
30
self.search_space = search_space
31
self.objective = objective
32
self.n_trials = n_trials
0 commit comments