Skip to content

v1.0.0

Compare
Choose a tag to compare
@k-yoshimi k-yoshimi released this 08 Mar 01:41
· 15 commits to release-1.0 since this release

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.