Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring committed Jan 2, 2025
1 parent 3232f13 commit 109901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1_basics/6_priors.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def train(self, config: Configuration, seed: int = 0) -> float:
scenario
),
decay_beta=scenario.n_trials / 10, # Proven solid value
prior_configsapce=mlp.prior_configspace,
prior_configspace=mlp.prior_configspace,
)

# We only want one config call (use only one seed in this example)
Expand Down

0 comments on commit 109901a

Please sign in to comment.