Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SearchSpace from NelderMeadSampler. #396

Open
wants to merge 4 commits into
base: develop/v2
Choose a base branch
from

Conversation

KanaiYuma-aist
Copy link
Collaborator

  • 現行の NelderMeadSampler の実装であれば、 log スケール指定を事前に行わなずに、sample_independent 実行時 (suggest_float 実行時等) に log スケールを反映することが出来たので、 SearchSpace を削除して、探索範囲指定を従来の tuple 方式に戻しました。
  • 従来は _get_params 時にパラメータを正規化空間から通常空間に変換していましたが、この変換処理を sample_independent に移動させました。
    • こうすることで suggest_float 等で指定されたログスケールの設定を反映出来ます。
  • 改修に伴い、example, test コードを変更しました。

@KanaiYuma-aist
Copy link
Collaborator Author

KanaiYuma-aist commented Nov 5, 2024

開発者会議メモ

  • enqueue をスタックさせて、事前に search_space(low, high) を与えない形にすると、どの程度の変更が必要そうか調査する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants