Skip to content

Commit

Permalink
Add an Optuna version constraint for GPSampler with n_jobs>1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Oct 31, 2024
1 parent ea89dd1 commit 5660f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/auto_sampler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: Optuna Team
title: AutoSampler
description: This sampler automatically chooses an appropriate built-in sampler for the provided objective function.
tags: [sampler, automatic, automated]
optuna_versions: [4.0.0]
optuna_versions: [4.1.0]
license: MIT License
---

Expand Down
1 change: 1 addition & 0 deletions package/samplers/auto_sampler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
scipy
torch
cmaes
optuna>=4.1.0

0 comments on commit 5660f62

Please sign in to comment.