リリース情報

PHYSBO ver.1.0.0が公開されました。

Release note

Changes from v0.3.x

New features

  • policy.get_post_fmean(xs) (#17)
    • mean values of the trained predictor (the post-distribution of the Guassian process) at points xs
  • policy.get_post_fcov(xs) (#17)
    • covariance of the trained predictor (the post-distribution of the Guassian process) at points xs
  • policy.get_score(mode, xs_or_actions) (#16)
    • score (acquisition function) at points xs or actions

Changes

  • Move physbo.search.discrete.policy_mo to physbo.search.discrete_multi.policy (#13)

Fixes

  • Return best actions as an array of integer (#12)
  • Fixed a bug of crashing if no actions remain (#14)

Documents

  • English manual is uploaded.