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

delete actions on writing history #46

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

k-kitai
Copy link
Contributor

@k-kitai k-kitai commented Nov 22, 2022

#43 への対処としてpolicy.write(action, t)に渡されたアクションを候補点のリストから削除するコードを追加しました。

Issue内でご指摘されている

(毎回削除を試みると $O(\log n)$ かかるので)

の点に関しては、ベイズ最適化の際にはすべての候補点に対する獲得関数の評価に線形時間をかけているため、この程度は無視してよいのではないかと思います。

お手数ですがレビューとマージのご検討をお願いいたします。

@yomichi yomichi merged commit 8c292ff into issp-center-dev:develop Dec 9, 2022
@yomichi
Copy link
Contributor

yomichi commented Dec 9, 2022

@k-kitai
遅くなりましたが、確認の上 merge しました。ありがとうございました。

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